Computer Science for IGCSE & O level - Data Representation (Section 7 - No. 2)

What is the decimal equivalent of the hexadecimal value '1A'?
10
16
26
32

Explanation

1A in hexadecimal is equal to (1 * 16^1) + (10 * 16^0) = 16 + 10 = 26

Comments (0)

Advertisement