Across
- 3. Documentation for all Karel Commands and Syntax
- 4. A message in your code that explains what is going on.
- 7. What should be true after the function is called
- 8. refers to the style of writing in which each space is replaced by an underscore _ character and the first letter of each word is lowercase.
- 10. The part of a function that contains the commands
- 12. It is a method for breaking our program down into smaller parts.
Down
- 1. It is breaking your program into smaller parts.
- 2. means to teach the computer a new command and explain what it should do when receiving that command.
- 5. gives the command, so the computer will run the code for that function.
- 6. Assumptions we make about what must be true before the function is called.
- 9. It is like a command that you get to invent and name. It allows us to break our program into smaller parts, making the program easier to understand.
- 11. is a dog who listens to your commands.
