Micro:bit Functions Quiz

Micro:bit Functions Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Componenti del Computer

Componenti del Computer

1st Grade - University

26 Qs

PSAJ INFORMATIKA 9

PSAJ INFORMATIKA 9

9th Grade

30 Qs

Flowcharts and Micro:bit Programming Quiz

Flowcharts and Micro:bit Programming Quiz

9th - 12th Grade

30 Qs

Latihan Soal Informatika Kelas VII

Latihan Soal Informatika Kelas VII

7th Grade - University

30 Qs

BERPIKIR KOMPUTASIONAL KELAS 9

BERPIKIR KOMPUTASIONAL KELAS 9

9th Grade

25 Qs

LATSO KELAS 9 MICROBIT

LATSO KELAS 9 MICROBIT

9th Grade

30 Qs

Net+ 3.1 Questions

Net+ 3.1 Questions

11th Grade

26 Qs

ASTS TIK 6 GENAP

ASTS TIK 6 GENAP

6th Grade - University

35 Qs

Micro:bit Functions Quiz

Micro:bit Functions Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Easy

Created by

Fadi Fadi

Used 8+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module must be imported to use Micro:bit functions in Python?

microbit

random

time

math

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? from microbit import * display.show(Image.HEART)

Shows a heart image on the Micro:bit display

Shows text "HEART" on the display

Blinks a heart on the display

Displays nothing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make the Micro:bit wait for 2 seconds?

sleep(2000)

wait(2)

pause(2)

delay(2000)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code do? from microbit import * display.scroll("Hello")

Print "Hello" in the Python console

Scroll "Hello" across the Micro:bit display

Flash "Hello" once on the screen

Show an error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to check if button A is pressed?

button_a.pressed()

button_a.is_pressed()

button_a.check()

button_a.click()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code do? from microbit import * display.clear()

Turn off the Micro:bit

Clear the LED display

Reset the Micro:bit

Show an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display text on the Micro:bit?

display.write()

print()

display.scroll()

text.show()

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?