Introduction to Programming Pt1

123456789101112
Across
  1. 3. Documentation for all Karel Commands and Syntax
  2. 4. A message in your code that explains what is going on.
  3. 7. What should be true after the function is called
  4. 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.
  5. 10. The part of a function that contains the commands
  6. 12. It is a method for breaking our program down into smaller parts.
Down
  1. 1. It is breaking your program into smaller parts.
  2. 2. means to teach the computer a new command and explain what it should do when receiving that command.
  3. 5. gives the command, so the computer will run the code for that function.
  4. 6. Assumptions we make about what must be true before the function is called.
  5. 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.
  6. 11. is a dog who listens to your commands.