[an error occurred while processing this directive]
HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
[an error occurred while processing this directive] [an error occurred while processing this directive]
Exit
- :
...
...
[an error occurred while processing this directive]
Check Your Understanding:
1. Variables should be created at the beginning of task main.
True
False
2. Which of these is an improper variable name?
time1
time 1
1 time
They are all improper names because time1 is a reserved word in ROBOTC
3. What does it mean to “initialize” a variable?
It is given its initial value to store
It is given a value which may not be changed
It is given a random value to store
It is given a random value which may not be changed
4. When the robot reaches a variable in the program, it checks what value is stored in the variable and uses it the program.
True
False
Robot Acceleration