Information Representation - Codes
|
A system which works better is where we evaluate negative numbers by counting down from zero to the negative number. So -1 decimal would be 11111111 (check this by adding decimal 1 or binary 00000001 to it). Looking at some numbers above and below zero using this system: 00000100 = 4Now pairs of positive and negative numbers of the same integer do add up to zero. Negative numbers represented this way are said to be in Two's complement form. |