VexCode

12345678910111213
Across
  1. 1. The type of block that pauses the stack until that block's behavior has been completed
  2. 4. A set of precise instructions that includes: Sequence, selection, and loops
  3. 7. the actions performed by a robot
  4. 8. the specific order in which behaviors are performed
  5. 9. to make an identical copy of code blocks
  6. 12. blocks that Perform main commands
  7. 13. Blocks that instruct the robot to move forward, backward, turn
Down
  1. 1. a block that will repeatedly check a Boolean condition
  2. 2. Start a stack of blocks and are shaped to attach blocks below them
  3. 3. programming blocks are also called these
  4. 5. Whole numbers
  5. 6. Block that instructs the VR Robot to move at a given speed
  6. 7. when pressed reports a value of either true or false
  7. 10. type of signal sent out by a Distance sensor to measure distance by timing how long it takes to reach an object and then bounce back to the sensor
  8. 11. A virtual space for your VR Robot to interact and move