Code Vocabulary

123456789101112131415
Across
  1. 2. loop loop that continues to repeat while condition is true
  2. 4. a named group of programming instructions
  3. 7. causes something to happen
  4. 8. part of program doesn't work correctly
  5. 9. doing something over and over again
  6. 11. instruction for the computer
  7. 12. fixing problems in a program
  8. 13. only run under certain conditions
  9. 14. steps to finish a task
  10. 15. algorithm coded into something run by a machine
Down
  1. 1. do something again
  2. 3. program checks to see if its true or false if true action is taken if not it's ignored
  3. 5. tells you to do something only up to the point that something becomes true
  4. 6. putting commands in correct order
  5. 10. art of creating a program
  6. 13. to write instructions for a computer