Introduction to Computer Science Crossword

123456789101112
Across
  1. 2. The section of code.org where you place your blocks and build your program.
  2. 4. An algorithm that has been coded into something that can be run by a machine.
  3. 5. A list of steps to finish a task.
  4. 7. To do something again [once].
  5. 8. The section of code.org that tells you how to solve a challenge. This should always be read first when doing a module.
  6. 9. Someone who acts safely, responsibly, and respectfully online.
  7. 11. The section of code.org that holds all of your coding blocks and events.
  8. 12. An action that causes something to happen.
Down
  1. 1. An instruction for the computer. Many commands, when put together, make up algorithms and computer programs.
  2. 3. The section of code.org where your program is ran and shown.
  3. 6. Finding and fixing problems in an algorithm or program.
  4. 10. The action of doing something over and over again [infinite].