2’s Complement
Advantages:
- Only one representation for 0: 0 = 000000
- Addition algorithm independent of sign bits.
Disadvantage:
- One more negative number than positive :Example: 6-bit 2’s complement number.
1000002 = -3210; but 3210 could not be represented