First page Back Continue Last page Overview Graphics
Representing Negative Values
There is a problem with the sign-magnitude representation:
There are two representations of zero. There is plus zero and minus zero. Two representations of zero within a computer can cause unnecessary complexity. If we allow only a fixed number of values, we can represent numbers as just integer values, where half of them represent negative numbers.