24 total
By the end of this topic, you should be able to:
Understand the role of the CPU and what a microprocessor is
Understand Von Neumann architecture and the Fetch-Decode-Execute cycle
Explain how CPU characteristics affect performance
Understand CPU instruction sets
Describe embedded systems
The CPU (Central Processing Unit) is the "brain" of the computer. Its job is to fetch, decode, and execute instructions.
Think of it like this:
The CPU is central to all computing devices, including:
| Step | Example |
|---|---|
| Input | You press a key on your keyboard to type the number "5" |
| Process | The CPU executes an instruction like "ADD" - it adds 5 to another number already stored |
| Output | The result of the calculation (e.g., "15") appears on your monitor |
Key Point: The CPU doesn't just "process data" - it specifically fetches instructions from memory, decodes them to understand what to do, and then executes them to get a result.
A microprocessor is a hardware chip that contains the CPU.
More specifically:
Simple way to remember: The CPU is a component that processes instructions. The microprocessor is the physical chip that the CPU sits on.
Sign in to view full notes