Make:Code & Micro:Bits

1234567891011121314151617181920212223242526272829303132333435363738394041424344
Across
  1. 4. The coding workspace in MakeCode.
  2. 5. Sensor that measures movement and tilt.
  3. 6. Checking if values are equal, greater, or less.
  4. 10. A complete activity built with micro:bit code.
  5. 12. Detects light from the environment.
  6. 14. A common variable used in games.
  7. 15. Any display, light, or sound from the micro:bit.
  8. 21. Built-in micro:bit light detector.
  9. 27. Testing code on-screen without the device.
  10. 28. Symbol like =, <, > used in conditions.
  11. 30. Command to give a variable its starting value.
  12. 31. Action of saving a number into a variable.
  13. 32. Variable that counts button presses or events.
  14. 33. The number or text held by a variable.
  15. 35. A true/false value used in conditions.
  16. 36. Where variable values are stored inside the micro:bit.
  17. 37. Small light that can be turned on or off.
  18. 38. Moving sequence of images on the LED board.
  19. 41. Example of a variable storing brightness.
  20. 42. A picture shown on the LED board.
  21. 43. Runs code only when a condition is true.
  22. 44. Command to increase or decrease a variable’s value.
Down
  1. 1. Sending code from computer to the micro:bit.
  2. 2. General term for noises made by the micro:bit.
  3. 3. Runs code when the condition is false.
  4. 7. The 5x5 grid display on the micro:bit.
  5. 8. Any sensor or button that provides information.
  6. 9. The choice a program makes with logic.
  7. 11. Sensor that detects direction using Earth’s magnetic field.
  8. 13. Puzzle piece of code in MakeCode.
  9. 16. A set of instructions written for the micro:bit.
  10. 17. Simple built-in input pressed by a user.
  11. 18. The rule being tested in an if statement.
  12. 19. Input that measures how hard something is pressed.
  13. 20. Device that changes resistance when bent.
  14. 22. Allows one action if true, another if false.
  15. 23. Letters or words scrolled across the LED display.
  16. 24. Device that makes beeps, tones, or melodies.
  17. 25. Measures the air or device’s temperature.
  18. 26. Block-based coding tool for micro:bit.
  19. 29. Action of starting a program.
  20. 34. A named “box” that stores a value.
  21. 37. The system of rules for making decisions in code.
  22. 39. The label chosen for a variable.
  23. 40. Example variable that records heat readings.