Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Tkinter 2.0

Tkinter 2.0

7th - 11th Grade

12 Qs

Microbits Review of the Parts & Uses of Microbits

Microbits Review of the Parts & Uses of Microbits

6th - 8th Grade

11 Qs

Physical Computing

Physical Computing

6th - 8th Grade

10 Qs

Micro-bits

Micro-bits

3rd - 8th Grade

10 Qs

8.1 Microbits Plenary

8.1 Microbits Plenary

8th Grade

15 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

Know Your Microbit

Know Your Microbit

4th - 8th Grade

10 Qs

Micro:Bit Y8

Micro:Bit Y8

8th Grade

15 Qs

Y8 Microbit Python

Y8 Microbit Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Shaun Wilson

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

With microbit Python, what is particular about the T in a while True loop? 

It must be a _ _ _ _ _ _ _

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct code for half a  second delay (0.5) in microbit Python

time.sleep(0.5)

  sleep(500)

.5 sleep

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What character is missing from this first line of microbit Python code?

from microbit import ?

%

()

!

*

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

from microbit import *​

while True:​

    if button_a.is_pressed():​

         display.show(Image.HAPPY)​

    if button_b.is_pressed():​

        display.show(Image.SAD)

Which button needs to be pressed to show a SAD face

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the mathematical operator for less than?

>

+

=

<

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In selection, what three words are used to allow different things to be “chosen”?

while not True

if, elif, else

select from where

a syntax error

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What kind of error will happen if there is a word misspelt, for example image has a lowercase i.

A _ _ _ _ _ _ error

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?