Computer Hardware

Computer Hardware: Components, Building, and Upgrading

A computer's core components are the CPU, RAM, storage (HDD or SSD), motherboard, power supply, and for most systems a GPU. The motherboard connects them all. Understanding what each component does, how to read its specifications, and how components interact is fundamental to building, upgrading, and troubleshooting physical systems.

The CPU: the processor at the core of a computer

The Central Processing Unit executes program instructions. Modern CPUs have multiple cores, each capable of running a thread independently. Hyperthreading (Intel) and SMT (AMD) allow each physical core to handle two threads simultaneously by sharing execution resources, which improves utilization when one thread is waiting for memory. Clock speed (measured in GHz) indicates how many instruction cycles the CPU completes per second, but the efficiency of each cycle (IPC, instructions per clock) varies between architectures, so higher clock speed does not always mean higher performance.

CPU sockets are platform-specific: an Intel LGA1700 processor does not fit an AMD AM5 socket and vice versa. When choosing a CPU, the socket must match the motherboard. Thermal Design Power (TDP) describes how much heat the CPU generates under load, which determines what cooling solution is needed. For servers, CPUs are often sold in dual-socket configurations and support much larger memory capacities than consumer desktop parts.

RAM, storage, and the memory hierarchy

RAM (Random Access Memory) is fast, volatile storage that the CPU uses for active data and instructions. It is volatile because its contents are lost when power is removed. DDR4 and DDR5 are the current desktop standards; server platforms use ECC (Error-Correcting Code) RAM, which detects and corrects single-bit memory errors, improving reliability for long-running workloads. More RAM allows the OS to keep more data in memory rather than swapping to disk, which significantly improves performance under load.

Storage devices hold data persistently. Traditional Hard Disk Drives (HDDs) use spinning magnetic platters; they are slow for random access but offer high capacity at a low cost per gigabyte. Solid-State Drives (SSDs) use NAND flash memory with no moving parts, offering dramatically faster random access and lower latency. NVMe SSDs connect directly to the CPU via PCIe rather than through the SATA controller, providing significantly higher throughput than SATA SSDs. For most systems today, an NVMe SSD for the OS and applications with an HDD for bulk storage is the cost-effective combination.

Motherboards, expansion, and form factors

The motherboard is the main circuit board that connects all components. It includes the CPU socket, RAM slots, chipset, PCIe slots for expansion cards, SATA and M.2 ports for storage, and connections for front-panel buttons, fans, and USB ports. The chipset determines which CPUs and memory speeds are supported and how many PCIe lanes are available. Form factors (ATX, Micro-ATX, Mini-ITX) define the physical size of the board and how many expansion slots it has.

PCIe (Peripheral Component Interconnect Express) is the standard interface for expansion cards: graphics cards use PCIe x16, NVMe SSDs use PCIe x4, and network cards and sound cards typically use x1 or x4 slots. PCIe generations (3.0, 4.0, 5.0) double bandwidth with each generation. For workstations and servers, expansion slots allow adding specialized networking (10GbE cards), storage controllers (HBAs for external arrays), and compute accelerators (GPUs for machine learning).

Power supplies and system assembly

The power supply unit (PSU) converts AC mains power to the DC voltages the system needs: typically 12V, 5V, and 3.3V rails. The wattage rating indicates how much total power the PSU can deliver. Choosing a PSU with a wattage significantly higher than the system's actual draw leaves headroom and runs the unit more efficiently. 80 Plus certifications (Bronze, Gold, Platinum, Titanium) rate conversion efficiency; a Gold-rated PSU wastes less energy as heat than a Bronze-rated one. Modular PSUs allow unused cables to be disconnected, reducing clutter and improving airflow.

When building or upgrading a PC, the assembly order typically is: install the CPU in the motherboard, seat the RAM, mount the motherboard in the case, connect the power supply, install storage, seat any expansion cards, route cables, and connect fans. Anti-static precautions (grounding yourself before handling components) prevent electrostatic discharge from damaging sensitive parts. The BIOS or UEFI firmware runs before the OS and handles hardware initialization, boot device selection, and low-level hardware configuration.

Key concepts

  • + CPU cores and threads: More cores run more tasks simultaneously; hyperthreading adds virtual threads but does not double raw compute.
  • + RAM: Volatile working memory; DDR5 is the current standard, ECC is required for servers needing error correction.
  • + SSD vs HDD: SSDs are dramatically faster for random access; HDDs offer more capacity per dollar for bulk storage.
  • + NVMe: NVMe SSDs use PCIe lanes directly to the CPU, far outperforming SATA SSDs in throughput and latency.
  • + Motherboard compatibility: CPU socket, RAM generation, and chipset must all match; verify before purchasing any component.
  • + PSU sizing: Choose a wattage with headroom above your system's peak draw; look for 80 Plus Gold or better efficiency.

Frequently asked questions

How do I know if RAM is compatible with my motherboard?
Check your motherboard's specifications for supported memory types (DDR4 or DDR5), maximum speed (in MHz or MT/s), maximum total capacity, and number of slots. The motherboard's qualified vendor list (QVL) lists RAM modules the manufacturer has tested. RAM must match the generation (DDR4 and DDR5 are not interchangeable) and fit the slots (DIMM for desktops, SO-DIMM for laptops).
What is thermal throttling?
Thermal throttling is when a CPU or GPU automatically reduces its clock speed to lower heat output when it approaches its maximum safe temperature. It is a protective mechanism that prevents permanent damage. Sustained throttling indicates inadequate cooling: the heatsink may be poorly mounted, the thermal paste dried out, the case airflow insufficient, or the ambient temperature too high.
What is the difference between BIOS and UEFI?
BIOS (Basic Input/Output System) is the legacy firmware interface used on PCs before roughly 2012. UEFI (Unified Extensible Firmware Interface) is its modern replacement. UEFI supports drives larger than 2TB, faster boot via the Secure Boot standard, a graphical mouse-driven interface, and more sophisticated boot management. Most current systems ship with UEFI, often with a legacy BIOS compatibility mode.
What does 'form factor' mean for computer cases and motherboards?
Form factor defines the physical dimensions and screw-hole positions of a motherboard and the cases it fits in. ATX is the standard full-size desktop form factor with the most expansion slots. Micro-ATX is smaller with fewer slots. Mini-ITX is the smallest common form factor and typically has one PCIe slot. Cases are designed to fit specific form factors, so the motherboard and case must be compatible.

Related topics

AFFILIATE_SLOT_BOOKS Recommended books on computer hardware

Reserved for affiliate links to recommended technical books and study guides. Not yet wired.

AFFILIATE_SLOT_COURSES Online courses for computer hardware

Reserved for affiliate links to online learning platforms. Not yet wired.

LEAD_SLOT_NEWSLETTER Get computer hardware reference updates

Self-hosted newsletter signup. Not yet wired to an email provider.

Technical Resources publishes vendor-neutral educational information about information technology. It is general reference material, not professional, safety, legal, or warranty advice, and it is not affiliated with, endorsed by, or sponsored by any vendor, certification body, or manufacturer named on the site. Product names, standards, and certification programs are referenced for identification and education only and belong to their respective owners. Technology, standards, exam objectives, and safety guidance change over time, so always verify any decision-critical detail against the current official documentation for your specific hardware, software, standard, or exam before you rely on it. Procedures involving electricity, batteries, or live equipment can be hazardous; follow the manufacturer's instructions and applicable safety codes, and consult a qualified professional when in doubt.