1.

Convert the hexadecimal number (1E2)16 to decimal.(a) 480(b) 483(c) 482(d) 484I had been asked this question during an interview for a job.This interesting question is from Number System topic in section Number System and Codes of Digital Circuits

Answer»

Correct choice is (C) 482

Easy explanation: HEXADECIMAL to Decimal conversion is obtained by multiplying 16 to the power of base index along with the value at that index position.

(1E2)16 = 1 * 16^2 + 14 * 16^1 + 2 * 16^0 (Since, E = 14)

= 256 + 224 + 2 = (482)10.



Discussion

No Comment Found

Related InterviewSolutions