Computer Architecture Essentials and Cheat Sheet
Classified in Computers
Written on in
English with a size of 3.32 KB
Certainly! Here is a cheat sheet for computer architecture:
1. Central Processing Unit (CPU)
- The "brain" of the computer that executes instructions.
- Consists of the Control Unit (CU) and the Arithmetic Logic Unit (ALU).
- Fetches instructions from memory, decodes them, and executes them.
2. Memory Hierarchy
- Registers: Fastest and smallest storage units located within the CPU.
- Cache: High-speed memory that stores frequently accessed data.
- Main Memory (RAM): Larger storage used to hold data and instructions.
- Secondary Storage: Non-volatile storage devices like hard drives and SSDs.
3. Instruction Cycle
- Fetch: The CPU fetches the next instruction from memory.
- Decode: The instruction is decoded to determine the operation.
- Execute: The instruction is executed