| |
| | [No title] (Site not responding. Last check: 2007-10-10) |
 | | for instance if you have a 4 bit format just for decimal integers, then the number 1 has the representation 0001, and the negative, -1 in 1's complement has the representation 1110. |
 | | The representation for 1's complement for negative decimal numbers (which aren't integers) is a bit complicated. |
 | | We saw, that for integers, the 1's complement is easy to get, and it is just that, (for the sake of exposition, we just let l = 4 here) so, l=4 implies we can use 3 bits for the actual number, and the MSB is the sign bit. |
| paul.rutgers.edu /~samroy/Teaching/onescompl (741 words) |
|