NEW
Font size
WorksheetsRobotics Energizer
Total questions: 10
Worksheet time: 5mins
This term describes the field of study focused on developing robots and automation.
robot
robotics
artificial intelligence
a programmable machine that can complete a task
robot
robotics
artificial intelligence
In wiring the robot, connect Trigger to pin _______?
D1
D2
D3
This mini robot circuit is known as?
Tinker Circuit
Pepito Circuit
Patino Circuit
In wiring the robot, connect the right tracker to pin the?
A2/D17
A3/D16
A3/D17
The value that is usually used in analogwrite is 0 to 255. However, what value is better to use?
1% to 100%
1% to 50%
50% to 100%
This refers to a series of lines of code that a robot can use to perform certain instructions.
Code
Algorithm
Articulation
The following are types of basic control structure except;
sequential
selection
logical
iteration
What code is needed so that the motor can stop?
(power=00)
(power=0)
(power==0)
In coding the motor control, if power < 0, therefore, the direction is?
linear
reversed
curved
