Vocabulary

1234567891011121314
Across
  1. 9. an action that causes something to happen
  2. 10. A command that tells you to do something only to the point that something becomes true
  3. 11. An instruction for the computer Many commands Put together make up Algorithms and computer programs
  4. 12. Statements that only run under certain conditions
  5. 14. an algorithm that has been coded into something that can be run by a machine
Down
  1. 1. a named group of prgramming instructions fuctions are reusable abstractions that reduce the complexity of writing and maintining programs
  2. 2. The art of creating a program
  3. 3. Putting commands in correct order so the computers can read the commands
  4. 4. to write code or to write instructions for a computer
  5. 5. Finding and fixing problems in an algorithm or program
  6. 6. a loop that continues to repeat while a condition is true
  7. 7. Do something again
  8. 8. a list of steps to finish a task
  9. 13. The action of doing something over and over again