Vocab tech

123456789101112131415
Across
  1. 4. A command that tells you to do something only up to the point that something becomes true.
  2. 6. Putting commands in correct order so computers can read the commands.
  3. 7. statement that a program checks to see is true or false.
  4. 8. The art of creating a program.
  5. 11. to write code, or to write instructions on a computer
  6. 13. named group of programming instructions.
  7. 14. The action of doing something over and over again.
  8. 15. An action that causes something to happen
Down
  1. 1. A list of steps to finish a task.
  2. 2. Finding and fixing problems in an algorithm or program.
  3. 3. Part of a program that does not work correctly.
  4. 5. Statements that run under certain conditions.
  5. 8. algorithm that has been coded into something that can be run by a machine.
  6. 9. Do something again.
  7. 10. An instruction to the computer.
  8. 12. Loop- A loop that continues to repeat while a condition is true.