This document provides information about different numbering systems including:
- Decimal system uses 10 digits from 0-9. Binary system uses two digits, 0 and 1, and is the basis for computer operations.
- Hexadecimal system uses 16 digits from 0-9 and A-F, making it more compact than binary. Conversion between binary, decimal, and hexadecimal is described.
- Additional topics covered include data storage units like bits, bytes and words, as well as an overview of the 8086 microprocessor architecture and assembly language.