wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Microbit Quiz 1

Total questions: 8

Worksheet time: 2hrs 0mins

Name
Class
Date
1.
a)

Processor

b)

Compass

c)

Push Button A and B

d)

Battery Connector

2.
a)

I/O Connectors

b)

USB

c)

Reset

d)

LED Grid

3.
a)

Battery Connector

b)

Reset

c)

USB

d)

Compass

4.

If I want to scroll string on Micro:bit what should we type?

a)

display.show()

b)

display.scroll()

c)

print()

d)

display()

5.

How would you display a happy face?

a)

display.show(Face.happy)

b)

display.scroll(Image.HAPPY)

c)

display.show(Image.HAPPY)

d)

display.show(image.happy)

6.

Output a string in Console?

a)

print()

b)

display.show()

c)

display.scroll()

d)

show()

7.

What you should put at the start of the Microbit Python codes?

a)

from microbit import*

b)

From microbit import *

c)

from microbit import *

d)

Nothing

8.

How to display the following code and show 3 times on microbit?

a)

display.scroll("Hello Codejoy" * 3)

b)

display.scroll("Hello Codejoy * 3")

c)

display.scroll("Hello Codejoy") * 3

d)

display.scroll("Hello Codejoy" + 3)