MicroPython L1

MicroPython L1

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Microbits - Inputs

Microbits - Inputs

8th Grade

13 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

ICT Quiz

ICT Quiz

8th Grade

10 Qs

Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

Micro:Bit Y8

Micro:Bit Y8

8th Grade

15 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

8.1 Microbits Plenary

8.1 Microbits Plenary

8th Grade

15 Qs

Grok Network Security Module 1

Grok Network Security Module 1

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?