This document discusses number systems, including the decimal, binary, and octal systems. It begins by introducing positional and non-positional number systems. The decimal system uses base 10 with digits 0-9, where the place value of each digit depends on its position. The binary system uses base 2 with digits 0-1. Conversions between decimal, binary, and octal systems are demonstrated through examples such as decimal to binary conversion by repeated division. Fractions are also converted between number systems. Finally, the octal system is introduced, which uses base 8 with digits 0-7.