NEW
Font size
WorksheetsMicro:Bit Homework 1
Total questions: 20
Worksheet time: 11mins
Identify this part?
LED Grid
I/O Connectors
Processor
USB
Push Button A and B
Compass
BLE Antenna
Battery Connector
What is a variable?
A named memory location used to store data values in a computer program
A type of code used in a computer program
A function/command which stores data
Texts or words within in your computer program
What is a 'string'?
Whole numbers
Decimal numbers
Text
True or false
What are sets of computer instructions?
pseudocode
algorithms
memory
How a computer takes in information from the world
processor (CPU)
memory
inputs
outputs
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 does x != 3 means?
x is equal to 3
x is not equal to 3
x multiplies exclamation mark equal to 3
x divide exclamation mark equal to 3
Gjdk is not a good name for a variable, why?
It starts with a capital letter.
It does not contain any spaces.
There are no vowels.
It's meaningless.
