Vocabulary

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