wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz: Intro to Microbit & Python

Total questions: 25

Worksheet time: 12mins

Name
Class
Date
1.
information or signals put into a computer system.
a)
anomaly
b)
microcontroller
c)
bluetooth technology
d)
input
2.

What is an algorithm?

a)

A way to do something

b)

A computer term that means a musical rhythm

c)

A list of steps

d)

Algorithm isn't a real word

3.

What is the hardware called that we use for this unit.

a)

Microchip

b)

Computer chip

c)

Raspberry pie

d)

Micro bit

4.

Which of the following are considered input?

a)

Buttons A and B

b)

Monitor

c)

Speaker

d)

LED Grid

5.

The two most common output devices used with a computer are:

a)

Toasters and airfryers

b)

Monitors and printers

c)

Speakers and mouses

d)

Phones and ipods

6.
Programs that give instruction to the computer.
a)
keyboard
b)
mother board
c)
hardware
d)
software
7.

An example of the computer's hardware would be ...

a)

MS Word

b)

MS Publisher

c)

speakers

8.
Why do we need a computer monitor?
a)
To keep the computer from overheating.
b)
Because it is like the brain of the computer
c)
To see what the computer is doing
d)
Just because
9.

What is Hardware?

a)

Computer Instructions or Data

b)

Physicals parts of a computer that you can touch

10.

What is Software?

a)

Programs and applications, it tells the hardware what to do and how to do it

b)

Physicals parts of a Computer

11.

The physical objects that make up the computer system:

a)

Software

b)

Storage

c)

Input

d)

Hardware

12.

Examples of hardware are:

a)

Keyboard

b)

Microsoft word

c)

Mouse

d)

hard drive

e)

Grand theft Auto

13.
What is syntax?
a)
Syntax is the word used to describe an error
b)
Syntax is the rules of the programming language
c)
It is used to read information
d)
It is used to output information 
14.

The order in which each command runs

a)

Sequence

b)

Syntax

c)

Sprite

d)

Block of Code

15.

Finding and fixing the errors in a program

a)

Indentation

b)

Nesting

c)

Event Block

d)

Debugging

16.
Which syntax would you use to display scrolling text that said "I love school"
a)
display.show("I love school")
b)
display.scroll(I love school)
c)
display.show(I love school)
d)
display.scroll("I love school")
17.

What syntax would you use to display an in-built image of a sword?

a)

display.show(image.sword)

b)

display.show(Image.SWORD)

c)

display.scroll(Image.SWORD)

d)

display.show(Image.sword)

18.

What piece of code must be used at the beginning of every micro:bit Python program?

a)

from microbit import *

b)

while True

c)

Import Microbit

d)

From Microbit Import

19.

Which symbol creates a comment in Python

a)

:

b)

//

c)

#

d)

*

20.

In computer programming, this word means the rules that control the placement of the symbols, punctuation, and keywords for that programming language

a)

indentation

b)

block

c)

syntax

d)

module

21.

This loop

a)

will go on forever (infinite)

b)

will repeat 2x's

22.

Delay at the end of the code will

a)

stop the scroll

b)

control the speed the words scroll across the screen

c)

pause the words

23.

This code allows you to

a)

use a built in image

b)

make a custom image

24.

The brightest light is on

a)

line 1

b)

line 2

c)

line 3

d)

line 4

25.

What is wrong with the code?

a)

the last 2 lines are not nested under the word "For"

b)

It is the wrong arrow image

c)

The image sleep number is too long