Check Your Understanding
Teacher Toolbox
-
Answer Key
- What values can a Boolean variable store in VEXcode V5?
True or False values. - 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. - 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. - 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. - 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