CS Express Course 2023

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