MicroPython L1

MicroPython L1

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

MS Excel Parts

MS Excel Parts

8th Grade

15 Qs

Microbit elites9b

Microbit elites9b

9th Grade

6 Qs

Makecode Intro.

Makecode Intro.

5th - 7th Grade

15 Qs

Microbit Quiz for Programming CCA

Microbit Quiz for Programming CCA

6th - 8th Grade

10 Qs

Know Your Microbit

Know Your Microbit

4th - 8th Grade

10 Qs

認識Micro:bit

認識Micro:bit

5th - 9th Grade

14 Qs

Identifying and Understanding the Microsoft Word Interface

Identifying and Understanding the Microsoft Word Interface

8th - 12th Grade

14 Qs

ไมโครบิต

ไมโครบิต

9th - 12th Grade

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