Vocabulary

123456789101112131415
Across
  1. 2. a part of a program that does not work correctly
  2. 4. to write code or to write instructions
  3. 6. a command that tells you to do something only up to the point that something becomes true
  4. 7. do something again
  5. 8. a statement that a program checks to see if it is true or false
  6. 9. finding and fixing problems in an algorithm or program
  7. 10. the action of doing something over and over again
  8. 11. putting commands in correct order so computer read the commands
  9. 12. a list of steps to finish a task
  10. 14. the art of creating a program
  11. 15. an instruction for the computer many commands put together to make up algorithms and computer programs
Down
  1. 1. a named group of programming instruction functions are reusable abstractions that reduce the complexity of writing and maintaining programs
  2. 3. a loop that continues to repeat while a condition is true
  3. 5. an action that causes something to happen
  4. 8. statements that only run under certain conditions
  5. 13. an algorithm that was coded into something can be run by machine