Crossword Puzzle

123456789101112
Across
  1. 2. One or more commands or algorithm(s) designed to be carried out by a computer
  2. 5. To do something again.
  3. 6. An error in a program that prevents the program from running as expected.
  4. 8. The action of doing something over and over again.
  5. 9. An algorithm that has been coded into something that can be run by a machine.
  6. 10. something that causes something else to happen.
  7. 11. An instruction for the computer.
  8. 12. A loop that continues to repeat while a condition is true.
Down
  1. 1. Statements that only run under certain conditions.
  2. 2. to write instructions for a computer.
  3. 3. A plain language description of the steps in an algorithm.
  4. 4. Finding and fixing errors in programs.
  5. 5. To do something again.
  6. 7. A list of steps to finish a task.
  7. 11. Something a program checks to see if it is true before allowing an action.