Vidyalelo
Computer Fundamentals · Q856

Computer fundamental

Computer Related · Computer Fundamentals · question 856

Q856

Conversion of a hexadecimal number 4E16 to binary number is

A.
10011012
B.
10011102
Answer
C.
11011002
D.
1101112
E.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
Conversion of a hexadecimal number (4E)16 to binary number is (1001110)2
(4E)16 = (1001110)2
Because 4 = 100
E in hexadecimal number is = 14
And 14 = 1110
Thus answer is = 1001110