vocabulary

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