This document discusses digital electronics and number systems. It covers conversion between decimal, binary, octal and hexadecimal number bases. The key points covered include:
- Important number systems for digital systems are binary, octal and hexadecimal.
- Numbers in these systems use positional notation and can be represented as a power series expansion.
- Conversion between number bases can be done directly or by first converting to decimal.
- Binary addition and subtraction are performed digit-by-digit using logic gates.
- Binary multiplication is done by multiplying each bit of one number by the whole other number.