Coding (1-23)

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