HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. Explain the following condition: time1[T1] < 30000
The robot will run until the timer. T1, is equal to 30000 mSecs
The robot will run until the timer, T1, is greater than 30000 msecs
The robot will run as long as the timer, T1, is less than 30000 msecs
The robot will run as long as the timer, T1, is equal to 30000 msecs
2. In the condition, time1[T2] > 30000,
The robot will run until the timer, T2, is greater than 30000 msecs
The robot will run until the timer, T2, is greater than 30 seconds
The robot will run until the timer, time1, is greater than 30000 msecs
The robot will not run unless the timer, T2, is greater than 30000 msecs when it encounters this condition.
Round-Up
Bull-in-the-Ring