Tommy's Crossword

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