Which set of numbers best describes {…-2, -1, 0, 1, 2…}?
Integers
What symbol is given to the set of integers?
ℤ
Which set of numbers does the symbol ℝ represent?
Real numbers
Is -6 an integer?
Yes. Integers can be negative.
What set of numbers should be used for counting?
Natural numbers
To which set of numbers does π belong?
Irrational
Which set of numbers contains all real world quantities?
Real numbers
What type of number is used to describe the numerical positions of objects in relation to others?
Ordinal numbers
Which number base is used by humans for counting?
Base 10 / Decimal / Denary
Which number base can be denoted with a subscript 16?
Hexadecimal
What is the decimal equivalent of the hexadecimal digit E?
14
Which number base is useful as a shorthand representation for binary?
Hexadecimal
What is the decimal equivalent of the binary number 0101?
5
What is the binary equivalent of the hexadecimal number A3?
10100011
What is the binary equivalent of the decimal number 14?
1110
Describe what is meant by a bit
The fundamental unit of information which can only take two values, 1 and 0.
How many bits are there in a byte?
8
How many nybbles are there in a byte?
2
How many different values can be represented with 4 bits?
16
How many bits are there in a mebibit?
2^20 (=1048576)
How many bits are there in a kilobyte?
8000 (=10^3 × 8)
How many gigabytes are there in a terabyte?
1000 (=10^12 ÷ 10^9)
Which type of binary can represent negative numbers: signed or unsigned?
Signed
What is the range of decimal numbers that can be represented using unsigned binary with four bits?
0 to 15 (= 0 to 2^4 -1)