Font size
WorksheetsQuiz: Intro to Microbit & Python
Total questions: 25
Worksheet time: 12mins
What is an algorithm?
A way to do something
A computer term that means a musical rhythm
A list of steps
Algorithm isn't a real word
What is the hardware called that we use for this unit.
Microchip
Computer chip
Raspberry pie
Micro bit
Which of the following are considered input?
Buttons A and B
Monitor
Speaker
LED Grid
The two most common output devices used with a computer are:
Toasters and airfryers
Monitors and printers
Speakers and mouses
Phones and ipods
An example of the computer's hardware would be ...
MS Word
MS Publisher
speakers
What is Hardware?
Computer Instructions or Data
Physicals parts of a computer that you can touch
What is Software?
Programs and applications, it tells the hardware what to do and how to do it
Physicals parts of a Computer
The physical objects that make up the computer system:
Software
Storage
Input
Hardware
Examples of hardware are:
Keyboard
Microsoft word
Mouse
hard drive
Grand theft Auto
The order in which each command runs
Sequence
Syntax
Sprite
Block of Code
Finding and fixing the errors in a program
Indentation
Nesting
Event Block
Debugging
What syntax would you use to display an in-built image of a sword?
display.show(image.sword)
display.show(Image.SWORD)
display.scroll(Image.SWORD)
display.show(Image.sword)
What piece of code must be used at the beginning of every micro:bit Python program?
from microbit import *
while True
Import Microbit
From Microbit Import
Which symbol creates a comment in Python
:
//
#
*
In computer programming, this word means the rules that control the placement of the symbols, punctuation, and keywords for that programming language
indentation
block
syntax
module
This loop
will go on forever (infinite)
will repeat 2x's
Delay at the end of the code will
stop the scroll
control the speed the words scroll across the screen
pause the words
This code allows you to
use a built in image
make a custom image
The brightest light is on
line 1
line 2
line 3
line 4
What is wrong with the code?
the last 2 lines are not nested under the word "For"
It is the wrong arrow image
The image sleep number is too long
