code vocabulary

123456789101112131415
Across
  1. 3. Loop: A loop that continues to repeat while a condition is true.
  2. 5. A list of steps to finish a task.
  3. 6. write code, or to write instructions for a computer.
  4. 7. A named group of programming instruction. Function are reusable abstraction that reduces the complexity of writing and maintaining programs.
  5. 10. The act ao creating a program.
  6. 12. Putting in commands in correct order so computers can read the commands.
  7. 14. An algorithm that has been coded into something that can by a machine.
  8. 15. An action that has causes something to happen.
Down
  1. 1. A command that tells you to do something only up to the point that something becomes true.
  2. 2. Do something again.
  3. 4. Statement that only run under certain conditions.
  4. 6. 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.
  5. 8. The action of doing something over and over again.
  6. 9. part of a program that does not work.
  7. 11. Finding and fixing problems in an algorithm or program.
  8. 13. An instruction for the computer. Many commands put together make up algorithms and computer programs.