CPU Identification & Specifications
BeginnerThe CPU (Central Processing Unit) is the brain of the computer. Understanding CPU specifications is essential for system building and troubleshooting.
Key CPU Specifications
| Specification | Description | Example |
|---|---|---|
| Cores | Physical processing units | 8 cores |
| Threads | Virtual cores (with hyperthreading) | 16 threads |
| Clock Speed | Operating frequency | 3.6 GHz base, 5.0 GHz boost |
| TDP | Thermal Design Power (heat output) | 125W |
| Socket | Physical connection to motherboard | LGA 1700, AM5 |
| Cache | Fast on-chip memory (L1, L2, L3) | 32MB L3 |
Common CPU Sockets
Tasks
- Identify your CPU model using System Information or CPU-Z
- List the core count, thread count, and base/boost clock speeds
- Determine the TDP and socket type
- Research what cooler is recommended for this TDP
- Compare specs to a CPU from the other manufacturer (Intel vs AMD)
How to Check CPU Info
Windows: Task Manager → Performance → CPU, or run msinfo32
Linux: lscpu or cat /proc/cpuinfo