martha's vocab crossword

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