MicroPython L1

MicroPython L1

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Lord Bills Year 8 Computing Microbit

Lord Bills Year 8 Computing Microbit

6th - 8th Grade

15 Qs

Microbit 3

Microbit 3

6th Grade - University

10 Qs

S1 Microbit Assessment

S1 Microbit Assessment

7th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Microbit (python)

Microbit (python)

8th - 10th Grade

15 Qs

CSD Microbit

CSD Microbit

6th - 9th Grade

14 Qs

Microbits

Microbits

7th Grade

15 Qs

Microbit Python

Microbit Python

8th - 10th Grade

15 Qs

MicroPython L1

MicroPython L1

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Used 94+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many LED's does a MicroBit have?

20

22

25

30

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What piece of code must be used at the beginning of every MicroPython code?

from microbit import *

while True

Import Microbit

From Microbit Import

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To show a 'Hello, World' message on your microbit you must use the code?

display.scroll 'Hello, World'

display.scroll(Hello, World)

display.scroll('Hello, World')

displayscroll('Hello, World')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Will this code work?


display.scroll('Computer Science Rocks')

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the error called when you do not use the correct spelling or punctuation?

Syntax

Spelling

Grammar

Punctuation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would you use to display a picture of a sword?

display.show(Image.SWORD)

displayshow(imageSWORD)

display.show('Image.SWORD')

display.scroll(Image.SWORD)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What code is used to delay what is displayed by the LED's?

sleep()

wait()

pause()

stop()

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?