// HARDWARE MODULE 02

Central Processing Unit Facts & Architecture

CYBERGRIND.ORG
HW-002
v1.0 // 2026
Fetch-Decode-Execute Cycle

01 — FETCH

CPU reads the next instruction from RAM using the Program Counter register.

02 — DECODE

Control Unit interprets the instruction and prepares the appropriate CPU components.

03 — EXECUTE

ALU or FPU carries out the operation. Result stored in a register or written back to RAM.

Repeats billions of times per second. Modern CPUs use pipelining — the next instruction begins before the previous one finishes, enabling parallel execution.
Architecture Types

⚡ x86 / x64

  • Desktops, laptops, servers
  • Complex Instruction Set (CISC)
  • 64-bit data width (modern)
  • High performance, higher power and heat
  • Manufactured by Intel and AMD

📱 ARM

  • Smartphones, tablets, embedded systems
  • Reduced Instruction Set (RISC)
  • Smaller die, less heat generated
  • Battery-optimized, lower power draw
  • Apple, Qualcomm, Samsung, NVIDIA
CPU Brand Lineup
BrandSeriesTier
AMDAthlonBudget / Entry
AMDRyzen 3Entry
AMDRyzen 5Mid-Range
AMDRyzen 7 / 9High-End
AMDThreadripperExtreme Workstation
AMDEPYCServer
IntelCeleron / AtomBudget / Ultra-Low Power
IntelCore i3Entry
IntelCore i5Mid-Range
IntelCore i7 / i9High-End
IntelXeonServer / Workstation
Multi-Core Architecture
Chip-level Multiprocessing (CMP) integrates multiple processor cores onto a single chip. Each core runs its own fetch-execute cycle independently. The OS scheduler assigns threads to cores, enabling parallel workloads without raising clock speed. More cost-effective than multi-socket SMP setups.
⚠ ESD Safety
Always unplug the computer before opening the case and use an anti-static wrist strap when handling CPUs and RAM. Electrostatic discharge can permanently damage sensitive components.