Microbit Programming

12345678910111213141516
Across
  1. 5. Small programmable device used in out classes
  2. 7. The LED library allows to prepare a _____ of data.
  3. 8. We used magnetic sensor to make a digital ______ on Microbit. This was used for direction finding.
  4. 9. Digital temperature monitoring device we made using Microbit
  5. 13. Instruction blocks kept in this function are run forever.
  6. 15. Microbit has two ______ which are named as 'A' and 'B'
  7. 16. After making a program on MakeCode, we pair the Microbit and ______ the code to it.
Down
  1. 1. This library has all the sensor and button input. For example, 'light level'
  2. 2. This is used in programming to store data values.
  3. 3. Microbit has accelerometer that can detect motion, orientation and _____ (we used it in dice)
  4. 4. Using shake gesture, we can create a digital _____ and get a number between 1 and 6.
  5. 6. Instructions blocks kept in this function are run only once.
  6. 10. Programming editor we used to code our Microbit
  7. 11. This icon can be used to indicate directions on LED matrix. (Hint: Bow and ....)
  8. 12. We used this cable to connect Microbit to a computer
  9. 14. We can display number, text, and ___ on LED matrix.