⚡ Quick Answer
The six core PC components: CPU = the brain (executes instructions); RAM = short-term working memory (volatile, lost on power-off); GPU = graphics processor (renders images, also used for AI/ML compute); PSU = converts AC wall power to DC voltages the components need; Motherboard = the main circuit board connecting everything; Storage (HDD/SSD) = long-term non-volatile data storage. The A+ exam tests what each component does, how to identify failure symptoms, and how to select appropriate upgrades.

CPU — Central Processing Unit

🧠
CPU — Central Processing Unit
The primary processor — executes all program instructions

The CPU is the brain of the computer. It fetches instructions from memory, decodes them, executes them, and writes results back. Every action the computer performs — running software, processing files, responding to input — is ultimately executed by the CPU.

Key CPU specifications: clock speed (GHz) — how many instruction cycles per second; cores — independent processing units within the chip (quad-core = 4 cores running in parallel); threads — virtual cores via hyper-threading (a 4-core/8-thread CPU can run 8 concurrent threads); cache (L1/L2/L3) — fast on-chip memory storing recently used data.

Major CPU manufacturers: Intel (Core i3/i5/i7/i9 for consumer; Xeon for servers) and AMD (Ryzen 3/5/7/9 for consumer; EPYC for servers). Intel uses LGA (Land Grid Array) sockets; AMD uses PGA (Pin Grid Array) or AM5 LGA sockets. CPU and motherboard sockets must be compatible — you cannot install an Intel CPU in an AMD motherboard.

Failure symptom: system won't POST Failure symptom: BSOD / system freeze Thermal throttling = overheating
🎯 A+ Exam — CPU Thermal Management

The A+ exam frequently tests thermal issues. Thermal paste (thermal compound) fills microscopic gaps between the CPU and heat sink, improving heat transfer. Without it (or with dried-out paste), the CPU overheats and throttles. CPU throttling = the CPU automatically reduces its clock speed to prevent thermal shutdown. Symptoms: computer runs slowly under load, fans spin at maximum speed, CPU temperature near or above 90°C in monitoring software.

RAM — Random Access Memory

RAM — Random Access Memory
Volatile working memory — holds the OS, programs, and active data

RAM is the computer's short-term working memory. The OS, running applications, and actively-used data are loaded into RAM because it is far faster than storage (nanosecond access vs millisecond). RAM is volatile — its contents are lost when power is removed.

Current RAM types: DDR4 is the most common in systems from 2016–2023. DDR5 is the current generation (Intel 12th gen+, AMD Ryzen 7000+). DDR generations are not backward-compatible — DDR4 sticks cannot be installed in DDR5 slots. RAM sticks also have physical notches (keys) in different positions to prevent wrong installation.

Form factors: DIMM (Dual In-Line Memory Module) for desktops — full-length sticks. SO-DIMM (Small Outline DIMM) for laptops and small-form-factor PCs — about half the length. Speed is measured in MHz (DDR4-3200 runs at 3200 MHz effective) or as PC rating (PC4-25600 = DDR4-3200).

Failure symptom: system won't POST (beep codes) Failure symptom: random BSOD with memory errors Fix: reseat sticks, test one at a time
RAM TypeForm FactorUse CaseVoltage
DDR4 DIMMFull-size (288-pin)Desktop PCs (2016–2023)1.2V
DDR5 DIMMFull-size (288-pin)Modern desktops (2021+)1.1V
DDR4 SO-DIMMSmall (260-pin)Laptops, NUCs1.2V
DDR5 SO-DIMMSmall (262-pin)Modern laptops1.1V
ECC RAMDIMM / SO-DIMMServers — detects/corrects bit errorsVaries

GPU — Graphics Processing Unit

🎮
GPU — Graphics Processing Unit
Renders graphics and accelerates parallel compute workloads

The GPU handles graphics rendering — converting 3D scene data into the 2D pixels displayed on your monitor. Modern GPUs contain thousands of small cores optimised for parallel processing, making them also excellent for AI/ML training, video encoding, and scientific computing.

Discrete GPU: a dedicated graphics card installed in a PCIe x16 slot, with its own VRAM (Video RAM — typically 8–24 GB). Discrete GPUs from NVIDIA (GeForce) and AMD (Radeon) are required for gaming, video editing, and 3D work. NVIDIA also produces professional cards (Quadro/RTX Pro) for workstations.

Integrated GPU: built into the CPU die (Intel HD/UHD/Iris Xe, AMD Radeon Graphics). Uses system RAM rather than dedicated VRAM. Sufficient for office work, web browsing, and 4K video playback, but not for gaming or GPU compute workloads. Most Intel Core processors include integrated graphics; AMD calls this an APU (Accelerated Processing Unit).

Display outputs on modern GPUs: HDMI (most common for monitors and TVs), DisplayPort (preferred for high refresh rate monitors), USB-C/Thunderbolt (on laptops), and legacy DVI/VGA (older systems). Multiple monitors can be connected if the GPU has multiple outputs.

Failure symptom: no display output Failure symptom: screen artifacts / corruption Check: power connectors seated, driver installed

PSU — Power Supply Unit

PSU — Power Supply Unit
Converts AC mains power to DC voltages required by components

The PSU converts the 120V/240V AC power from the wall outlet into the DC voltages PC components require: +12V (primary rail — powers CPU, GPU, storage motors), +5V (USB, older drives, logic circuits), and +3.3V (RAM, CPU I/O).

Wattage is the PSU's total power output capacity. The PSU must supply enough watts for all components simultaneously under full load. A gaming PC with a high-end GPU might need a 750W–1000W PSU; an office PC might need only 300W. Undersized PSUs cause random shutdowns, instability under load, or refusal to POST.

The 80 Plus certification rates PSU efficiency — the percentage of AC power converted to DC (the rest becomes heat). Bronze = 82–85% efficient; Gold = 87–90%; Platinum = 90–92%; Titanium = 94%+. Higher efficiency means less wasted heat and lower electricity bills. The certification is printed on the PSU label.

Modular vs non-modular: a modular PSU lets you attach only the cables you need, reducing cable clutter inside the case. Non-modular PSUs have all cables permanently attached.

Failure symptom: system won't turn on Failure symptom: random shutdown under load Test with PSU tester or multimeter

Motherboard

🔌
Motherboard (System Board / Mainboard)
The main circuit board connecting all components

The motherboard is the central hub that physically connects and allows communication between every other component. It contains the CPU socket, RAM slots, PCIe slots (for GPU and expansion cards), M.2 slots (for NVMe SSDs), SATA connectors (for drives), USB headers, and the chipset that manages data flow between components.

Form factors define the physical size and mounting hole pattern: ATX (standard full-size, 305×244mm) fits in full-tower and mid-tower cases; Micro-ATX (244×244mm) is smaller; Mini-ITX (170×170mm) is the smallest common form factor for compact builds.

The chipset (Intel: Z790, B760; AMD: X670, B650) determines which CPU generations are supported, how many PCIe lanes are available, and which features are unlocked (CPU overclocking is typically only available on Intel Z-series and AMD X-series chipsets).

The PCIe (Peripheral Component Interconnect Express) bus is the high-speed interface for GPUs, NVMe SSDs, and expansion cards. PCIe x16 slots (full bandwidth) are used for GPUs; PCIe x4 and x1 slots are used for other expansion cards. PCIe 4.0 doubles the bandwidth of PCIe 3.0; PCIe 5.0 doubles it again.

CPU socket must match CPU brand/generation RAM type must match motherboard spec Failure: capacitor bulge, burn marks, no POST

Storage — HDD, SSD, and NVMe

💾
Storage — HDD, SSD, NVMe
Non-volatile long-term data storage

HDD (Hard Disk Drive) — uses spinning magnetic platters and a moving read/write head. Sequential read speeds of ~150 MB/s. Susceptible to physical shock (the read head can crash into the platter). Failure symptoms: clicking or grinding sounds, S.M.A.R.T. errors, slow read/write, bad sectors. HDDs are still cost-effective for bulk storage (e.g., NAS drives, backup drives).

SSD (Solid-State Drive) using the SATA interface — no moving parts; uses flash memory chips. Sequential read speeds of ~550 MB/s. Installs in a 2.5" bay or adapts to a 3.5" bay. Uses the same SATA cable as HDDs. The primary reason for upgrading from an HDD to an SSD is dramatically faster boot times and application load times.

NVMe SSD (Non-Volatile Memory Express) using the M.2 connector — plugs directly into a motherboard M.2 slot (no cables). Speeds of 3,500–7,000+ MB/s. Far faster than SATA SSD because NVMe uses the PCIe bus rather than the SATA interface. M.2 slots can accept either SATA or NVMe drives depending on the slot — check the motherboard spec before buying.

HDD: click of death = imminent failure SSD: sudden failure with no warning Always maintain backups of critical data

Connectors and Expansion Cards

Connector / PortWhat It's ForA+ Notes
SATAHDD and SATA SSD data + powerL-shaped connector, 6 Gbps (SATA III)
M.2 slotNVMe SSDs (and some SATA SSDs)Keying: B key (SATA/NVMe), M key (NVMe only)
PCIe x16Discrete GPULargest slot; GPU requires significant power
PCIe x1Sound cards, network cards, USB expansionSmaller slot
USB-A / USB-CPeripherals, storage, chargingUSB 3.2 Gen 2 = 10 Gbps; USB4 = up to 40 Gbps
Thunderbolt 4High-speed peripherals, docks, external GPUUses USB-C connector; up to 40 Gbps
24-pin ATXMotherboard main power from PSULargest PSU connector on the motherboard
8-pin EPS / CPU powerCPU power from PSUSeparate from 24-pin; near CPU socket
6+2 PCIe powerGPU power from PSURequired for discrete GPUs over ~75W

Hardware Troubleshooting Summary

A+ Hardware Troubleshooting Quick Reference

No POST, no beeps, no display: Check power connections, reseat RAM. Could be PSU, RAM, or CPU failure.

POST beep codes: Count the beeps. Multiple short beeps usually indicate RAM. Long beep + short beeps often indicates GPU/video.

System powers on but won't boot to OS: Check storage connection (SATA cable, M.2 seating), verify boot order in BIOS, check for corrupted bootloader.

Random shutdowns under load: PSU insufficient wattage or failing. CPU overheating (check thermal paste, fan). GPU overheating.

Screen artifacts, corruption, or no display: GPU driver issue or GPU hardware failure. Test with integrated graphics if available.

Clicking / grinding sound from storage: HDD mechanical failure — back up immediately, replace drive.

Exam Scenarios

Scenario: A desktop computer shuts down randomly while running games but works fine during light use. What component is most likely to blame? Answer: PSU (inadequate wattage for full load) or GPU overheating. Check PSU wattage capacity and GPU temperatures. The system draws maximum power during gaming.
Scenario: A technician hears a clicking sound from a computer and the OS is responding very slowly. What action should be taken first? Answer: Back up the data immediately. Clicking is a sign of imminent HDD mechanical failure ("click of death"). Replace the drive after backing up.
Scenario: A user wants to upgrade a laptop's RAM. The technician notes the laptop uses DDR4 SO-DIMM. The user purchases DDR4 DIMM sticks. Will the upgrade work? Answer: No. Laptops use SO-DIMM form factor. DIMM sticks (full-size desktop RAM) will not physically fit in a laptop SO-DIMM slot.
Scenario: A newly assembled PC has no video output, but the power light is on and the system sounds like it's running. The discrete GPU is installed. What should the technician check first? Answer: Verify the monitor cable is connected to the GPU (not the motherboard's video output), check the PCIe power connector from the PSU is attached to the GPU, and reseat the GPU in the PCIe slot.
Scenario: A user reports that their computer's performance has degraded significantly over time and the CPU runs at full speed even during idle tasks. What is the most likely cause? Answer: CPU thermal throttling due to dried-out thermal paste or a clogged CPU heatsink. Clean the heatsink, replace thermal paste, and verify the CPU cooler fan is working.

Studying for CompTIA A+ Hardware?

The A+ 220-1101 exam is 44% Hardware — make sure you're prepared.

View A+ Study Guide →

Related Articles