Skip to main content
Teacher Portal

Check Your Understanding

Teacher Toolbox icon Teacher Toolbox - Answer Key

  1. What values can a Boolean variable store in VEXcode V5?
    True or False values.
  2. Which of the following is the best description of the use of the Disk Feeder?
    To allow multiple disks to be added to the Workcell in an autonomous fashion.
  3. What block in VEXcode V5 executes one sequence of instructions if the condition reports true and another set of instructions if the condition reports false?
    [If then else] block.
  4. In this example, why does the ‘greenDisk’ variable need to be set to ‘true’ after it is placed in the drop-off location?
    So that any additional green disks will execute the ‘If then’ branch of the [If then else] block to be diverted off of the Exit Conveyor.
  5. What will happen if the Optical Sensor does NOT detect an object according to this stack?
    The Diverter motor will spin to 90 degrees.
Quiz