Sections
CompTIA A+ covers the fundamental hardware knowledge every IT technician needs. This section explains computer components from scratch — what they are, what they do, how they relate to each other, and what can go wrong.
Before memorizing component names, understand what a computer does at a high level.
A computer does four things: takes INPUT → PROCESSES it → produces OUTPUT → STORES results.
INPUT: keyboard, mouse, microphone, camera, touchscreen — ways data gets into the computer. PROCESSING: the CPU (Central Processing Unit) performs all calculations and logic operations. STORAGE: hard drive or SSD stores data permanently; RAM stores data temporarily while it's being used. OUTPUT: monitor, speakers, printer — ways results come out.
A SIMPLE EXAMPLE:
You type a document and save it.
Your keystrokes (input) are read by the OS
The CPU processes them, running the word processor
The word processor keeps the document in RAM (fast, temporary)
When you click Save, data is written from RAM to the hard drive (permanent)
The monitor (output) shows you what you typed throughout
Why this matters for troubleshooting:
Slow computer → maybe not enough RAM (CPU waiting for data), or a slow hard drive
Computer freezes → maybe CPU overheating and throttling down
Files lost after restart → they were only in RAM, never saved to storage
Can't save files → hard drive might be full or failing
Understanding the flow of information helps you understand why each component matters.
The motherboard is the main circuit board. Every other component connects to it — directly or through cables. Understanding the motherboard helps you understand how all parts relate.
WHAT'S ON A MOTHERBOARD:
CPU Socket — where the processor connects. CPUs and sockets must match. Intel CPUs need Intel sockets, AMD CPUs need AMD sockets. Even within the same brand, different generations use different socket types. Always verify compatibility before purchasing a CPU.
RAM Slots (DIMM slots) — where memory sticks go. Usually 2 or 4 slots. For best performance, install matched RAM in pairs (dual-channel) in the correct paired slots — check the motherboard manual for which slots to use.
PCIe Slots (Peripheral Component Interconnect Express) — high-speed expansion slots for adding components. The long x16 slot is for graphics cards. Shorter x4 and x1 slots are for network cards, NVMe adapters, sound cards.
M.2 Slot — a small connector on the motherboard for modern fast SSDs. The drive plugs directly into the slot — no cables needed. Much faster than traditional SATA connections.
SATA Connectors — small L-shaped connectors for traditional HDDs and 2.5" SSDs. Requires both a data cable (to the motherboard) and a power cable (from the PSU).
BIOS/UEFI Chip — the firmware chip that runs the computer before Windows loads. Controls hardware initialization and boot sequence.
CMOS Battery — a small coin cell (CR2032) that keeps BIOS settings and the system clock powered when the computer is unplugged. When it dies: the computer loses its date/time and BIOS settings every time it's unplugged.
FORM FACTORS (physical sizes):
ATX — standard desktop size. Most expansion slots. Fits standard mid-tower and full-tower cases.
Micro-ATX — smaller. Fewer PCIe slots. Fits smaller cases.
Mini-ITX — very compact. Usually only one PCIe slot. For small form factor builds.
These three components determine how fast and capable a computer is. Knowing them helps you diagnose performance problems and make informed upgrade decisions.
CPU (Central Processing Unit) The "brain" — executes all instructions.
Key specs:
Clock speed (GHz): cycles per second. Higher = faster for tasks that can't be parallelized.
Core count: independent processing units inside the chip. More cores = better multitasking. An 8-core CPU can genuinely do 8 things simultaneously.
Cache: tiny, extremely fast memory inside the CPU for frequently used data.
When CPU is at 100%: the processor is overwhelmed. Performance suffers. Check Task Manager → Processes tab to see what's consuming it.
RAM (Random Access Memory) The "workspace" — where the CPU keeps everything actively being worked on. Fast but temporary — all data is lost when power is cut.
Not enough RAM = Windows uses the hard drive as overflow (called pagefile/virtual memory). Hard drives are 100x slower than RAM. Causes the "stuck at 100% disk" issue and general sluggishness.
Modern minimum: 8GB for basic use, 16GB for comfortable work, 32GB+ for heavy workloads
DDR4 and DDR5 are the current standards — physically incompatible (different notch positions on the stick)
The single biggest performance upgrade for an old computer: replace the HDD with an SSD. Second biggest: add more RAM if it's under 16GB.
Storage (HDD vs SSD)
Typical speed: 100-150 MB/s
Pro: cheap per gigabyte
Con: slow, mechanical (fails from drops/vibration), loud
SSD (Solid State Drive): flash memory chips, no moving parts.
SATA SSD: ~500 MB/s (much faster than HDD)
NVMe M.2 SSD: 3,000-7,000 MB/s (dramatically faster)
Pro: fast, silent, durable, light
Con: more expensive per gigabyte
CONNECTIONS:
SATA: cable from SSD/HDD to motherboard. Max ~600 MB/s. Used for 2.5" SSDs and HDDs.
M.2 slot: drive plugs directly into motherboard. NVMe M.2 is 5-10x faster than SATA.
Two things destroy computer components quickly: insufficient power and excessive heat. Understanding both keeps you and the equipment safe.
POWER SUPPLY UNIT (PSU) Converts AC power from the wall (120V in the US) into the DC voltages computers need: 12V (for CPU, GPU, drives), 5V, and 3.3V.
What to know:
Wattage: total power the PSU can supply. Add up your components' power requirements and size the PSU with 20-30% headroom. An underpowered PSU causes instability, random shutdowns, or failure to start.
80+ Efficiency Rating: how efficiently AC is converted to DC. 80+ Bronze/Silver/Gold/Platinum/Titanium indicate increasing efficiency. Gold is the practical sweet spot.
Modular PSUs: cables are removable (only use what you need = better airflow, cleaner build). Non-modular: all cables permanently attached.
COOLING
The CPU throttles itself (slows down to reduce heat)
Eventually the system shuts down to prevent damage
Permanent damage is possible if protections fail
Components:
Heatsink: metal fins (aluminum or copper) that conduct heat away from the CPU
Fan: moves air over the heatsink fins to dissipate heat into the case
Thermal paste: fills microscopic gaps between the CPU surface and heatsink base for better heat transfer. If thermal paste is missing or dried out, the CPU overheats even with a good cooler. Replace every few years.
Signs of overheating: random shutdowns, CPU throttling (performance suddenly drops), fans at maximum constantly.
ESD (ELECTROSTATIC DISCHARGE) PREVENTION:
Wear an anti-static wrist strap connected to a grounded surface
Or touch a grounded metal surface (the unplugged computer case) to discharge yourself
Handle boards by their edges, not by chips or gold contacts
Keep components in anti-static bags until needed
Identifying connectors is a core skill for the A+ exam. You need to recognize them by sight and know what they're used for.
STORAGE CONNECTIONS:
SATA data cable: thin, L-shaped, 7-pin. Connects HDD/SSD to motherboard.
SATA power connector: 15-pin wide connector from PSU.
M.2 slot: small rectangular slot on motherboard. No cables. Just insert the drive at an angle, press down, screw in.
VIDEO/DISPLAY CONNECTIONS:
HDMI: consumer standard. Common on TVs, monitors, AV equipment. Carries audio and video.
DisplayPort: professional/PC standard. Higher refresh rates, daisy-chain multiple monitors, preferred for gaming monitors.
USB-C with DisplayPort Alt Mode: increasingly common on laptops for connecting displays through a USB-C port.
VGA: old analog standard (blue trapezoid connector). Still found on older monitors and projectors.
DVI: older digital standard. Mostly replaced by HDMI and DisplayPort.
USB:
USB 3.0 / USB 3.1 Gen 1 = 5Gbps — blue port color coding
USB 3.1 Gen 2 = 10Gbps
USB 3.2 Gen 2x2 = 20Gbps (USB-C required)
USB-C: the reversible oval connector, can carry USB, Thunderbolt, DisplayPort, and power
Thunderbolt 3/4: uses USB-C connector but carries PCIe-level bandwidth (up to 40Gbps)
NETWORK:
RJ-45 (8P8C): Ethernet connector. Used for wired network connections.
AUDIO:
3.5mm TRS: headphones and microphones
Optical (TOSLINK): digital audio over fiber optic cable
TPM (Trusted Platform Module): A dedicated security chip on the motherboard storing cryptographic keys for BitLocker and other security features. Required for Windows 11. Version 2.0 is the standard. Check BIOS/UEFI settings to enable if disabled.
Power-On Self-Test — firmware checks essential hardware at startup. Errors reported via beep codes or on-screen messages. Runs before Windows loads.
BIOS is legacy (16-bit, limited drive size). UEFI is modern (64-bit, Secure Boot, drives over 2.2TB, faster boot, graphical interface). Required for Windows 11.
UEFI feature verifying bootloader's digital signature before running it. Prevents malware injecting into the boot process. Required for Windows 11.
Security chip storing cryptographic keys. Powers BitLocker drive encryption. Required by Windows 11. Enable in UEFI settings if the PC has it but it's disabled.
Keeps BIOS settings and system clock when unplugged. Dead battery = computer loses time and settings on every power cycle.
NVMe M.2: plugs into motherboard slot, up to 7,000 MB/s. SATA SSD: uses cables, max ~600 MB/s. NVMe is dramatically faster — use it when available.
Installing matched sticks in the correct paired slots (check motherboard manual). Doubles memory bandwidth. Performance boost especially noticeable with integrated graphics.
Electrostatic Discharge — static electricity that permanently damages components. Use anti-static wrist strap, mat, or touch grounded metal before handling parts.
Efficiency certification. 80+ Bronze → Platinum → Titanium indicates increasing efficiency. Gold is the practical sweet spot for most builds.
Thermally conductive compound between CPU and heatsink. Fills microscopic gaps for better heat transfer. Without it, CPU overheats even with a good cooler.
A user says their computer does nothing when they press the power button. Diagnose it systematically.
Step 1 — Check the obvious first Is the power cable plugged in firmly at both ends (wall outlet and back of computer)? Is the power strip or UPS switched on? Plug something else in to confirm the outlet is live. Is the PSU switch (on the back of many desktop PSUs) set to ON (I, not 0)?
Step 2 — Look for any sign of life Press power: do any lights flicker? Do fans spin briefly then stop?
Fans spin briefly then stop: suggests a short circuit or overcurrent protection. Try unplugging all non-essential components and boot with minimum (one RAM stick, no GPU if integrated graphics available).
Nothing at all: PSU likely isn't getting power, or the PSU is dead.
Step 3 — Check internal connections (if you can open the case) Is the 24-pin ATX power connector fully seated on the motherboard? (The large flat connector) Is the 4-pin or 8-pin CPU power connector connected? (Separate connector near the CPU socket) Is the front panel power button connector attached to the correct pins on the motherboard? (Consult the motherboard manual — tiny 2-pin header, easy to get wrong)
Step 4 — Test with minimal components Disconnect all drives, remove all RAM except one stick, remove GPU (if using integrated graphics). Try to boot. If it powers on with minimal config, add components back one at a time to find the faulty one.
Step 5 — Swap the PSU If nothing else works and you have a spare PSU, swap it in. PSU failure is one of the most common causes of "press power, nothing happens." If the computer boots with a different PSU, the original PSU is dead.
Step 6 — Check for physical damage Look at the motherboard capacitors (small cylindrical components). If any are bulging at the top or have brown residue leaking: the motherboard has failed capacitors and needs replacement.
Before you ever see a Windows logo, the computer runs through a hardware self-check called POST — Power-On Self-Test. Understanding POST is what separates "just restart it" troubleshooting from actually diagnosing hardware.
WHAT POST ACTUALLY DOES: The instant you press the power button, the motherboard's firmware (BIOS or UEFI) takes over before an operating system exists. It runs down a checklist: is the CPU present and responding? Is there working RAM? Is a video output available? Are the essential buses and controllers responding? Only after all of this passes does the firmware hand control to the boot loader, which then loads Windows (or Linux, or macOS).
This matters because it tells you WHERE in the startup sequence a problem lives. If a computer never gets to a Windows logo, the problem is almost certainly hardware or firmware — not a corrupted OS file, not a virus, not a bad update. Chasing OS-level fixes for a POST failure wastes time.
HOW POST COMMUNICATES A PROBLEM: When everything passes, POST is silent (or gives one short beep) and boot continues normally. When something fails, POST has two ways to tell you, since a failure early enough means there's no video output yet to display an error message on screen:
Beep Codes The motherboard speaker (a tiny separate speaker, not your regular speakers) produces a pattern of beeps. The exact pattern (number of beeps, long vs short) is defined by whichever BIOS firmware maker built that particular motherboard's firmware — different vendors used different patterns historically, so a beep code chart from one motherboard won't necessarily apply to another. The one thing that's nearly universal across modern systems: no beep at all, or a single short beep, means it's booting normally. Repeated or patterned beeps mean something specific failed — usually RAM or video are the most common causes.
Text and Numeric Error Codes Once video output itself is confirmed working, the firmware can display an actual error message or numeric code on screen instead of relying on beeps. This is far more useful since you can just read what failed, rather than needing a beep code lookup chart.
READING THE SIGNAL: No display, no beeps at all → check power delivery first (is the PSU actually turning on, are all power connectors seated) No display, but beeping → the beeps ARE the error message; that pattern is telling you what's wrong even with zero video output Display works, but an error message appears → read it, it usually names the exact failed component (e.g., "CMOS checksum error," "No boot device found") Boots to Windows logo but then fails → POST already succeeded; the problem has moved into OS territory, different troubleshooting path entirely
PRACTICAL TAKEAWAY: When a machine won't start, the very first branch in your troubleshooting isn't "reinstall Windows" — it's "did it even get through POST?" If you never saw a manufacturer logo or heard any beep pattern, you're dealing with a pre-OS hardware problem: power, RAM seating, a loose connection, or a genuinely failed component. Only once POST clearly succeeds does it make sense to start troubleshooting Windows itself.
RAID (Redundant Array of Independent Disks) is a way of combining multiple physical drives so the operating system sees them as one logical drive — but depending on which RAID level you pick, you're optimizing for very different things: raw speed, protection against drive failure, or some balance of both. Understanding the tradeoffs is core A+ knowledge and comes up constantly in real server and workstation builds.
RAID 0 — STRIPING (Speed, Zero Protection) Data is split ("striped") across two or more drives, with each drive handling a portion of every file simultaneously. Because multiple drives are reading and writing at once, RAID 0 is genuinely fast.
The catch: there's no redundancy at all. If any one drive in the array fails, the ENTIRE array's data is gone — not just that drive's portion, all of it, because every file was split across all the drives. RAID 0 doesn't protect your data; it just makes it faster. Never use RAID 0 for anything you can't afford to lose.
RAID 1 — MIRRORING (Safety, No Speed Gain for Writes) Every piece of data is written identically to two drives at the same time — a perfect duplicate. If one drive fails, the other keeps working with zero data loss; you just replace the failed drive and let it resync.
This needs at least two drives, and you only get the USABLE storage capacity of ONE drive (the second drive is a full mirror, not extra space). RAID 1 is the safest, simplest RAID level, but it costs you half your total drive capacity as the price of that safety.
RAID 5 — STRIPING WITH DISTRIBUTED PARITY (Balance) Data is striped across drives like RAID 0, but a portion of each drive also stores "parity" information — mathematical data that can reconstruct any single missing drive's contents if it fails. This parity information is distributed across all the drives rather than living on one dedicated drive.
RAID 5 needs at least three drives, and can survive exactly one drive failing without losing data. This makes it a popular middle-ground: better storage efficiency than RAID 1 (you don't lose half your capacity, just roughly one drive's worth to parity), plus real fault tolerance, plus a speed boost from striping.
The real-world catch: if a drive fails, the array is now running in a degraded, vulnerable state — one more failure loses everything, and rebuilding a failed drive from parity data across the remaining drives is a slow, intensive process that puts extra strain on the surviving drives right when they can least afford to fail too. Treat a degraded RAID 5 array as an emergency, not something to leave running for weeks.
RAID 10 (also written RAID 1+0) — MIRRORING + STRIPING Combines RAID 1 and RAID 0: drives are mirrored in pairs, and then those mirrored pairs are striped together. You get RAID 1's safety (each pair can survive one drive failing) plus RAID 0's speed. The tradeoff is cost — you need at least four drives, and you're still only getting half your total raw capacity as usable space, same as RAID 1. RAID 10 is what you reach for when you need both real performance and real fault tolerance and don't mind paying for the drives.
CHOOSING THE RIGHT LEVEL — THE PRACTICAL QUESTION: "What am I actually protecting against, and what am I willing to pay for it?" Need raw speed, don't care about data loss (scratch/temp workloads) → RAID 0 Need simple, reliable protection, don't mind losing half your capacity → RAID 1 Need a balance of protection, capacity efficiency, and speed, have 3+ drives → RAID 5 Need both serious speed AND serious fault tolerance, budget allows 4+ drives → RAID 10
A user reports their computer "won't turn on right" — the fans spin, lights come on, but nothing appears on the monitor and there's a repeating beep pattern. This is a classic POST failure. Work through it methodically.
Step 1 — Confirm this really is a POST failure, not a display problem Check the monitor itself: is it powered on, is the cable fully seated, is the correct input source selected? Try a different cable or monitor if one's available. If a known-good monitor still shows nothing, the problem is upstream of the display — genuinely a POST issue.
Step 2 — Listen carefully to the beep pattern Count the beeps and note the pattern (short beeps, long beeps, pauses between groups). Since beep codes vary by BIOS manufacturer, look up that specific motherboard's beep code chart (usually in the motherboard manual or on the manufacturer's support site) using the exact pattern you heard. Common patterns across many BIOS vendors point to either RAM or video as the culprit — those are the two most frequent POST failure causes.
Step 3 — Reseat the RAM Power off completely, unplug the computer, ground yourself (anti-static wrist strap or touch the case), then remove and firmly reinstall each RAM stick, making sure it clicks fully into place on both sides. RAM that's worked loose from vibration or heat cycling is one of the single most common causes of a sudden POST failure on a machine that was working fine yesterday.
Step 4 — Test with one stick of RAM at a time If reseating doesn't fix it, remove all but one RAM stick and try booting. If it POSTs successfully, that stick is good — power down, swap in the next stick alone, and test again. This isolates whether one specific stick or slot is bad.
Step 5 — Check the video connection If the beep pattern pointed to video: reseat the graphics card firmly in its slot, and confirm the monitor cable is plugged into the graphics card's port, not the motherboard's built-in video port (if the system has a discrete graphics card installed, the motherboard's own video output is often disabled).
Step 6 — Strip down to bare minimum If nothing above resolves it, disconnect everything non-essential — extra drives, expansion cards, peripherals — and try to boot with just CPU, one stick of RAM, and (if needed) the graphics card. Add components back one at a time until the failure returns, which identifies the actual faulty part.
Step 7 — Suspect the motherboard or CPU last
If the system still won't POST with a stripped-down, known-good configuration, the failure is likely the CPU or motherboard itself — at this point, swapping in known-good replacement components (if available) is the fastest way to confirm which one has actually failed.Laptops pack the same fundamental components as desktops into a genuinely far more compact, integrated form factor — but their design brings specific hardware considerations and repair challenges A+ expects you to understand.
WHY LAPTOP COMPONENTS AREN'T GENUINELY INTERCHANGEABLE THE WAY DESKTOP COMPONENTS OFTEN ARE: Unlike a desktop where you can generally mix and match standard components from different manufacturers, laptop components are frequently proprietary to a specific model or model family — a replacement battery, keyboard, or screen genuinely needs to match your specific laptop model, not simply "any laptop battery of the right voltage."
LAPTOP DISPLAY TECHNOLOGY: Modern laptops predominantly use LCD panels with LED backlighting — genuinely thinner, more power-efficient, and producing less heat than the older CCFL (cold cathode fluorescent lamp) backlighting technology used in older laptop generations. When a laptop screen shows a genuinely uniform image but appears dim, checking backlight function specifically is worth investigating before assuming the entire display panel itself has failed.
DIGITIZERS AND TOUCHSCREENS: Touch-capable laptops include a digitizer layer, either integrated with the display itself or as a genuinely separate physical layer — a laptop with a functioning display but non-responsive touch input often points to a digitizer-specific fault rather than the display panel itself, an important distinction for correctly diagnosing which specific component actually needs replacement.
LAPTOP BATTERY TYPES AND CONSIDERATIONS: Modern laptops use lithium-ion or lithium-polymer batteries — lithium-polymer batteries can be manufactured in genuinely more flexible, custom shapes fitting a specific laptop's exact internal space, while lithium-ion batteries are typically more standardized. Both battery types genuinely degrade over charge cycles, and a battery no longer holding a reasonable charge is a normal, expected wear item requiring periodic replacement, not necessarily a sign of a genuine defect.
KEYBOARD REPLACEMENT CHALLENGES: Laptop keyboards are frequently integrated into a larger assembly that also includes the palm rest and, in some designs, the trackpad — meaning a keyboard replacement sometimes requires replacing this entire larger combined assembly rather than just the keyboard portion alone, genuinely affecting repair cost and complexity compared to a simple standalone keyboard swap.
RAM AND STORAGE UPGRADEABILITY — A GENUINELY IMPORTANT VARIABLE ACROSS MODELS: Some laptops retain genuinely accessible, upgradeable RAM and storage through a service panel, while increasingly many modern thin-and-light laptop designs solder RAM directly to the motherboard and use proprietary or non-standard storage form factors specifically to save internal space — worth confirming a specific laptop model's actual upgradeability before promising a customer or user that a RAM or storage upgrade is genuinely straightforward.
LAPTOP-SPECIFIC PORTS AND EXPANSION: Beyond standard USB and video output ports also found on desktops, some laptops include a docking connector for connecting to a dedicated docking station, providing expanded connectivity (additional monitors, wired network, additional USB ports) through a single physical connection point — genuinely convenient for a user who regularly moves between a desk setup and mobile use.
THERMAL MANAGEMENT CHALLENGES SPECIFIC TO LAPTOPS' COMPACT FORM FACTOR: Laptops' genuinely compact internal space makes cooling meaningfully more challenging than in a spacious desktop case — proper vent clearance (never using a laptop directly on a soft surface like a bed or couch that can block intake vents) and periodic internal dust cleaning matter meaningfully more for maintaining reliable laptop performance and longevity than for an equivalent desktop system.
DISASSEMBLY DISCIPLINE FOR LAPTOP REPAIR WORK: Given laptops' genuinely more compact, more delicate internal construction compared to desktops, careful documentation of screw locations and cable routing during disassembly (photos, a labeled parts tray) matters meaningfully more than for typical desktop repair work, where component layout is generally more spacious and self-evident.
A+ expects familiarity with the range of printer technologies still in active real-world use, understanding each one's genuine underlying mechanism well enough to correctly troubleshoot when something goes wrong.
LASER PRINTERS — THE STANDARD FOR HIGH-VOLUME OFFICE PRINTING: Laser printers use a genuinely electrostatic process: a laser charges a rotating drum in the specific pattern of the image to be printed, toner (a fine powder, not liquid ink) is attracted to the charged areas, and the toner is then fused onto paper using heat and pressure — producing crisp, durable text and graphics at genuinely high volume with a comparatively low true cost per page.
THE LASER PRINTING PROCESS — SEVEN STEPS WORTH KNOWING: Processing (converting the print job into an image the printer can actually use), charging (the drum receives a uniform electrical charge), exposing (the laser selectively discharges specific areas matching the image), developing (toner is attracted specifically to the discharged areas), transferring (the toner image transfers from drum to paper), fusing (heat and pressure permanently bond toner to paper), and cleaning (removing residual toner from the drum before the next cycle begins).
INKJET PRINTERS — THE STANDARD FOR HOME AND PHOTO PRINTING: Inkjet printers spray genuinely tiny droplets of liquid ink directly onto paper — generally producing excellent photo-quality color output, but at meaningfully higher true per-page cost than laser printing, and with genuinely more susceptibility to clogged print heads if the printer sits unused for extended periods, since the liquid ink can dry out within the tiny nozzles.
THERMAL PRINTERS — SPECIALIZED, HIGH-SPEED SIMPLE OUTPUT: Thermal printers use heat to darken specially treated thermal paper, without needing ink or toner at all — commonly found in receipt printers and label printers, genuinely fast and low-maintenance, but limited to simple monochrome text/graphics output and specifically requiring thermal-treated paper that gradually fades over time (worth knowing when a customer complains their old printed receipt has genuinely faded to illegibility).
IMPACT PRINTERS — LARGELY LEGACY BUT STILL FOUND IN SPECIFIC NICHE USES: Impact (dot matrix) printers use a print head physically striking an ink ribbon against paper — genuinely loud and low-quality compared to modern alternatives, but still found in specific niche applications requiring multi-part carbonless forms (where the physical impact creates an impression through multiple paper layers simultaneously) that other printer types simply cannot replicate.
3D PRINTERS — A GENUINELY NEWER TECHNOLOGY WORTH KNOWING AT A BASIC LEVEL: 3D printers build a physical object layer by layer from a digital model, most commonly through FDM (Fused Deposition Modeling, melting and extruding plastic filament) or resin-based methods — increasingly common enough in both hobbyist and professional settings that A+ expects at least basic familiarity with the underlying concept.
COMMON PRINTER MAINTENANCE TASKS: Replacing consumables (toner cartridges, ink cartridges, thermal paper rolls), calibrating print alignment (particularly relevant for inkjet printers, where slightly misaligned print heads can produce visibly blurry or doubled output), and clearing paper jams — genuinely routine tasks, but worth understanding the manufacturer-recommended specific procedure for each printer type, since improper jam-clearing technique can genuinely damage delicate internal printer mechanisms.
MULTIFUNCTION DEVICES (MFDs) — COMBINING PRINT, SCAN, COPY, AND FAX: A multifunction device combines printing with scanning, copying, and sometimes fax capability into one single physical unit — genuinely convenient and space-efficient, though a single hardware failure can potentially take down multiple functions simultaneously, unlike having genuinely separate, independent dedicated devices for each function.
TROUBLESHOOTING COMMON PRINTER SYMPTOMS BY LIKELY UNDERLYING CAUSE: Streaky or faded laser output often points to low toner or a dirty/damaged drum. Blurry inkjet output often points to a clogged print head, genuinely resolvable through the printer's own built-in cleaning cycle in many cases. Paper jams recurring at the exact same specific point in the paper path often point to a specific worn roller or a physical obstruction at that particular location, rather than a genuinely random, unpredictable jam pattern.
A+ expects hands-on familiarity with setting up a small office/home office (SOHO) network — genuinely foundational, practical networking configuration work distinct from the more advanced concepts covered in this platform's dedicated Networking and Network+ topics.
WHAT MAKES A SOHO NETWORK GENUINELY DIFFERENT FROM AN ENTERPRISE NETWORK: A SOHO network typically serves a genuinely small number of users and devices, commonly using consumer or prosumer-grade equipment (a combined router/switch/access point/firewall device, rather than genuinely separate dedicated enterprise-grade equipment for each function), with meaningfully simpler configuration needs than a larger, more complex enterprise environment.
BASIC SOHO ROUTER CONFIGURATION STEPS: Connecting the router to the internet modem (or in some cases, a combined modem/router device already provided by the ISP), changing the default administrative password (a genuinely critical, frequently-overlooked security step, since default credentials for common router models are widely publicly known), configuring the wireless network name (SSID) and password, and confirming DHCP is properly enabled to automatically assign addresses to connecting devices.
WIRELESS SECURITY CONFIGURATION FOR A SOHO ENVIRONMENT: Configuring WPA2 or, where genuinely supported by both the router and connecting client devices, WPA3 encryption (covered in this platform's Network+ topic) is a genuinely essential basic security step — an unsecured or WEP-secured (an older, genuinely broken encryption standard) wireless network represents a real, significant security exposure.
GUEST NETWORK CONFIGURATION: Most modern SOHO router equipment supports configuring a genuinely separate guest wireless network, isolated from the primary network — directly connecting to the guest network isolation concepts covered in this platform's Networking topic, letting visitors access internet connectivity without any ability to reach the primary network's own devices and shared resources.
PORT FORWARDING FOR SOHO SCENARIOS: As covered conceptually in this platform's Networking topic, a SOHO environment occasionally needs specific port forwarding configured — for a home security camera system needing remote access, or a small business's internally-hosted web server — genuinely worth understanding the basic configuration process at the consumer router interface level specifically.
FIRMWARE UPDATES FOR SOHO NETWORKING EQUIPMENT: Consumer and prosumer router firmware genuinely needs periodic updates, addressing both new features and, genuinely more importantly, known security vulnerabilities — unlike enterprise equipment that might be centrally, automatically managed, SOHO equipment often requires manually checking for and applying firmware updates through the router's own administrative interface.
BASIC SOHO NETWORK TROUBLESHOOTING SEQUENCE: Confirm the modem itself has an active internet connection (checking its own status indicator lights) before assuming a router-level problem. Confirm the router is genuinely receiving a connection from the modem. Check whether the problem affects wired connections, wireless connections, or genuinely both, since this significantly narrows the likely cause. Restart both modem and router (in that specific order, modem first) as a genuinely reasonable, low-risk first troubleshooting step for many common SOHO connectivity issues.
CABLE MANAGEMENT AND PHYSICAL SETUP CONSIDERATIONS: Even in a genuinely small SOHO environment, basic cable management — avoiding excessive cable slack, keeping network cables reasonably separated from power cables to reduce electromagnetic interference, and labeling cables at both ends — makes future troubleshooting meaningfully easier, directly connecting to the physical cabling best practices covered in this platform's Networking topic.
WHY SOHO SETUP SKILLS REMAIN GENUINELY RELEVANT FOR A+ TECHNICIANS: Even technicians primarily working within larger enterprise environments frequently encounter SOHO-scale setup needs — a genuinely small branch office, a home-based remote worker's setup requiring support, or simply direct personal customer requests for home network assistance — making this practical, hands-on skill set genuinely broadly applicable across a range of real-world A+ technician scenarios.
A+ expects you to understand how component selection genuinely changes based on a computer's intended primary use case — building a gaming PC involves genuinely different priorities than building a workstation for video editing or a basic thin client.
GAMING PC — PRIORITIZING GPU PERFORMANCE: A gaming-focused build prioritizes a genuinely capable, often high-end discrete graphics card (GPU) above most other components, since modern games are heavily GPU-dependent for smooth performance and visual quality — paired with a CPU genuinely capable enough not to bottleneck that GPU's actual real performance, adequate cooling to handle sustained high-load thermal output, and a power supply with sufficient wattage headroom for the GPU's genuinely significant power draw.
WORKSTATION/CAD — PRIORITIZING GENUINE MULTI-CORE CPU PERFORMANCE AND RELIABILITY: A workstation build for CAD, 3D rendering, or similar professional applications typically prioritizes genuinely strong multi-core CPU performance (many professional applications scale meaningfully well across many CPU cores) and substantial RAM capacity, often paired with a professional/workstation-class graphics card (optimized specifically for professional application compatibility and stability, rather than purely gaming performance) and ECC (Error-Correcting Code) memory in genuinely mission-critical scenarios where memory error correction matters more than for typical consumer use.
VIDEO/AUDIO EDITING WORKSTATION — PRIORITIZING STORAGE SPEED AND CAPACITY: Video and audio editing workflows genuinely benefit from fast storage (NVMe SSDs specifically) for smoothly working with large media files, substantial RAM to comfortably hold large project files and extensive editing timelines in memory, and — depending on the specific editing software's actual capability — GPU acceleration genuinely benefiting rendering and certain effects processing performance.
HOME THEATER PC (HTPC) — PRIORITIZING QUIET OPERATION AND COMPACT FORM FACTOR: An HTPC build genuinely prioritizes quiet, low-noise operation (since it typically sits directly in a living space where fan noise would be genuinely noticeable and unwelcome) and a compact physical form factor fitting alongside other entertainment equipment, generally with meaningfully more modest CPU/GPU performance requirements than a genuine gaming or workstation build.
STANDARD THICK CLIENT — BALANCED, GENERAL-PURPOSE COMPUTING: A standard business thick client build balances reasonable performance across all typical office productivity tasks without genuinely prioritizing any single specific component category — adequate CPU, adequate RAM, reasonable storage — without the specialized emphasis a gaming, workstation, or HTPC build would place on one particular specific area.
THIN CLIENT — MINIMAL LOCAL PROCESSING, MAXIMUM RELIANCE ON REMOTE COMPUTE: A thin client relies primarily on a remote server (through Remote Desktop Protocol or a similar remote computing technology, covered in this platform's Networking topic) for actual genuine computational work, requiring genuinely minimal local hardware capability itself — appropriate for centrally-managed environments where processing genuinely happens on centralized servers rather than dispersed across many individual local machines.
VIRTUALIZATION WORKSTATION — PRIORITIZING CPU CORE COUNT AND RAM CAPACITY: A build genuinely intended to run multiple virtual machines simultaneously (covered conceptually in this platform's Windows Admin topic) prioritizes both a high CPU core count (since each running VM genuinely needs its own allocated processing capacity) and substantial RAM capacity, since each VM genuinely requires its own dedicated memory allocation carved out of the host's total available RAM.
NAS (NETWORK ATTACHED STORAGE) BUILD — PRIORITIZING STORAGE CAPACITY, RAID, AND RELIABLE UPTIME: A NAS build genuinely prioritizes storage capacity and redundancy (RAID configuration, covered in this topic's existing dedicated lesson) over raw CPU or GPU performance, since the device's primary purpose is reliably serving and protecting stored data over an extended, continuous operating period, not performing genuinely intensive local computation.
WHY MATCHING COMPONENT SELECTION TO USE CASE IS CORE, TESTABLE A+ KNOWLEDGE: A+ exam scenarios commonly present a specific described use case and ask you to identify which particular component category deserves genuine priority investment for that specific scenario — this reflects the real, practical skill of correctly advising a customer or colleague on appropriate build priorities rather than simply defaulting to "buy the most expensive components available" regardless of the machine's actual genuinely intended purpose.
Beyond standard Wi-Fi connectivity covered elsewhere on this platform, A+ expects familiarity with the additional wireless connectivity technologies genuinely common on mobile devices — Bluetooth, NFC, and cellular radio technology.
BLUETOOTH — SHORT-RANGE DEVICE-TO-DEVICE CONNECTIVITY: Bluetooth provides genuinely short-range (typically under 30 feet, though this varies by specific Bluetooth version and device power class) wireless connectivity between devices — headphones, keyboards, mice, and increasingly a genuinely wide range of other peripheral device types. Bluetooth pairing establishes a trusted connection between two specific devices, typically requiring a brief one-time pairing process before ongoing use.
BLUETOOTH VERSIONS AND THEIR PRACTICAL DIFFERENCES: Newer Bluetooth versions (5.0 and beyond) offer meaningfully improved range, speed, and power efficiency compared to older versions — genuinely worth knowing that Bluetooth device compatibility is generally backward-compatible (a newer device can typically still pair with an older Bluetooth accessory), though the connection will genuinely only perform at whichever device's specific Bluetooth version capability is actually lower.
TROUBLESHOOTING COMMON BLUETOOTH PAIRING ISSUES: Ensuring both devices genuinely have Bluetooth actively enabled (a surprisingly common oversight), confirming the device attempting to pair is genuinely in discoverable/pairing mode (not simply powered on), removing/forgetting a previously paired connection and re-pairing fresh if a connection has become genuinely unreliable, and confirming the devices are within Bluetooth's actual genuine effective range are all reasonable, systematic first troubleshooting steps.
NFC (NEAR FIELD COMMUNICATION) — EXTREMELY SHORT-RANGE, TAP-TO-CONNECT TECHNOLOGY: NFC operates at genuinely extremely short range (typically requiring devices to be within just a few centimeters, essentially touching) — commonly used for contactless payment systems (Apple Pay, Google Pay), quick device pairing (tapping two NFC-capable devices together to quickly initiate a Bluetooth pairing process), and reading NFC tags embedded in physical objects or smart posters.
WHY NFC'S EXTREMELY SHORT RANGE IS ACTUALLY A DELIBERATE SECURITY FEATURE, NOT A LIMITATION: For payment and secure data transfer applications specifically, NFC's genuinely extremely limited range is a deliberate security design choice — requiring devices to be brought genuinely close together makes it meaningfully harder for an unauthorized third party to intercept or interfere with an NFC transaction compared to a longer-range wireless technology that could potentially be exploited from a meaningfully greater distance.
CELLULAR RADIO TECHNOLOGY IN MOBILE DEVICES: Mobile devices with cellular capability contain a cellular radio supporting specific network standards (4G LTE, 5G) — providing internet and voice connectivity independent of any local Wi-Fi network, genuinely essential for a device's actual mobile usability away from Wi-Fi coverage.
SIM CARDS AND ESIM — HOW A DEVICE ACTUALLY AUTHENTICATES TO A CELLULAR NETWORK: A physical SIM (Subscriber Identity Module) card stores subscriber identity information genuinely enabling a device to authenticate to and use a specific cellular carrier's network. eSIM technology provides the exact same genuine function but embedded directly and permanently into the device itself, without requiring a genuinely separate physical card — increasingly common in newer devices, and genuinely convenient for switching carriers or plans without needing to physically swap a card.
MOBILE HOTSPOT FUNCTIONALITY — SHARING CELLULAR CONNECTIVITY: Many cellular-capable mobile devices support functioning as a mobile hotspot, sharing their own cellular data connection with other nearby devices over Wi-Fi — genuinely useful for providing internet connectivity to a laptop or tablet in a location without any other available internet access.
AIRPLANE MODE — DISABLING ALL RADIO TRANSMISSION SIMULTANEOUSLY: Airplane mode disables all of a device's wireless radios (cellular, Wi-Fi, Bluetooth, NFC) simultaneously with a single toggle — originally required specifically for actual air travel due to aviation radio interference regulations, but also genuinely useful more broadly as a quick way to conserve battery or eliminate all wireless connectivity troubleshooting variables simultaneously during diagnostic work.
WHY UNDERSTANDING THESE DIFFERENT CONNECTIVITY TECHNOLOGIES' GENUINELY DIFFERENT RANGES AND USE CASES MATTERS: Correctly diagnosing a mobile device connectivity issue requires first genuinely identifying WHICH specific radio technology is actually involved — a "my headphones won't connect" issue points toward Bluetooth troubleshooting, while "I can't make a payment" points toward NFC, and "I have no signal" points toward cellular — each warranting a genuinely different, specific troubleshooting approach.
Beyond the broader physical security concepts covered in this platform's Security Fundamentals topic, A+ expects specific familiarity with the actual physical security hardware and practices used to protect computing equipment itself from theft and unauthorized physical tampering.
CABLE LOCKS — THE STANDARD, SIMPLE DETERRENT FOR PORTABLE DEVICES: A cable lock (often called a Kensington lock, after the widely-adopted connector standard) physically secures a laptop or other portable device to a fixed object (a desk, a genuinely secure anchor point) using a steel cable — genuinely simple, low-cost, and effective as a basic deterrent against casual, opportunistic theft, though it certainly won't stop a genuinely determined attacker with proper cutting tools and sufficient time.
EQUIPMENT LOCKS AND ENCLOSURES: Beyond simple cable locks, more sophisticated equipment enclosures (locking cabinets or racks) provide genuinely stronger physical protection for higher-value or genuinely more sensitive equipment — server racks, network equipment, backup media — directly connecting to the server room and data center access control concepts covered in this platform's Security Fundamentals topic.
BIOMETRIC LOCKS FOR PHYSICAL ACCESS CONTROL: Beyond traditional key or badge-based access control, biometric locks (fingerprint readers, facial recognition) can control genuine physical access to server rooms or equipment enclosures — providing stronger individual accountability than a shared key or PIN, since a biometric identifier is genuinely unique to a specific individual and can't be as easily shared, lost, or stolen the way a physical key or shared PIN code genuinely can be.
PRIVACY SCREENS — PREVENTING VISUAL DATA EXPOSURE: A privacy screen (or privacy filter) physically limits a display's viewable angle, preventing someone positioned beside or behind the primary user from being able to actually read the screen's content — directly connecting to the shoulder surfing concept covered in this platform's Security+ topic, genuinely valuable for anyone regularly working with sensitive information in public or shared spaces.
ASSET TRACKING AND TAGGING FOR PHYSICAL INVENTORY MANAGEMENT: Physically tagging equipment with genuinely unique asset tags (barcode or RFID-based) supports both physical inventory management (knowing exactly what equipment exists and where it's currently located) and theft deterrence (a genuinely visibly tagged, tracked device is a meaningfully less appealing target than an untagged, untracked one) — directly connecting to the asset inventory concepts covered in this platform's Endpoint Management topic.
FACTORY RESET AND REMOTE WIPE AS A COMPLEMENTARY LAYER, NOT A SUBSTITUTE FOR PHYSICAL SECURITY: As covered elsewhere on this platform regarding mobile device management and encryption, remote wipe capability provides genuine protection for a lost or stolen device's actual data — but it's a complementary layer to, not a genuine substitute for, actual physical security measures aimed at preventing theft or unauthorized access from occurring in the first place.
SECURE DISPOSAL OF PHYSICAL HARDWARE AT END OF LIFE: As covered conceptually in this platform's Security Fundamentals topic regarding data disposal, physically disposing of hardware containing genuinely sensitive data (hard drives, backup media, even some printers with internal storage retaining document data) requires secure, deliberate handling — degaussing, physical shredding, or certified secure data destruction services, rather than simply discarding intact hardware into regular disposal channels.
DATA CENTER PHYSICAL SECURITY LAYERS — A GENUINELY LAYERED, DEFENSE-IN-DEPTH APPROACH: A genuinely well-secured data center or server room typically layers multiple physical security controls together — perimeter fencing or building access control, badge-based entry to the actual facility, biometric verification for the specific server room itself, and locked equipment racks within that room — directly applying the defense-in-depth architectural principle covered in this platform's Security+ topic specifically to physical, rather than purely digital, security.
WHY PHYSICAL SECURITY HARDWARE KNOWLEDGE MATTERS FOR A+ SPECIFICALLY: A+ technicians are frequently the people actually physically handling, installing, and maintaining computing equipment — genuinely practical familiarity with the physical security tools and practices available (and knowing when a customer or organization's specific situation genuinely warrants recommending them) is real, applicable professional knowledge beyond purely software-level security considerations.
Beyond the graphics card (GPU) covered in this platform's existing hardware lessons, motherboards support several other genuinely useful expansion card types worth recognizing — A+ expects familiarity with what each one actually does and why it might genuinely be added to a system.
SOUND CARDS — DEDICATED AUDIO PROCESSING: While modern motherboards genuinely include capable integrated (onboard) audio, a dedicated sound card can provide meaningfully improved audio quality, genuinely lower latency (important for audio production work), and additional specialized audio input/output options beyond what typical integrated audio provides — genuinely relevant for audio production, high-fidelity listening setups, or professional broadcasting/streaming use.
CAPTURE CARDS — RECORDING VIDEO FROM AN EXTERNAL SOURCE: A capture card takes video input from an external source (a gaming console, a separate camera, another computer) and makes it available for recording or live streaming on the host system — genuinely essential hardware for content creators specifically recording gameplay from a console, or for professional video production workflows requiring external camera input.
NETWORK INTERFACE CARDS (NICs) BEYOND BUILT-IN MOTHERBOARD NETWORKING: While most modern motherboards include integrated networking, a dedicated NIC expansion card can add capability the integrated networking doesn't genuinely provide — a second network port for specific server or networking-focused use cases, or genuinely faster networking speed (10 Gigabit Ethernet, for instance) than typical integrated motherboard networking supports.
RAID CONTROLLER CARDS — DEDICATED HARDWARE RAID PROCESSING: As covered in this topic's existing RAID lesson, hardware RAID controller cards handle RAID processing genuinely independently of the main system CPU, generally offering better performance than software-based RAID configured directly through the operating system, particularly meaningful for genuinely demanding, high-throughput storage workloads.
TV TUNER CARDS — RECEIVING BROADCAST TELEVISION SIGNALS: A TV tuner card lets a computer receive and display (or record) broadcast television signals — a genuinely more niche expansion card type today given the broader shift toward streaming services, but still relevant for specific home theater PC builds or particular broadcast/media production use cases.
USB EXPANSION CARDS — ADDING ADDITIONAL PORTS: When a system's built-in USB port count genuinely proves insufficient for a user's actual needs, a USB expansion card adds additional physical ports, sometimes including support for a newer, faster USB standard than the motherboard's own built-in ports natively support.
RISER CARDS — ENABLING EXPANSION CARDS IN SPACE-CONSTRAINED CASES: A riser card allows an expansion card to be installed at a different physical orientation than the standard vertical slot arrangement — genuinely useful in compact case designs (some HTPC or small-form-factor builds) where the standard vertical card orientation simply wouldn't physically fit within the case's available internal space.
UNDERSTANDING PCIe SLOT TYPES AND THEIR PRACTICAL IMPLICATIONS: Expansion cards connect via PCIe slots of varying physical sizes (x1, x4, x8, x16) — a smaller physical slot provides genuinely less available bandwidth than a larger one, and while a smaller card can generally physically fit into and function correctly in a larger slot, a larger card genuinely cannot physically fit into a smaller slot at all, a practical constraint worth understanding when planning a specific system build or upgrade.
WHY UNDERSTANDING THE RANGE OF EXPANSION CARD TYPES MATTERS FOR A+ TECHNICIANS: Beyond simply knowing that expansion slots exist, understanding what specific problem each particular card type genuinely solves helps you correctly recommend an appropriate upgrade path for a customer's actual specific stated need — recognizing when a customer's described problem (poor audio quality, insufficient network speed, needing to record external video) actually points toward a specific, genuinely appropriate expansion card solution.
Beyond the basic air cooling concepts covered in this topic's existing Power, Cooling, and Safety lesson, A+ expects familiarity with liquid cooling and more advanced thermal management approaches used in genuinely higher-performance or specialized system builds.
WHY SOME SYSTEMS GENUINELY NEED COOLING BEYOND STANDARD AIR COOLING: High-performance CPUs and GPUs running under sustained heavy load — genuinely demanding gaming, video rendering, or overclocked configurations — can generate enough heat that standard air cooling alone struggles to maintain genuinely safe, stable operating temperatures, particularly in a compact case with genuinely limited airflow.
ALL-IN-ONE (AIO) LIQUID COOLERS — THE ACCESSIBLE, PRE-ASSEMBLED OPTION: An AIO liquid cooler is a genuinely pre-assembled, sealed liquid cooling loop — a pump/water block sits directly on the CPU, connected via tubing to a radiator (typically mounted with case fans, dissipating heat much like a car's radiator does) — providing meaningfully better cooling performance than typical air cooling, without requiring the user to actually assemble or maintain an entirely custom liquid cooling loop themselves.
CUSTOM LOOP LIQUID COOLING — THE MAXIMUM-PERFORMANCE, HIGHEST-MAINTENANCE OPTION: A custom liquid cooling loop involves individually selecting and assembling separate components — water blocks, tubing, a reservoir, a pump, radiators — genuinely offering the highest possible cooling performance and aesthetic customization, at meaningfully higher cost, complexity, and ongoing maintenance requirement (periodic coolant changes, checking for leaks) than an AIO solution.
WHY LIQUID COOLING GENUINELY OUTPERFORMS AIR COOLING FOR HIGH-HEAT SCENARIOS: Liquid genuinely transfers heat more efficiently than air, letting a liquid cooling system move heat away from the CPU or GPU and out to a larger radiator surface more effectively than air cooling alone can typically achieve — particularly meaningful for maintaining genuinely lower, more stable temperatures under sustained maximum load.
THERMAL PASTE — THE OFTEN-OVERLOOKED, GENUINELY CRITICAL COMPONENT: Regardless of whether air or liquid cooling is used, thermal paste (or thermal compound) fills microscopic imperfections between the CPU/GPU surface and the cooler's contact surface, ensuring genuinely efficient heat transfer between the two — insufficient, improperly applied, or degraded/dried-out thermal paste can cause genuinely significant, otherwise-confusing overheating even with an otherwise perfectly capable cooling solution installed correctly.
WHEN THERMAL PASTE NEEDS REPLACEMENT: Thermal paste genuinely degrades over time (typically over several years), and should specifically be reapplied any time a cooler is physically removed and reinstalled — never reusing old, already-applied thermal paste, since it won't spread and make proper contact correctly a second time after removal.
LIQUID COOLING LEAK RISK — A GENUINE, WORTH-UNDERSTANDING CONSIDERATION: While genuinely rare with a properly assembled and maintained system, liquid cooling does carry inherent leak risk that air cooling simply doesn't — worth factoring into recommendations for genuinely risk-averse customers or for systems where a coolant leak onto sensitive nearby components would be a particularly costly, unacceptable outcome.
CASE AIRFLOW DESIGN — SUPPORTING WHICHEVER COOLING APPROACH IS ACTUALLY USED: Regardless of the specific cooling solution chosen, overall case airflow design (intake and exhaust fan placement, cable management to avoid genuinely blocking airflow pathways) meaningfully affects overall system cooling effectiveness — a genuinely excellent CPU cooler installed in a case with poor overall airflow design still won't achieve genuinely optimal cooling performance.
WHY THIS MATTERS FOR MATCHING A COOLING SOLUTION TO A SPECIFIC CUSTOMER'S ACTUAL NEED: A+ exam scenarios, and genuine real-world customer conversations, commonly involve correctly recommending an appropriately-scoped cooling solution — a standard air cooler for typical use, an AIO for genuinely demanding gaming or content creation, or in genuinely rare, extreme cases a custom loop for maximum enthusiast-level performance — rather than defaulting to either extreme regardless of the system's actual real intended use case and genuine performance requirements.