In computing we use two different methods to render negative numbers.
Sign and Modulus - used in floating point operators, for example.
2's Complements - used in Binary Arithmetic.
The presentation and video below give a good overview of both.