Micro:bit Programming Quiz

Micro:bit Programming Quiz

3rd Grade

38 Qs

quiz-placeholder

Similar activities

EPP 4

EPP 4

1st - 5th Grade

40 Qs

Micro:bit Programming Quiz

Micro:bit Programming Quiz

Assessment

Quiz

Information Technology (IT)

3rd Grade

Easy

Created by

Fadi Fadi

Used 7+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does from microbit import * do?

Create a new program

Import functions from Micro:bit

Save the project

Restart Micro:bit

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will display a heart image on the Micro:bit screen?

display.show("HEART")

display.show(Image.HEART)

display.show("HEART", 3)

show.display(Image.HEART)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the display.scroll("text") method?

Displays a text at the center of the screen

Displays text scrolling across the screen

Displays images

Turns off the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop runs code indefinitely on Micro:bit?

for loop

while True: loop

repeat loop

until loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid way to stop the Micro:bit program?

Pressing the reset button

display.clear()

break

stop()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does button_a.is_pressed() return?

Number

Image

True or False

Text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you detect if button A was pressed?

if button_a.is_pressed():

if button_a.was_pressed():

if button_a.is_pushed():

if button_a.on_press():

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?