vocabulary

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