Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

MicroBit Quiz 1

MicroBit Quiz 1

6th - 8th Grade

14 Qs

Microbits Review of the Parts & Uses of Microbits

Microbits Review of the Parts & Uses of Microbits

6th - 8th Grade

11 Qs

Python Programming Quiz

Python Programming Quiz

8th Grade

10 Qs

Петон%%%%%

Петон%%%%%

6th - 8th Grade

15 Qs

Python_11

Python_11

6th - 8th Grade

15 Qs

Intro to Python | Level 3 | Random Numbers

Intro to Python | Level 3 | Random Numbers

7th - 8th Grade

10 Qs

Micro-bits

Micro-bits

3rd - 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?