Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 24)
24.
The decimal number 188 is equal to the binary number ________.
10111100
0111000
1100011
1111000
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Sravani said:   1 decade ago
188/2 = 94 remainder 0.
94/2 = 47 remainder 0.
47/2 = 23 remainder 1.
23/2 = 11 remainder 1.
11/2 = 5 remainder 1.
5/2 = 2 remainder 1.
2/2 = 1 remainder 0.
1.

Then answer is 10111100.

Simmi said:   1 decade ago
1*2^7+0*2^6+1*2^5+1*2^4+1*2^3+1*2^2+0*2^1+0*2^0=188
10111100

Post your comments here:

Your comments will be displayed after verification.