Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 1 (Q.No. 28)
28.
Conversion of binary number 1010000101112 to hexadecimal number is
D8F916
A8B916
A1716
D9F816
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Vi9d said:   9 years ago
Make pair of each 4bit. ie) 1010,0001,0111 so that the answer is (A17)16.

Abc said:   6 years ago
1010 = A.
0001 = 1.
0111 = 7.

Ans: (A17)16.

Post your comments here:

Your comments will be displayed after verification.