Fourth, we need to have a sign bit or digit. In real circuitry one of the bits will store this. In our examples, we will devote the first digit to the sign, letting 0 mean positive and 1 mean negative. Notice that we revert to sign-magnitude representation of signed numbers when we store floating point numbers. 2's complement is not used to represent real numbers in most computers. |