Two's Complement Representation (N*): 4 bits
Comments:
- For n-bit word, positive number in 2's complement form is represented by a zero followed by the binary magnitude as in sign-magnitude.
- Single representation of zero
For n-bit positive integer N, define N* = 2^n -N