Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 1 (Q.No. 1)
1.
Conversion of decimal number 6110 to it's binary number equivalent is
1100112
110011102
1111012
111112
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 2 of 2.

Bhanu said:   1 decade ago
2| 61
2| 30- 1
2| 15- 0
2| 7- 1
2| 3- 1
| 1- 1


DIVIDE 61 BY 2 QUOTIENT 30 . HERE 1 IS REMAINDER
DIVIDE 30 BY 2 QUOTIENT 15 . HERE 0 IS REMAINDER
DIVIDE 15 BY 2 QUOTIENT 7 . HERE 1 IS REMAINDER
DIVIDE 7 BY 2 QUOTIENT 3 . HERE 1 IS REMAINDER
DIVIDE 3 BY 2 QUOTIENT 1 . HERE 1 IS REMAINDER


so we collect remainder like this 111101 in binary value


Post your comments here:

Your comments will be displayed after verification.