CS 7.1 Revision

123456789101112131415
Across
  1. 1. Operator that splits one number by another
  2. 3. A mistake in a program that stops it working properly
  3. 6. Input on a micro:bit when you press it
  4. 7. Symbol that shows something is being worked out or calculated
  5. 10. Data type used for whole numbers in Python
  6. 11. Symbol that shows where a flowchart begins
  7. 13. Tiny lights on a micro:bit that show output
  8. 14. Data type used for words or text in Python
  9. 15. Symbol used when the program needs data from the user
Down
  1. 2. A named place in memory that stores a value
  2. 4. The name you give to a variable in a program
  3. 5. Python command that shows text or numbers on the screen
  4. 8. Symbol that shows the program is giving information back
  5. 9. Input on a micro:bit when you move it
  6. 12. Error caused by breaking the rules of the programming language
  7. 13. Error caused by wrong thinking in the program
  8. 14. Output on a micro:bit that you can hear