Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 2 (Q.No. 37)
37.
Conversion of hexadecimal number 6B216 to it's binary number equivalent is
11110001101112
0110101100102
01100110011112
111111112
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Dilip Kashyap said:   2 years ago
You need to convert each hexa digit in binary as follow:

6-> 0110.
B -> 11 (in decimal) -> 1011.
2 -> 0010.

Now just combine all these bits, and then you will get.
0110 1011 0010,

So option B is the right answer.

GAUTAM RAJAK said:   6 years ago
Please explain the answer.

Post your comments here:

Your comments will be displayed after verification.