wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Micron Chip Camp - Day 2 Quiz

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

How many buttons are there on a Micro:bit board?

a)

1

b)

2

c)

3

d)

0

2.

What is the purpose of the micro bit code editor?

a)

To create virtual reality environments

b)

To write pseudocode

c)

To control external LEDs

d)

To develop and test programs for the micro bit

3.

What is the function of the 'on start' block?

a)

runs the program once, in a loop

b)

run the program once, at the start

c)

runs the program as a loop

d)

runs the program once, at the end

4.

What is/are example(s) of output(s) in Micro:bit?

a)

User Buttons

b)

Speaker

c)

LEDs in the LED matrix

d)

Microphone

5.

The ultrasonic sensor acts as an (a)   device and sends data to the microcontroller.

6.

Why does a single ultrasonic sensor have 2 "eyes" on it?

a)

So the ultrasonic waves can hit more objects

b)

So the bot can see differences in color

c)

One eye sends a signal and one receives it

d)

In case one eye stops working the other eye is a backup

7.

What is the unit of measure used for the ultrasonic sensor?

a)

inches

b)

millimetre

c)

centimetre

d)

metre

8.

An ultrasonic sensor is a device that can measures the ________ to an object by sending out _________ waves.

a)

density / echo

b)

path / seismic

c)

elevation / sonic

d)

distance / sound

9.

The "If" Statement is an example of a _________________

a)

Correctional Statement

b)

Competitive Statement

c)

Conditional Statement

d)

Inquisitive Statement

10.

How many "else" statements can you pair with a single "if" statement

a)

1

b)

<10

c)

<20

d)

As many as is needed.

11.

How many choices are possible when using a single if / else statement?

a)

2

b)

3

c)

4

d)

5