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