This document discusses the representation of signed numbers in computers. It explains two common methods: sign-magnitude representation and 2's complement representation. For 2's complement, it provides the step-by-step process to convert a positive number to its negative equivalent in binary. It also discusses interpreting numbers as signed or unsigned and how this affects comparisons. Finally, it outlines the different value ranges for unsigned versus signed integers in an n-bit system.