Micro:bit Programming Quiz

Micro:bit Programming Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

UTS Kompetensi Kejuruan

UTS Kompetensi Kejuruan

11th Grade

25 Qs

Flowcharts and Micro:bit Programming Quiz

Flowcharts and Micro:bit Programming Quiz

9th - 12th Grade

30 Qs

Sistematizacija gradiva V razred

Sistematizacija gradiva V razred

5th Grade - University

32 Qs

QUIZ DSR TKJ

QUIZ DSR TKJ

10th Grade

30 Qs

Introduction to MS - Excel

Introduction to MS - Excel

9th Grade - University

25 Qs

COMPUTER RELATED SYMBOLS REVIEWER MADE BY ETLIZTE

COMPUTER RELATED SYMBOLS REVIEWER MADE BY ETLIZTE

9th Grade

25 Qs

ASESMEN AKHIR SUMATIF SEMESTER  GENAP TAHUN 2025

ASESMEN AKHIR SUMATIF SEMESTER GENAP TAHUN 2025

10th Grade

25 Qs

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade - University

25 Qs

Micro:bit Programming Quiz

Micro:bit Programming Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Fadi Fadi

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when Button A is pressed?

The numbers 1 to 5 appear instantly

The numbers 5 to 1 appear one by one with a delay

The numbers 5 to 1 appear at random

The Micro:bit displays "Ready?" and "Go!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function introduces a delay between displaying numbers?

wait(500)

pause(500)

sleep(500)

delay(500)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be displayed when Button B is pressed?

The numbers 5, 4, 3, 2, 1

"Ready?", then "Go!" after 1 second

A smiley face for 2 seconds

The screen flashes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we pause for 1 second in Python?

sleep(1000)

wait(1)

delay(1000)

pause(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function should be used to display a smiley face in the else condition?

display.show(Image.HAPPY)

display.text("Smiley")

display.scroll(":)")

display.draw("Smile!")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we make the Micro:bit flash the screen instead of showing a smiley face?

Repeatedly clearing and showing an image with sleep(2000)

Using display.scroll("Flash")

Turning the Micro:bit off and on

Using button_a.was_pressed()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What modification makes each number blink before switching to the next?

Show the number, then clear the display briefly before showing the next number

Scroll the number instead of showing it

Add an extra sleep(2000) between numbers

Use display.show("BLINK") before each number

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?