Page 58 - Movement Challenge
P. 58
o Text in the comment block appears on the Robot Brain.
o Allows programmers to write information to help describe their program
o Commands in the comment block tells the robot which behaviors to perform.
o None of the above
6. If you click “Run” and your robot does nothing, all of the following are steps
you might take to correct the problem EXCEPT _________________.
o Make sure the program is displayed on the Robot Brain.
o Make sure the program is connected to the when started block.
o Make sure the Touch LED is properly connected to the Autopilot.
o Connect the robot to the Robot Brain, and click download before attempting to Run.
7. If you expect your robot to turn left 90 degrees, and it turns right instead,
how would you fix the problem?
o Pick up the robot, and rotate it manually in the direction you’d like it to turn.
o Disconnect and reconnect the VEX IQ Gyro Sensor.
o Check the robot configuration is properly configured for Autopilot.
o Change the direction in the turn for block from right to left.
8. True of False: The comment block and the note feature can be used
interchangeably in VEXcode IQ Blocks.
o True
o False
9. What is the best order operations in problem solving using your robot?
o 1. Design the solution, 2. Code the steps, 3. Define the problem, 4. Is the problem
solved?