What is Signed-magnitude Representation?
The representation of decimal numbers in everyday business is commonly called the signed-magnitude representation.
In this system, a number consists of a magnitude and a symbol which indicates whether the magnitude is positive or negative.
Thus the decimal numbers + 79, - 82, - 25.2 etc. are interpreted in the usual manner.
This mode of representation can be incorporated to binary numbers quite easily by using an extra bit position to represent the sign. This extra bit is called the SIGN BIT and is placed before the magnitude of the number to be represented. Generally, the MSB is the sign bit and the convention is that when the sign bit is 0, the number represented is positive and when the sign bit is 1, the number is negative.
A few examples of 8-bit signed-magnitude binary numbers along with their decimal equivalents are given below to show the point.
We note that in signed-magnitude representation two possible representations of zero may be obtained.
From Signed-magnitude Representation to HOME PAGE
Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.
Dec 14, 24 02:12 PM
Dec 14, 24 12:25 PM
Dec 13, 24 08:43 AM
Dec 13, 24 12:31 AM
Dec 12, 24 11:22 PM
New! Comments
Have your say about what you just read! Leave me a comment in the box below. Ask a Question or Answer a Question.