Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 15)

What is the result of converting the hexadecimal number "2B" to decimal?
32
43
42
10

Explanation

2B(hex) = (2 * 16) + 11 = 43(decimal)

Comments (0)

Advertisement