This document discusses basic computer concepts including:
- The central processing unit (CPU) which contains registers, an instruction decoder, and arithmetic logic unit (ALU).
- How instructions are fetched from registers, decoded, and executed by the ALU before fetching the next instruction.
- Different register types like the program counter, accumulator, and flag register.
- Components of instructions including directives, operands, and addressing modes.
- Common ALU operations like addition, subtraction, multiplication and division.
- Differences between low-level machine language and high-level languages.
- Von Neumann and Harvard computer architectures and their use of address/data buses.