Computer Science for IGCSE & O level - Data Representation (Section 18 - No. 5)
What is the equivalent decimal value of the hexadecimal number '1A'?
10
26
32
42
Explanation
1A in hexadecimal is equal to (1 * 16) + (10 * 1) = 16 + 10 = 26.
Comments (0)
