Microbit Quiz 1

Microbit Quiz 1

6th Grade

8 Qs

quiz-placeholder

Similar activities

micro:bit

micro:bit

4th - 6th Grade

7 Qs

Term 1 Overview Quiz

Term 1 Overview Quiz

3rd - 6th Grade

7 Qs

Micro bit sss

Micro bit sss

6th Grade

6 Qs

Ch.1 Revision Test

Ch.1 Revision Test

6th Grade

5 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Micro-bits

Micro-bits

3rd - 8th Grade

10 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Python Basics Revision

Python Basics Revision

6th - 8th Grade

13 Qs

Microbit Quiz 1

Microbit Quiz 1

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Andy Nie

Used 47+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Processor

Compass

Push Button A and B

Battery Connector

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

I/O Connectors

USB

Reset

LED Grid

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Battery Connector

Reset

USB

Compass

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

If I want to scroll string on Micro:bit what should we type?

display.show()

display.scroll()

print()

display()

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

How would you display a happy face?

display.show(Face.happy)

display.scroll(Image.HAPPY)

display.show(Image.HAPPY)

display.show(image.happy)

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Output a string in Console?

print()

display.show()

display.scroll()

show()

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What you should put at the start of the Microbit Python codes?

from microbit import*

From microbit import *

from microbit import *

Nothing

8.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

How to display the following code and show 3 times on microbit?

display.scroll("Hello Codejoy" * 3)

display.scroll("Hello Codejoy * 3")

display.scroll("Hello Codejoy") * 3

display.scroll("Hello Codejoy" + 3)