Sign-Magnitude Representation: 4-bits
Comments:
- For n-bit word, left-most bit is sign-bit, 0 for+ve number & 1 for -ve number, and remaining n-1 bits represent integer magnitude.
- Represents both + and - zero
- Logic networks to process sign-magnitude awkward to build, so not used often.