| Hint | Answer | % Correct |
|---|---|---|
| These: [ ] | brackets | 90%
|
| 10^9 | billion | 87%
|
| Number system with place values as powers of 2 | binary | 83%
|
| The shape of a normal distribution; | {bell} curve | 73%
|
| Distribution used to model events with only two possible outcomes | binomial | 63%
|
| ...the name of a digit in such a number system | bit | 57%
|
| A type of logic with True and False as possible values | {Boolean} logic | 53%
|
| ...the name of 8 of these digits | byte | 53%
|
| ...another word for this number system | {base}-2 | 50%
|
| These: { } | braces | 47%
|
| Angle in degrees measured clockwise from North | bearing | 40%
|
| Diagram showing lowest/highest values, lower/upper quartiles and median | box and whisker plot | 40%
|
| Sorting algorithm, where adjacent numbers are repeatedly swapped into order | {bubble} sort | 27%
|
| In graph theory, this is a type of graph which can be split into two disjoint sets, where every edge connects a vertex from one set to one from the other set | {bipartite} graph | 20%
|
| Process used when you perform column subtraction, when the digit in the top number is smaller than the digit in the bottom number | borrowing | 20%
|