NEW
Font size
WorksheetsBoolean Logic 1
Total questions: 14
Worksheet time: 7mins
The waitUntil command tells the robot to wait for a condition to be met.
True
False
Double equal signs (==) in ROBOTC mean make two things equal
True
False
The bumper switch returns two values to the robot, pressed or not pressed
True
False
If the bumper switch has a value of zero, it means which of the following?
The bumper switch is not working
The bumper switch is not pressed
The bumper switch is pressed
The bumper switch is out of batteries
Why are sensors important to robots?
They allow multiple commands to run in order
They give the robot information about its surroundings
They allow robots to repeat similar tasks
All of the above
What is the advantage of Sensor Control over the Basic Movement Commands?
The robot can use little to no battery power
The robot can levitate if enough sensors are used
The robot can react to its environment
There is no big advantage
Why might the Distance Sensor be preferred over Touch Sensors for detecting walls and obstacles?
Hitting a wall could damage the wall
Hitting a wall could damage the robot
It is quicker to detect obstacles at a distance
All of the above
Analyze the following comparison:
50 == 50
What will be the Boolean result?
True
False
Analyze the following comparison:
50 != 50
What will be the Boolean result?
True
False
Analyze the following comparison:
100 != 50
What will be the Boolean result?
ON
OFF
Analyze the following comparison:
50 < 100
What will be the Boolean result?
1
0
Analyze the following comparison:
50 <= 100
What will be the Boolean result?
1
0
Analyze the following comparison:
100 <= 50
What will be the Boolean result?
1
0
Analyze the following comparison:
50 >= 100
What will be the Boolean result?
1
0
