Method 2
- Method #1 involves several steps that can be prone to error for many of us.
- Alternatively, the following rule may be applied to find the signed complement of an original 2's complement number without doing the arithmetic involved in the conversion technique above.
Short-Cut Rule for 2's Complement Number Conversion:
Copy the digit(s) of the original number from right to left (from the least significant digit) up-to-and-including the first instance of a "1", then complement (flip) the rest of the number.
1001 |
|
1 |
|
0111 |
|
As if by magic, all that is left for us to do is to evaluate the result; express value's decimal equivalent and remember the sign."
0111 = +7...
so we can deduce that the original number represented -7... It's that simple!