Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BBC Micro:Bit

Total questions: 32

Worksheet time: 17mins

Name
Class
Date
1.

What is a computer bit?

a)

The smallest unit of data in a computer, for example a 0 or 1.

b)

The smallest part of a computer, for example a mouse.

c)

The largest amount of data in a computer, for example a yottabyte.

d)

The largest part of a computer, for example a main frame.

2.

How many computer bits in a byte?

a)

4

b)

1

c)

8

d)

16

3.

What is an algorithm?

a)

A set of instructions to solve a problem.

b)

A list of information.

c)

An ordered structure of data.

d)

A binary number.

4.

What base is binary?

a)

10

b)

1

c)

2

d)

16

5.

How can you tell if a website is secure?

a)

There is a smiley face.

b)

There is a padlock

c)

The address starts with "http://"

d)

The URL has an "S" at the end, for example, http://www.bbc.co.ukS

6.

Which of the following is an input for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

7.

Which of the following is an output for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

8.

What does "recursion" mean?

a)

To compile a section of code.

b)

To run a section of code.

c)

To say the same thing more than once.

d)

To repeat a section of code.

9.

On a microbit which menu do you use to 'show leds'?

a)

Basic (blue)

b)

Input (pink)

c)

Logic (taupe)

d)

Variables (red)

10.

On a microbit which menu do you use to 'create a new variable'?

a)

Basic (blue)

b)

Input (pink)

c)

Logic (taupe)

d)

Variables (red)

11.

On a microbit which menu do you use to 'pick random'?

a)

Basic (blue)

b)

Input (pink)

c)

Math (purple)

d)

Variables (red)

12.

When downloading a file onto the microbit what do you need to look out for?

a)

A flashing orange light.

b)

A flashing red light.

c)

A beeping noise.

d)

Nothing.

13.

How many programmable buttons are there on a microbit?

a)

0

b)

1

c)

2

d)

3

14.

what is this device?

a)

microbit

b)

microphone

c)

micstone

15.

What is the name of the variable in this code?

a)

score

b)

button A

c)

Level 2

16.

What will happen when you press the A button?

a)

score will go up by 1

b)

score will go down by 1

c)

Nothing will happen

17.

What will happen when you press the B button?

a)

score will go up by 1

b)

score will go down by 1

c)

Nothing will happen

18.

What score would you need to reach Level 2?

a)

1

b)

5

c)

5 or above

19.

What is the name of the variable in this code?

a)

randomNumber

b)

show string

c)

pick random

20.

What will be displayed if the random number is a 1?

a)

Truth

b)

Dare

c)

Next Person

21.

What will be displayed if the random number is a 0?

a)

Truth

b)

Dare

c)

Next Person

22.

How many variables are in this code?

a)

1

b)

2

c)

0

23.

Which face design will you see if this code is run?

a)

Happy

b)

Sleepy

24.

What are variables used for in programming?

a)

Storing data for later use

b)

Displaying something on the screen

25.

Which block will repeat your code?

a)

On Start

b)

Forever

c)

On Button A

d)

On Shake

26.

What is a String?

a)

Text, numbers and symbols

b)

Images

27.

When will this piece of code start?

a)

When you shake the MicroBit

b)

When you turn on the MicroBit

c)

When you press the A and B buttons on the MicroBit

28.

Which part of the MicroBit is the LED Panel?

a)

1

b)

2

c)

3

d)

4

29.

Which is the correct website to code the Micro:bit?

a)

www.bbc.co.uk

b)

microbus.co.uk

c)

microbit.org

d)

microbit.je

30.

Select an output?

a)
b)
c)
d)
31.

Select an input?

a)
b)
c)
d)
32.

The MakeCode tool is an example of

a)

pseudocode

b)

algorithm

c)

Integrated Development Environment (IDE)