wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Wireless micro:bit

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Wireless technology for sending/receiving data over short distances.

a)

Bluetooth

b)

Flash ROM

c)

General Purpose Input/Output

d)

Nordic Gazell

2.

An open-source platform developed by Microsoft for coding which supports block-based coding, JavaScript, and device simulators.

a)

MakeCode

b)

Scratch

c)

JavaScript

d)

HTML

3.

What is the type of program file that is downloaded to a micro:bit from MakeCode

a)

.hex file

b)

binary file

c)

plain text file

d)

microCode

4.

Which coding palette in MakeCode includes the blocks shown here?

a)

Text

b)

Basic

c)

Logic

d)

Math

5.

Which coding palette in MakeCode includes the blocks shown here?

a)

Variables

b)

Radio

c)

Loops

d)

Music

6.

Which coding palette in MakeCode includes the blocks shown here?

a)

Variables

b)

Output

c)

Loops

d)

Input

7.

How do micro:bits communicate with one another?

a)

TV signals

b)

Wi-Fi

c)

Radio signals

d)

Smoke signals

8.

What does this code do?

a)

It defines the number of micro:bits in a network

b)

It sets the radio channel for a group of micro:bits

c)

It gives the micro:bit a serial number

d)

None of the above

9.

What does this code do?

a)

When A is pressed it does not a string to another miicro:bit and shows a string on its own screen.

b)

When A is pressed it sends a string to another miicro:bit and its own screen goes blank.

c)

When A is pressed it sends a string to another miicro:bit and shows a string on its own screen.

d)

When A is pressed it does not send a string to another miicro:bit and shows nothing on its own screen.

10.

What does this code do?

a)

It shows a text that has not been received

b)

It shows a string of wires that has been received

c)

It does show the string "received string"

d)

It shows a text that has been received