wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MicroBit Quiz 1

Total questions: 14

Worksheet time: 14mins

Name
Class
Date
1.

How many programs can the MicroBit hold?

a)

none

b)

one

c)

two

d)

more than two

2.

How many programmable buttons does the MicroBit have, including the touch logo ?

a)

one

b)

two

c)

three

d)

four

3.

True or False: the MicroBit is a computer.

a)

True

b)

False

4.

Which is the file type for MicroBit files?

a)

.pdf

b)

.jpg

c)

.bit

d)

.hex

5.

Based on the code shown, what will happen when the MicroBit starts?

a)

It will show a heart, then an X on the LEDs

b)

It will show a heart and and X, but only when the A button is pressed

c)

Nothing will happen because the code has no way to start.

6.

Which code block would make scrolling text like this?

a)
b)
c)
d)
7.

What should we call the area of the Microbit surrounded by the red rectangle in this image?

a)

I/O Connectors

b)

USB

c)

Reset

d)

LED Grid

8.

What should we call these parts of the MicroBit?

a)

Reset Buttons

b)

Compass

c)

Buttons A and B

d)

Battery Connector

9.

True or False - NEVER yank on the USB or Battery connection cords when they are plugged into the MicroBit.

a)

True

b)

False

10.

To make a melody play faster, you should increase the

a)

Tempo

b)

Volume

c)

Number of Loops

d)

All of the above

11.

Which of the following is an INPUT for the MicroBit?

a)

The Keyboard

b)

The A Button

c)

The Speaker

d)

The LED display

12.

Which of the following is an OUTPUT on the MicroBit?

a)

The LEDs

b)

Button B

c)

The accelerometer

d)

The reset button

13.

Which of these best describe what PROCESSING is on a computer?

a)

Listening for events and conditions

b)

Taking events, combining them with stored information, and creating an output

c)

Storing information on a computer

d)

Displaying something to help the user know what happened.

14.

Which of these is what we call and "IF this THEN that" reaction?

a)

Input

b)

Output

c)

Conditional

d)

Variable