Search Header Logo

Micro:bit Functions Quiz

Authored by Fadi Fadi

Computers

6th - 10th Grade

Used 8+ times

Micro:bit Functions Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to display a single image on the Micro?

display.scroll()

display.show()

display.image()

display.write()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to scroll text across the Micro display?

display.show()

display.scroll()

display.image()

display.write()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between display.show() and display.scroll()?

show() displays images, scroll() shows text.

show() scrolls text, scroll() shows images.

show() displays messages, scroll() turns on the radio.

There is no difference; they are the same.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if button A is pressed?

button_a.is_pressed()

button_a.pressed()

button_a.is_clicked()

button_a.pressed(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would display a heart image?

display.show(Image.HEART)

display.show("HEART")

display.show(heart)

display.display(Image.HEART)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To import the radio library, which line of code is correct?

import radio

from microbit import radio

import microbit.radio

include radio

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of configuring a radio group?

To control the display settings.

To limit communication to specific devices.

To turn on the radio.

To receive messages faster.

Access all questions and much more by creating a free account

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

Already have an account?