Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Makecode Basics

Makecode Basics

6th - 8th Grade

10 Qs

computer inside

computer inside

7th - 9th Grade

15 Qs

Troubleshooting Review

Troubleshooting Review

8th Grade

10 Qs

Ôn tập  - Tổng quan về MicroBit

Ôn tập - Tổng quan về MicroBit

6th - 9th Grade

15 Qs

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

Randomness and Libraries 2.5 Python

Randomness and Libraries 2.5 Python

7th - 8th Grade

13 Qs

CSD Microbit

CSD Microbit

6th - 9th Grade

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