Vidyalelo
Computer Fundamentals · Q918

Computer fundamental

Computer Related · Computer Fundamentals · question 918

Q918

Conversion of a hexadecimal number 3D16 to binary number is

A.
1111012
Answer
B.
1100112
C.
110001102
D.
1100012
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
Conversion of a hexadecimal number (3D)16 to binary number is (111101)2.
(3D)16 = (111101)2
Because 3 = 11
D = 13 (in hexadecimal) = 1101
Hence answer is = (111101)2