answersLogoWhite

0


Best Answer

One of the bit patterns is wasted. Addition doesn't work the way we want it to.

Remember we wanted to have negative binary numbers so we could use our binary addition algorithm to simulate binary subtraction. How does signed magnitude fare with addition? To test it, let's try subtracting 2 from 5 by adding 5 and -2. A positive 5 would be represented with the bit pattern '0101B' and -2 with '1010B'. Let's add these two numbers and see what the result is:

0101

0010

-----

0111

Now we interpret the result as a signed magnitude number. The sign is '0' (non-negative) and the magnitude is '7'. So the answer is a postive 7. But, wait a minute, 5-2=3! This obviously didn't work. Conclusion: signed magnitude doesn't work with regular binary addition algorithms.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the main limitation of sign magnitude representation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages and disadvantages of using sign magnitude number representation?

boob


What number representation has the sign as the high order bit and the remaining bits represent the absolute value of the numeric value?

signed magnitude


What is -33 sign and magnitude?

Sign . . . negative Magnitude . . . 33


What is the magnitude of a real number without regard to it sign?

The magnitude of a real number is its value without regard to its sign.


What are the rules for adding a positive and negative integer?

The magnitude of the sum is the difference between the magnitudes of the two numbers. The sign of the sum is the sign of the number with the larger magnitude. (The "magnitude" of a number is just the size of the number without any sign.)


If the sign of ΔH is and the sign of ΔS is then the magnitude of TΔS must be than the magnitude of ΔH for the reaction to be spontaneous?

neg, neg, less APEX :)


If the sign of H is and the sign of S is then the magnitude of T S must be than the magnitude of dH for the reaction to be spontaneous The Gibbs free energy equation is G?

If the sign of ΔH is _______ and the sign of ΔS is _______ , then the magnitude of TΔS must be ________ than the magnitude of ΔH for the reaction to be spontaneous. The Gibbs free energy equation is ΔG = ΔH - TΔS. negative; negative; less


What is the absolute value of -7.61?

Absolute value of any number is just the magnitude without any sign attached to it. For positive numbers the magnitude is the value of the number. For negative numbers just remove the negative sign and you will have the magnitude. In this case the magnitude is 7.61


How do you find the magnitude of each integer?

Just remove the minus sign (if there is one), and what remains is the magnitude.


What is the 8-bit sign-and-magnitude representation of the decimal number -2?

10


When subtracting and adding integers how do you decide what the sign of the answer will be?

The answer will have the same sign as the number with the larger magnitude.


What is a positive add a negative?

The sum will have the same sign as the number with the largest magnitude. If the numbers have the same magnitude, then the answer is zero, which is positive.