Microbit Quiz 1

Microbit Quiz 1

6th Grade

8 Qs

quiz-placeholder

Similar activities

Microbit Check Time

Microbit Check Time

6th - 7th Grade

12 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

Ch.1 Revision Test

Ch.1 Revision Test

6th Grade

5 Qs

KS3 - Fun Computing Quiz 2

KS3 - Fun Computing Quiz 2

4th - 12th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

HW: Week 2 - Microbits

HW: Week 2 - Microbits

6th - 7th Grade

10 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Computer

Computer

1st - 12th Grade

10 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)