- #1
shamieh
- 539
- 0
Determine the decimal values of the following 1's complement numbers:
So i understand that if the left most bit number is a 1 it is a negative, and if it is a 0 it is poisitive. But my question is why do they start out with -511 when \(\displaystyle 2^9\) is obviously -512. Why are they adding 1 to it initially?
1011100111 = -511 + 128 + 64 + 32 + 4 + 2 + 1 = -280
So i understand that if the left most bit number is a 1 it is a negative, and if it is a 0 it is poisitive. But my question is why do they start out with -511 when \(\displaystyle 2^9\) is obviously -512. Why are they adding 1 to it initially?
1011100111 = -511 + 128 + 64 + 32 + 4 + 2 + 1 = -280