wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

KS3 Micro:Bit

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What is a program?

a)

A series of step-by-step instructions that tell a computer how to solve a task/problem

b)

A video that is watched on the computer

c)

A flow chart written on a computer

d)

A series of steps in the incorrect order that tell a computer how to solve a task/problem

2.

What is the name of the editor you have used to code your Microbit?

a)

Scratch

b)

Python

c)

Block editor

d)

Excel

3.

How many LEDs does the microbit have?

a)

15

b)

25

c)

23

d)

21

4.

How many buttons does the Microbit have?

a)

0

b)

1

c)

2

d)

3

5.

How many pins does the Micro:Bit have?

a)

1

b)

2

c)

3

d)

4

6.

What is a variable?

a)

A named memory location used to store data values in a computer program

b)

A type of code used in a computer program

c)

A function/command which stores data

d)

Texts or words within in your computer program

7.

What is selection?

a)

Repeating a number of steps

b)

Repeating a number of steps until the condition is true

c)

A decision point in your program

d)

The order in which instructions are carried out

8.

In programming how is selection implemented?

a)

IF - OTHERWISE

b)

IF - ELSE IF - ELSE

c)

DO - ELSE

d)

IF - ELSE - DO

9.

Which function would you use on the Block editor to implement selection statement?

a)

Variables

b)

Maths

c)

Input

d)

Logic

10.

Select an output?

a)
b)
c)
d)
11.

Select an input?

a)
b)
c)
d)
12.

What is a 'string'?

a)

Whole numbers

b)

Decimal numbers

c)

Text

d)

True or false

13.

Jacob = 10

This is an example of what data type?

a)

String

b)

Boolean

c)

Float

d)

Integer

14.

How many variables have been used in this program?

a)

1

b)

2

15.

What will the code output?

a)

Access Granted

b)

Access Denied

c)

Error

d)

Try again

16.

What does iteration mean?

a)

Code is repeated until the user presses enter

b)

Code which has errors within it

c)

When a set of instructions in a code are repeated a certain number of times or until a condition is met

d)

It is a decision point in a computer program