Micro:bit Functions Quiz

Micro:bit Functions Quiz

6th - 10th Grade

24 Qs

quiz-placeholder

Similar activities

UID Chapter 8 Chapter Test

UID Chapter 8 Chapter Test

8th - 12th Grade

20 Qs

Microbit

Microbit

6th - 11th Grade

26 Qs

Weekend App Inventor Quiz

Weekend App Inventor Quiz

9th - 12th Grade

20 Qs

Internet Web Browser Terminology

Internet Web Browser Terminology

6th Grade

20 Qs

Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

6th - 8th Grade

20 Qs

Year 8 Microbit quiz

Year 8 Microbit quiz

8th - 9th Grade

20 Qs

Computer Science Principles Unit 3 Pre-Assessment

Computer Science Principles Unit 3 Pre-Assessment

9th - 12th Grade

20 Qs

Year 7 Microbit

Year 7 Microbit

7th - 8th Grade

20 Qs

Micro:bit Functions Quiz

Micro:bit Functions Quiz

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

Fadi Fadi

Used 8+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?