CS Express & Code.org Vocabulary Quiz

123456789101112131415161718192021222324
Across
  1. 6. The action of doing something over and over again.
  2. 8. Research, plan, and acquire materials for the activity you are about to do.
  3. 9. A message on the computer screen that waits for input from the user.
  4. 12. Loops that have a predetermined beginning, end, and increment (step interval).
  5. 13. Carefully think back on something with the intention of improving the outcome in the future.
  6. 14. An action that causes something to happen.
  7. 15. A command that tells you to do something only up to the point that something becomes true.
  8. 16. An action that a sprite performs continuously until it’s told to stop.
  9. 17. An algorithm that has been coded into something that can be run by a machine.
  10. 20. To write code, or to write instructions for a computer.
  11. 21. Statements that only run under certain conditions.
  12. 23. Finding and fixing errors in programs.
  13. 24. Figure out the details of the problems that you are trying to solve.
Down
  1. 1. A piece of code that you can call over and over again.
  2. 2. A loop that continues to repeat while a condition is true.
  3. 3. Attempt to do something.
  4. 4. A label for a piece of information used in a program.
  5. 5. Putting commands in correct order so computers can read the commands.
  6. 7. Not giving up.
  7. 10. The art of creating a program.
  8. 11. A graphic on the screen with a location, size, and appearance.
  9. 16. An error in a program that prevents the program from running as expected.
  10. 18. To do something again.
  11. 19. Something a program checks to see if it is true before allowing an action.
  12. 22. A list of steps to finish a task.