wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

remed ease g7

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the name of the board?

a)

Microbit

b)

BBC Micro:bit V2

c)

Microsoft Microbit

d)

Original Microbit

2.

What direction should we change if we want to run LED vertically?

a)

X

b)

Y

3.

What is the meaning of this code?

a)

All the code in the sketch will pause at 100 second

b)

Pause the current code for a duration of 100 millisecond.

c)

Delay the time of the active code to 1 minute

d)

It will pause every 1 second

4.

What location is the origin coordinate on the micro:bit screen?

a)

Upper left

b)

Upper right

c)

bottom left

d)

bottom right

5.

What will happen to the code?

a)

It will always display a dot of an LED at (0,0) coordinate

b)

Nothing happens

c)

It will show number "0"

d)

It will always show "plot" word

6.

What is the coordinate of the LED?

a)

(2,4)

b)

(3,4)

c)

(3,3)

d)

(4,3)

7.

What direction the LEDs are running?

a)

Top-Bottom

b)

Right-Left

c)

Left-Right

d)

Center

8.

Which code block will be used to turn off the LED?

a)

Toogle

b)

Basic

c)

Unplot

d)

Pause

9.

Which statement is correct about this 2 codeblock?

a)

The "On start" code block runs its code only once.

b)

The "Forever" code block runs the code twice.

c)

The "On start" code block is used only for turning off the screen.

d)

The "Forever" code block will only turn the LED ON.

10.

What direction will the code run?

a)

Horizontal

b)

Vertical

11.

What is the function of For Do Loops?

a)

Run part of the program the number of times you say using an index variable.

b)

to run the code according to the LED's light

c)

to delay the code

d)

to run the code once

12.

What happen if we put this codeblocks?

a)

The LED will always turn OFF

b)

The LED will turn ON once

c)

The LED only blinking once

d)

The LED will run to the bottom

13.

Is the code correct if we want the LED to look like this?

a)

CORRECT

b)

INCORRECT

14.

What statement is correct about this image?

a)

The emoji will appear if we incline the microbit to the right

b)

The emoji will always appear

c)

The emoji just blinking

d)

The emoji appear in the center of the microbit

15.

What is the meaning of this codeblock?

a)

To run the code according to the microbit board's inclinement

b)

To make the code running to the bottom

c)

To lit the LED

d)

To accelerate the code twice

16.

The loop code block makes the code repeat over and over. This is helpful because it allows us to write less code to do the same thing multiple times.

a)

TRUE

b)

FALSE

17.

The Pause code block is helpful for making the LED blink. If we only use the plot and unplot code blocks, the LED will turn off right away and won't blink.

a)

TRUE

b)

FALSE

18.

How many LEDs are on the microbit board?

a)

25

b)

16

c)

30

d)

20

19.

What does index mean in this image?

a)

Index is used to hold the list of number value and run it sequencally

b)

Index used to run the code once

c)

Index used to make the LED blinking

d)

Index used to show a number

20.

Microbit is like other mini computer that is able to control any component that connected with it

a)

TRUE

b)

FALSE