Computer Science for IGCSE & O level - Data Representation (Section 4 - No. 24)

What is the decimal equivalent of the hexadecimal number 2A?
32
42
40
50

Explanation

2A (hexadecimal) = (2 * 16^1) + (10 * 16^0) = 32 + 10 = 42

Comments (0)

Advertisement