Vocabulary

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