Converting Between Binary & Hexadecimal (OCR GCSE Computer Science): Flashcards
📚Flashcards
Practise the cards
12 cards from this deck
ShowHide
Practise the cards
12 cards from this deck
What is a nibble?
What is a nibble?
A group of 4 bits
Binary digits per hex digit
Binary digits per hex digit
4 binary digits
Base number of binary
Base number of binary
Base 2
Base number of hexadecimal
Base number of hexadecimal
Base 16
Method: binary to hex
Method: binary to hex
Split into 4-bit nibbles, convert each to hex
Method: hex to binary
Method: hex to binary
Replace each hex digit with 4-bit binary equivalent
Hexadecimal digit range
Hexadecimal digit range
0-9 and A-F
Binary digit range
Binary digit range
0 and 1
Denary value of hex A
Denary value of hex A
10
Denary value of hex B
Denary value of hex B
11
Denary value of hex F
Denary value of hex F
15
Convert binary 1110 to hex
Convert binary 1110 to hex
E
