Computer Fundamentals - Engineering

Q1:

Conversion of a hexadecimal number 4E16 to binary number is

A 10011012

B 10011102

C 11011002

D 1101112

E None of the above

ANS:B - 10011102

(4E)BASE 16=(1001110)BASE 2
BECAUSE 4=100
E IN HEXADECIMAL NUMBER IS=14
AND 14=1110
THUS ANS IS 1001110