Font size
WorksheetsBinary ⇄ Decimal ⇄ Hexadecimal
Total questions: 30
Worksheet time: 20mins
How many bits are there in a byte?
8
10
2
9
How many bits in a nibble?
2
4
8
1
How many nibbles are there in a byte?
1
2
4
8
11010111 in binary is...
ODD
EVEN
10111110 in binary is...
ODD
EVEN
How can you tell if a binary sequence (01110010) is even?
You add all the 1s up and if it's even then the binary sequence is even
If there is a 0 on the end then it's an even number
If there is a 1 on the end then it's an odd number
You cannot
How can you tell if a binary sequence (01110011) is even?
You add all the 1s up and if it's oddthen the binary sequence is odd
If there is a 0 on the end then it's an even number
If there is a 1 on the end then it's an odd number
You cannot
What is another name of the Base 10 number system?
Binary
Denary
Hexadecimal
State the decimal representation for the hexadecimal number C
12
13
14
15
The hexadecimal number FF has the value of 255 in decimal -
TRUE
FALSE
A bit is
a numerical label assigned to each device.
the smallest unit of data in a computer.
a keyboarding term for typing.
just a lil bit.
One hex character is...
1 nibble
1 byte
4 bits
1 chomp
Why was hex created?
To simplify the representation of binary sequences
Letters needed to be used more in life
It actually came before binary
To confuse students in their GCSEs
What does the little number after the big number signify? (ie. 10100₂)
How many times to multiply the number by
The base (or radix) of that number's number system
Absolutely nothing
Whether the number is odd or even
Where is hexadecimal used on the internet?
To represent colours (RGB values)
It's written into every website to display text
Videos are stored in hex
On BBC Bitesize and that's the only place you'll ever find it
Where is hexadecimal used inside a computer?
For the locations of memory
For interfacing between a printer and Microsoft Word
It is never, only humans use it
Sound plays quicker in hex, so we store it in hex
00 - FF in HEX is the same as what in BINARY?
00000000 - 11111111
01010101 - 10101010
00001111 - 11110000
11111110 - 11111111
