Micro:bit Functions Quiz

Micro:bit Functions Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Kelas 9 - Halaman 49 (PTS)

Kelas 9 - Halaman 49 (PTS)

9th Grade - University

25 Qs

NILAI PRA PAT KELAS 11 B

NILAI PRA PAT KELAS 11 B

11th Grade - University

35 Qs

Latihan Persiapan SAS Informatika BAB 1

Latihan Persiapan SAS Informatika BAB 1

9th Grade

25 Qs

REMEDIAL ASESMEN SUMATIF AKHIR SEM-GANJIL MULOK 2024

REMEDIAL ASESMEN SUMATIF AKHIR SEM-GANJIL MULOK 2024

12th Grade

30 Qs

TCP/IP & OSI LAYER - OJM

TCP/IP & OSI LAYER - OJM

11th Grade

25 Qs

PAS SMK KELAS XI SMT GANJIL

PAS SMK KELAS XI SMT GANJIL

11th Grade

26 Qs

HTML Quiz

HTML Quiz

10th Grade

25 Qs

11-sinf 8-dars

11-sinf 8-dars

11th Grade

33 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?