Computer Science
Convert the following binary number to its decimal equivalent:
(1100111)2 to ( )10
Number System
21 Likes
Answer
Binary No | Power | Value | Result |
---|---|---|---|
1 (LSB) | 20 | 1 | 1x1=1 |
1 | 21 | 2 | 1x2=2 |
1 | 22 | 4 | 1x4=4 |
0 | 23 | 8 | 0x8=0 |
0 | 24 | 16 | 0x16=0 |
1 | 25 | 32 | 1x32=32 |
1 (MSB) | 26 | 64 | 1x64=64 |
Equivalent decimal number = 1 + 2 + 4 + 32 + 64 = 103
Therefore, (1100111)2 = (103)10
Answered By
14 Likes
Related Questions
Convert the following binary number to its decimal equivalent:
(1010110)2 to ( )10
Convert the following binary number to its decimal equivalent:
(1000011)2 to ( )10
Convert the following binary number to its decimal equivalent:
(10101011)2 to ( )10
Convert the following binary number to its decimal equivalent:
(1010.001)2 to ( )10