Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Shortcuts By Me

Shortcuts By Me

8th Grade

10 Qs

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Pre-Test Pertemuan 5

Pre-Test Pertemuan 5

1st Grade - University

15 Qs

Quiz Kelas 8

Quiz Kelas 8

8th Grade

15 Qs

Internet

Internet

7th - 10th Grade

10 Qs

Hardware and Software

Hardware and Software

KG - University

10 Qs

สอบปลายภาคชั้นม.2

สอบปลายภาคชั้นม.2

8th Grade

10 Qs

File Management 3 Quiz

File Management 3 Quiz

8th Grade

10 Qs

Y8 Microbit Python

Y8 Microbit Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Shaun Wilson

Used 19+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers