Unit 2 Cross Word Puzzle

123456789101112131415
Across
  1. 5. Command used to make Karel turn left.
  2. 7. A set of instructions Karel follows.
  3. 9. A statement that runs code if a condition is true.
  4. 10. Used to execute a command multiple times.
  5. 12. An instruction you give to Karel.
  6. 13. Custom function used to make Karel turn right.
  7. 14. Command used to make Karel go forward.
  8. 15. A structure used to repeat commands.
Down
  1. 1. Command used to place a ball on the ground.
  2. 2. A statement that evaluates to true or false.
  3. 3. The environment where Karel moves.
  4. 4. The robot you program in this unit.
  5. 6. A block of code that can be called multiple times.
  6. 8. Rules that define how code must be written.
  7. 11. A statement that runs code if the “if” is false.