This document discusses various data representation systems used in computers, including:
- Binary, decimal, hexadecimal, and octal number systems. Binary uses two digits (0,1) while other systems use bases of 10, 16, and 8 respectively.
- Units of data representation such as bits, bytes, kilobytes, megabytes and gigabytes which are used to measure computer storage.
- Methods for converting between number systems, including dividing numbers into place values and multiplying digits by their place values.
- Special codes like Binary Coded Decimal (BCD) which represents each decimal digit with 4 binary bits.
- Binary arithmetic operations and how addition works the same in any number system by following