HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. The moveMotorTarget command uses built-in functionality in ROBOTC’s firmware to:
Immediately rotate the specified motor to the desired target value.
Monitor the value of an encoder and automatically slow the motor down as it approaches the target value.
Move the specified motor exactly 10 more encoder counts.
Choose the next motor defined in the Motors and Sensors setup as the target for the next movement command.
2. True or False. The moveMotorTarget command can be compared to a good driver who slows to a stop.
True
False
3. True or False. The getMotorEncoder command can be compared to a good driver who slows to a stop.
True
False
4. The getMotorTargetCompleted command returns __________ when the specified motor encoder has __________ the target value.
flase, reached
true, reached
true, not reached
1, not reached
5. A loop which checks a condition but repeats no commands is sometimes called a(n):
Infinite Loop
Idle Loop
Lazy Loop
Idol Loop
Basketball Drills
Sentry Simulation Level 1
Boolean Logic Pt 1
1. The symbol ‘!=’ means:
Equals
Exactly equals
Less than equals
Does not equal
Boolean Logic Pt 2