Vocabulary

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