This document discusses different number systems including decimal, binary, octal, hexadecimal, BCD, and Gray code. It provides the following information:
- Decimal uses base 10 with digits 0-9. Binary uses base 2 with digits 0-1. Octal uses base 8 with digits 0-7. Hexadecimal uses base 16 with digits 0-9 and A-F.
- BCD represents each decimal digit with a 4-bit binary code, allowing decimal numbers to be written in binary. Gray code is a non-weighted binary code where successive codes differ by one bit.
- Each number system defines a set of values or symbols to represent quantities. The base determines how many unique symbols are