Summer School Coding Vocabulary

1234567891011121314151617181920
Across
  1. 1. Putting commands in correct order so computers can read the commands.
  2. 5. To do something again.
  3. 8. Something a program checks to see if it is true before allowing an action.
  4. 10. Part of a program that does not work correctly.
  5. 13. A list of steps to finish a task.
  6. 14. Statements that only run under certain conditions.
  7. 15. A label for a piece of information used in a program.
  8. 16. An action that causes something to happen.
  9. 17. A command that tells you to do something only up to the point that something becomes true.
  10. 19. Finding and fixing problems in an algorithm or program.
  11. 20. Loop Loops that have a predetermined beginning, end, and increment (step interval).
Down
  1. 1. A graphic on the screen with a location, size, and appearance.
  2. 2. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  3. 3. The art of creating a program.
  4. 4. A variable used throughout a program that never changes value
  5. 6. An algorithm that has been coded into something that can be run by a machine.
  6. 7. A piece of code that you can easily call over and over again.
  7. 9. An action that a sprite performs continuously until it's told to stop.
  8. 11. Loop A loop that continues to repeat while a condition is true.
  9. 12. (v) to write code, or to write instructions for a computer.
  10. 18. The action of doing something over and over again.