Unit 1 and unit 2 for computer science

1234567891011121314151617181920212223242526
Across
  1. 2. A programming language found in editors—such as Microsoft MakeCode and Scratch—that uses different colored and shaped blocks that connect in a specific order to allow beginners to learn concepts without having to worry about syntax.
  2. 4. A set of instructions that a computer can follow.
  3. 7. a set of (often repeated) steps used to solve a problem
  4. 9. A coding editor in Code Connection that lets you code with two programming languages: Block or JavaScript.
  5. 10. Random access memory
  6. 11. learning more about your target audience
  7. 12. long-term memory even when the computer is turned off.
  8. 13. detailed outline or rough draft of a program. natural language and code.
  9. 20. test your prototype solution
  10. 21. A text-based programming language that uses letters, numbers, and symbols. It's one of the most popular programming languages in the world
  11. 22. shows what your program will look like running on a micro:bit
  12. 25. A framework for identifying problems, designing solutions, testing and refining
  13. 26. part of a program that runs when a specific event happens
Down
  1. 1. construct rough drafts or sketches of your ideas
  2. 3. how the computer remembers things
  3. 5. something that happens outside a program that the program can respond to (like a screen tap or mouse click)
  4. 6. where you will build your programs
  5. 8. this is a chip inside the computer and it's how the computer transforms information
  6. 14. how a computer displays or communicates information
  7. 15. brainstorm several possible creative solutions
  8. 16. a self contained set of instructions for performing a specific task within a computer program.
  9. 17. Empathize, define, ideate, prototype, test
  10. 18. how a computer takes in information from the world (keyboard, mouse, touchscreen)
  11. 19. understand and identify your audience's problems or needs
  12. 23. A handheld microcomputer with many inputs and outputs.
  13. 24. short-term memory that disappears when the computer is turned off.