The origin on a micro:bit is located in the
top left corner
Booleans have _____________ data types.
2
This is also known as a binary digit
bit
A list or collection of similar things.
array
The values of the x coordinate increase from ________ to ________.
left to right
The two values for Booleans are:
true , false
A byte is made up of ______ bits
8
A unique address or location in the collection.
An array index
The values of the y coordinates increase from _____ to _____.
top to bottom
Booleans are named after this english mathematician ____________
George Boole
A Kilobyte is equal to
1024 bytes
The total number of items in the collection.
array length
In the coordinate pair for your micro:bit ____ comes first.
x
This Boolean operator is true only if both conditions are true:
AND
The largest byte unit
Gigabyte
The first slot in an array is index ___.
0
The brightness range on a micro:bit goes from:__ to ____
0 -255
___ is true, ____ is false
1 for true, 0 for false
A byte can have ______ possible different value combinations
256
The index of the last element in the array is always ___.
1 less than the length of the array.