Question: If the number 1A in hexadecimal is converted to decimal, what is the result?
Options:
Correct Answer: 26
Solution:
In hexadecimal, A represents 10. Therefore, 1A = 1*16^1 + 10*16^0 = 16 + 10 = 26.