vocab

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