HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. How do we use an AND logical operator within an If statement?
Type the word AND (all caps) between the conditions
Type an Ampersand (&) between the two conditions
Type a double Ampersand (&&) between the two conditions
Type a Plus sign (+) between the two conditions
2. An AND condition is true if:
Only when the first condition is true
Only when all conditions are true
How far the robot moves
None of the conditions are true
3. The limit switch is an analog sensor.
True
False
Wall Follower
Robotic Mouse
Robocci
if-else
Statements
Switch Cases