Signed-magnitude Representation

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.



(i) (01101101)2           =           +(109)10

(ii) (11101101)2          =           -(109)10

(iii) (00101011)2         =            +(43)10

(iv) (10101011)2         =            -(43)10

(v) (00000000)2         =             +(0)10

(vi) (10000000)2        =             -(0)10

We note that in signed-magnitude representation two possible representations of zero may be obtained.



Binary Numbers

  • Why Binary Numbers are Used
  • Binary to Decimal Conversion
  • Conversion of Numbers
  • Hexa-decimal Number System
  • Conversion of Binary Numbers to Octal or Hexa-decimal Numbers
  • Octal and Hexa-Decimal Numbers
  • Signed-magnitude Representation
  • Radix Complement
  • Diminished Radix Complement
  • Arithmetic Operations of Binary Numbers


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.



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.




Share this page: What’s this?

Recent Articles

  1. Fundamental Operations on Large Numbers Worksheet | 5th Grade Numbers

    Mar 14, 25 05:31 PM

    fundamental operations on large numbers worksheet

    Read More

  2. Word Problems on Division | Examples on Word Problems on Division

    Mar 13, 25 01:01 PM

    Word Problem on Division
    Word problems on division for fourth grade students are solved here step by step. Consider the following examples on word problems involving division: 1. $5,876 are distributed equally among 26 men. H…

    Read More

  3. Division of Whole Numbers |Relation between Dividend, Divisor Quotient

    Mar 13, 25 12:41 PM

    Dividing Whole Numbers
    Relation between Dividend, Divisor, Quotient and Remainder is. Dividend = Divisor × Quotient + Remainder. To understand the relation between dividend, divisor, quotient and remainder let us follow the…

    Read More

  4. Adding 1-Digit Number | Understand the Concept one Digit Number |Video

    Mar 07, 25 03:55 PM

    Add by Counting Forward
    Understand the concept of adding 1-digit number with the help of objects as well as numbers.

    Read More

  5. Vertical Addition | How to Add 1-Digit Number Vertically? | Problems

    Mar 07, 25 02:35 PM

    Vertical Addition
    Now we will learn simple Vertical Addition of 1-digit number by arranging them one number under the other number. How to add 1-digit number vertically?

    Read More