NEW
Font size
WorksheetsWireless micro:bit
Total questions: 10
Worksheet time: 5mins
Wireless technology for sending/receiving data over short distances.
Bluetooth
Flash ROM
General Purpose Input/Output
Nordic Gazell
An open-source platform developed by Microsoft for coding which supports block-based coding, JavaScript, and device simulators.
MakeCode
Scratch
JavaScript
HTML
What is the type of program file that is downloaded to a micro:bit from MakeCode
.hex file
binary file
plain text file
microCode
Which coding palette in MakeCode includes the blocks shown here?
Text
Basic
Logic
Math
Which coding palette in MakeCode includes the blocks shown here?
Variables
Radio
Loops
Music
Which coding palette in MakeCode includes the blocks shown here?
Variables
Output
Loops
Input
How do micro:bits communicate with one another?
TV signals
Wi-Fi
Radio signals
Smoke signals
What does this code do?
It defines the number of micro:bits in a network
It sets the radio channel for a group of micro:bits
It gives the micro:bit a serial number
None of the above
What does this code do?
When A is pressed it does not a string to another miicro:bit and shows a string on its own screen.
When A is pressed it sends a string to another miicro:bit and its own screen goes blank.
When A is pressed it sends a string to another miicro:bit and shows a string on its own screen.
When A is pressed it does not send a string to another miicro:bit and shows nothing on its own screen.
What does this code do?
It shows a text that has not been received
It shows a string of wires that has been received
It does show the string "received string"
It shows a text that has been received
