code.org vocabulary

12345678910111213141516
Across
  1. 3. the action of doing something over and over again
  2. 5. a list of steps
  3. 6. fixing the code
  4. 8. makes the thing run
  5. 12. statements that only run under certain conditions
  6. 14. commands in the correct order
  7. 16. a named group of programming instructions
Down
  1. 1. an instruction for the computer
  2. 2. an action
  3. 4. the art of a program
  4. 7. something that makes the code bad
  5. 9. loop a loop that continues to repeat while a condition is true
  6. 10. a statement that a program checks to see if is is true
  7. 11. instructions for a computer
  8. 13. do something again
  9. 15. a command that tells you to do something only up to the point