CS Express Crossword Puzzle Quiz

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