A way of representing positive and negative numbers
Signed Magnitude Method
- Easy for humans
- Hard for computers Simply know a negative number will have 1 at the front. positive versions do not
Difficult for computers
Binary addition is not so simple! If you add +7 in binary and -7, normal binary addition does not work! you et 30 instead of 0