Font size
WorksheetsNEXT ROBOTICS LEGEND 2.0
Total questions: 31
Worksheet time: 18mins
Write Your Name In Full
A set of instructions given to a computer to complete a task is called a/an _______
Program
Language
Algorithm
Robotic
The following are types of robots except ___________
Teleoperated
Arduino
Augmenting
Humanoids
In what order does a robot act out the instructions given to it?
Alphabetical order (from A to Z)
In order of importance
In the order in which they appear or attached
Randomly
______ help us repeat sequences of code blocks without having to rewrite them
Variables
Loops
Events
Conditions
Which of the following blocks of code cannot be categorized as a loop?
“forever” block
“if...then” block
“repeat until” block
“repeat…. times” block
What category of code blocks tell your robot when to run its code and which one to run if we have more than one sequence of code blocks?
Variables
Loops
Events
Conditions
Which of these is correct about events?
You cannot have more than one event in your program
An event block cannot be stacked under another event block
You need a minimum of two events to write a complete program
Event blocks will not function without motion blocks
What category of code blocks helps the robot to decide what to do based on what is happening?
Variables
Loops
Events
Conditions
A value that can only be true or false is called a __________
Value
Integer
String
Boolean
The code in an else block will only run when _______
The condition in the if block is true
The condition in the if block is false
The instructions in the if blocks are impossible
We run the program
________ are used to store values
Variables
Loops
Events
Conditions
Which of the following is not correct about variables?
Variables are used to store values
When creating a variable, the type of value it will store must be set at the declaration
You can change the type of value a variable can store
You can override a value set in a variable by simply setting it to another value
A loop inside another loop is called _______
Double loop
Inside loop
Subject loop
Nested loop
When you put a loop B inside a loop A, in what order does the robot execute the loops?
The robot executes loop A completely, and then executes loop B
The robot executes both loops simultaneously
The robot executes loop B completely and then executes the loop A
The robot executes only the inner loop
Once a loop or condition starts to run, there is no way to break the code.
True
False
3D printing is also referred to as _____________
Machine Learning
Additive Manufacturing
Material Simulation
Mass Manufacturing
1. In robot design, the brains and senses of the robot consist of _____________
Actuators and sensors
Power and sensors
Controllers and sensors
Locomotors and sensors
Sophia robot is the first robot citizen of which country?
Japan
Saudi Arabia
Russia
United States of America
__________ is not a 3D printing technique
Material Extrusion
Material Jetting
Material Lamination
Sheet Lamination
___________ converts or translates codes written in programming languages to binary codes
Compiler
Boolean
Variable
Algorithm
Which of these is not a valid variable name?
2020Class
Class2020
CLAss2020
Cla2020ss
1. The data type used to save decimal numbers is called ___________
String
Integer
Float
Character
______________ is defined as the pressure from a power source that pushes charged particles through a conductor.
Current
Voltage
Resistance
Inductor
Robots are not yet prominent in the __________ industry
Education
Manufacturing
Music
Logistics
Which of these is not a 3D printing material?
Food
Ceramics
Resins
Tourmaline
The following are examples of 3D printing software except __________
Creo
CorelDRAW
CATIA
Solidworks
__________ statements are used to specify another condition to be checked if the first condition is false
Else-If
If-Else
Nested-If
If-Then
In robot design, the bulk of the decision is made during which step?
Prototype Building
Researching And Brainstorming
Robot Building
Robot Testing
1. The part of the robot that mimics the actions of a human muscle to move parts of the robot’s body is called ___________
Controller
Actuators
Sensors
Locomotors
3D objects can be printed without prior design or modelling of the objects
True
False
