Code.Org Review

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