Top Left Corner
What is the origin (on micro:bit)?
Boolean variable namesake
Who is George Boole?
A binary digit
What is a bit?
List or collection of similar things.
What is an array?
Repeatedly finding the maximum element (considering ascending order) from unsorted part and putting it at the end.
What is the selection sort?
Increases top to bottom
What is the y coordinates?
Three boolean operators
What are and, or, not
8 bits
What is a byte?
A unique address or location in the collection.
What is an array index?
The array is searched sequentially and unsorted items are moved and put into the sorted sub-list (in the same array).
What is the insertion sort?
x, y
What is a coordinate pair?
Checks whether a condition is true
What is a conditional or if . . . then?
13 in binary
What is 1101?
The total number of items in the collection.
What is the array length?
A container to hold data
0-255
What is the brightness of the micro:bit LEDs?
What are two or true / false?
1001 in base-10
What is 9?
Always 0
What is the first element in an array?
Allows a block of code to be executed a specified number of times
What is a loop?
Developed the coordinate system
Who is Rene Descartes?
Handle used to set the initial value of a variable
What is on start?
1024 bytes
What is a kilobyte?
Repeatedly steps through the array, compares adjacent elements and swaps them if they are in the wrong order.
What is a bubble sort?
This block runs the code as long as the condition inside of it is true.
What is the "while" block?