Computer Science for IGCSE & O level - Data Representation (Section 3 - No. 29)
Which of these is the correct representation of the binary number 110011 in hexadecimal?
33
63
3B
C3
Explanation
110011 in binary is equivalent to 63 in hexadecimal (3*16 + 15).
Comments (0)
