- :
Check Your Understanding:
  1. 1. A millisecond is a millionth of a second.
  2. True
    False
  3. 2. If you wanted your robot to move for 5 seconds you would use the _____ command
  4. wait1sec (5000);
    wait1sec (5);
    wait1msec (5);
    wait1msec (5000);