Computer Science for IGCSE & O level - Data Representation (Section 3 - No. 4)
How many hexadecimal digits are needed to represent a single byte?
1
2
3
4
Explanation
Each hexadecimal digit can represent 4 bits, so two hex digits are required to make a byte (8 bits).
Comments (0)
