This document discusses computer arithmetic in binary numbers. It covers the reasons binary is used in computers instead of decimal, and the basic arithmetic operations of addition, subtraction, multiplication, and division in the binary number system. The key points are that binary is simpler for computers due to circuits only needing to represent two states (0 and 1) instead of ten digits. It then provides examples and rules for performing each binary arithmetic operation.