Vocabulary

12345678910111213141516
Across
  1. 4. The action of doing something over and over again
  2. 7. To do something again
  3. 8. Part of a program that does not work correctly
  4. 9. The art of creating a program
  5. 11. An algorithm that has been coded into something that can be run by a machine
  6. 12. A statement that a program checks to see if it is true or false. If true,an action is taken. Otherwise, the action is ignored
  7. 13. Finding and fixing problems in an algorithm or program
  8. 15. To write instructions for a computer
  9. 16. A command that tells you to do something only up to that something becomes true
Down
  1. 1. A loop that continues to repeat while a condition is true
  2. 2. A list of steps to finish a task
  3. 3. Statements that run only under certain conditions
  4. 5. Putting commands in correct order so computers can read the commands
  5. 6. A named group of programming instructions.Functions are reusable abstractions that reduce the complexity of writing and maintaining programs
  6. 10. An instruction for the computer.Many commands put together that make up algorithms and computer programs
  7. 14. An action that causes something to happen