- :
Check Your Understanding:
  1. 1. Which one of these representations of Task Main will work in ROBOTC?
  2. Task main ()
    task main ()
    Taskmain ()
    task main;
    all of them
  3. 2. What does it mean when a command appears in color when typed in ROBOTC?
  4. The command is typed incorrectly
    The command is not allowed in the command
    ROBOTC recognizes the command as an important keyword
    It is highlighted so the programmer should look at the word or name carefully
  5. 3. All programs must end with a ‘Stop’ command.
  6. True
    False
  7. 4. The purpose of ‘whitespace’ is:
  8. To allow the robot to understand the program better
    To make the program more readable to the programmer
    To speed the operation of the robot
    To slow the operation of the robot
  9. 5. If there are no more statements to run in the program:
  10. The robot will stop
    The robot will continue its last statement until it can find another statement
    The robot will continue its last statement until it can find the Stop command
    The robot will go back to the beginning of the program and start all over
  11. 6. A simple statement is:
  12. A statement that never uses words with more than two syllables
    A line of code, irrespective of spelling
    A line of code irrespective of punctuation
    A line of code including all the appropriate words, numbers and punctuation