Jacksons crossword puzzle

123456789101112131415
Across
  1. 5. finding and fixing problems in an algorithm or program.
  2. 7. An algorithm that has been coded into something that can be run by a machine.
  3. 8. to write instructions for a computer
  4. 9. Statements that only run under certain conditions.
  5. 11. 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.
  6. 12. Do something again.
  7. 14. A command that tells you to do something only up to the point that something becomes true.
Down
  1. 1. Part of a program that does not work correctly.
  2. 2. Putting commands in the correct order so computers can read the commands.
  3. 3. A named group of programming instructions. Functions are reusable abstracts that reduce the complexity of writing and maintaining programs.
  4. 4. A loop that continues to repeat while a condition is true.
  5. 6. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  6. 7. The art of creating a program.
  7. 10. A list of steps to finish a task.
  8. 13. An action that causes something to happen
  9. 15. the action of doing something over and over again.