Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 1 (Q.No. 47)
47.
Conversion of decimal number 7110 to it's binary number equivalent is
1100112
11100112
01100112
10001112
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Alpana said:   1 decade ago
Decimal number 71=(?)Binary equivalent
71/2,so remainder=1 and Quotient=35
35/2,so remainder=1 and Quotient=17
17/2,so remainder=1 and Quotient=8
8/2, so remainder=0 and quotient=4
4/2,so remainder=0 and Quotient=2
2/2,so remainder=0 and Quotient=1
Take the last quotient and all the remainder from bottom to up
Such as 1000111.
So your answer is (1000111).
(1)

Post your comments here:

Your comments will be displayed after verification.