Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 12 (Q.No. 24)
24.
Conversion of a hexadecimal number 3D16 to binary number is
1111012
1100112
110001102
1100012
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Shewangizaw Bogale said:   9 years ago
The concept is separating 3 and D.

3(in hexadecimal ) = 11 ( in binary),
and A = 10 , B = 11 , C = 12 , D = 13 ( all in hexadecimal).
So D is = 13 (in hexadecimal ) = 1101 ( in binary). Now combine the two binary results: (111101) you will get the final answer.

Suman sharma scobacs said:   1 decade ago
(3D)base 16=(111101)base 2
because 3=11
D=13(in hexadecimal)=1101
hence ans is 111101

Pinkal said:   1 decade ago
Please give me expanation of this question.

Post your comments here:

Your comments will be displayed after verification.