This document discusses different types of number complements used in digital computers, including r's complement and (r-1)'s complement. It provides examples of how to calculate 9's, 10's, and 1's complements of decimal and binary numbers. It also covers subtraction using complements, where the complement of the subtrahend is added to the minuend. Signed binary numbers represented using sign-magnitude, 1's complement, and 2's complement are introduced. Addition and subtraction of signed binary numbers uses the concepts of complements.