Decimal and binary number systems are discussed. Decimal numbers use base 10 with digits 0-9, while binary uses base 2 with digits 0 and 1. In both systems, each digit position represents a power of the base, with the rightmost being the 1s place. Negative numbers use negative powers. Conversions between decimal and binary involve determining the place value of each digit. Additional topics covered include binary addition, subtraction, 1's and 2's complement representations, signed binary numbers in 2's complement form, and floating point number representation.