Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 2)
2.
Convert the following decimal number to 8-bit binary.
187
101110112
110111012
101111012
101111002
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Kashmir chand said:   9 years ago
128 = 1000000,
64 = 1000000,
32 = 100000,
16 = 10000,
8 = 1000,
4 = 100,
2 = 10,
1 = 1.

128 + 32 + 16 + 8 + 2 + 1 = 187.

The answer is 187.

187 = 10111011.

Viraj said:   1 decade ago
2|187| 1
-------
2|93 | 1
------
2|46 | 0
------
2|23 | 1
------
2|11 | 1
------
2|5 | 1
------
2|2 | 0
------
|1 | 1

Answer = 10111011.
(28)

Krishna Kanse Chimegaonkar said:   7 years ago
128 = 1000000,
64 = 1000000,
32 = 100000,
16 = 10000,
8 = 1000,
4 = 100,
2 = 10,
1 = 1.

128 + 32 + 16 + 8 + 2 + 1 = 187.

The answer is 187.
(3)

Sahana said:   4 years ago
128 = 1000000
64 = 1000000
32 = 100000
16 = 10000
8 = 1000
4 = 100
2 = 10
1 = 1

1 + 8 + 16 + 32 + 128 = 187.
10111011 = 187.
(10)

Surindersingh said:   1 decade ago
187, 1
93, 1
46, 0
23, 1
11, 1
5, 1
2, 0
1 1

10111011
(1)

Nirali said:   1 decade ago
187/2=93 1
93/2 =46 1
46/2=23 0
23/2=11 1
11/2=5 1
5/2=2 1
2/2=1 0
1/2=1 1
(5)

YUvarajan said:   7 years ago
128 64 32 16 8 4 2 1.

1 0 1 1 1 0 1 1 =10111011.
(6)

Pankaj kumar said:   9 years ago
Very good explanation, thank you all.
(3)

Post your comments here:

Your comments will be displayed after verification.