CompTIA A+ Hardware Troubleshooting: Free Practice Questions + Study Guide
In This Guide
Motherboard Components
The motherboard is the central circuit board that connects all components in a computer system. Understanding motherboard architecture is essential for diagnosing hardware failures and is heavily tested on the CompTIA A+ certification exam. Every component - CPU, RAM, storage, GPU, and peripherals - communicates through the motherboard, making it the backbone of any PC.
CPU socket types determine which processors are compatible with a given motherboard. The three primary socket technologies are:
- LGA (Land Grid Array) - pins are on the motherboard socket, and the CPU has flat contact pads. Used by Intel desktop processors (e.g., LGA 1700, LGA 1200). Bent pins on the socket require careful straightening or motherboard replacement.
- PGA (Pin Grid Array) - pins are on the CPU itself, and the socket has holes to receive them. Used by AMD processors (e.g., AM4, AM5). Bent pins on the CPU can sometimes be carefully straightened with precision tools.
- BGA (Ball Grid Array) - the CPU is permanently soldered to the motherboard. Common in laptops and mobile devices. These processors cannot be upgraded or replaced individually.
Chipset architecture has evolved significantly. Older motherboards used a two-chip design with a northbridge (handling high-speed communication between the CPU, RAM, and PCIe graphics) and a southbridge (managing slower I/O like USB, SATA, and audio). Modern motherboards consolidate these into a single chip called the Platform Controller Hub (PCH), while the CPU itself now integrates the memory controller and PCIe lanes that the northbridge once handled.
Expansion slots allow you to add dedicated hardware to the system. PCIe (Peripheral Component Interconnect Express) is the standard for modern expansion cards:
- PCIe x16 - primarily used for graphics cards; provides the highest bandwidth (up to 64 GB/s on PCIe 5.0)
- PCIe x8 - used for high-performance network cards, RAID controllers, and NVMe adapters
- PCIe x4 - common for NVMe SSD adapters and secondary network cards
- PCIe x1 - used for sound cards, basic network cards, and other low-bandwidth peripherals
Form factors define the physical dimensions and layout of the motherboard, which determines case compatibility and expansion capabilities:
- ATX (305 x 244 mm) - the standard full-size form factor with maximum expansion slots (typically 7) and robust power delivery. Ideal for workstations and gaming PCs.
- Micro-ATX (244 x 244 mm) - a compact square form factor with fewer expansion slots (typically 4) but compatible with both ATX and Micro-ATX cases. A popular choice for budget and office builds.
- Mini-ITX (170 x 170 mm) - the smallest common form factor with only one expansion slot. Used in small form factor (SFF) builds, HTPCs, and compact systems where space is limited.
RAM Types and Specifications
Random Access Memory (RAM) is volatile memory that stores actively used data and instructions for rapid CPU access. Selecting the correct RAM and diagnosing memory-related failures are critical skills tested on the A+ exam.
DDR4 vs DDR5 represents the current generational transition in desktop and laptop memory:
| Specification | DDR4 | DDR5 |
|---|---|---|
| Speed Range | 2133–3200 MT/s (base) | 4800–6400 MT/s (base) |
| Voltage | 1.2V | 1.1V |
| Pin Count (DIMM) | 288 pins | 288 pins (different keying) |
| Max Module Size | 64 GB per DIMM | 128 GB per DIMM |
| Channels per DIMM | 1 (64-bit) | 2 (2x 32-bit) |
| On-die ECC | No | Yes (built-in) |
DIMM vs SO-DIMM: Desktop computers use full-size DIMM (Dual Inline Memory Module) sticks, while laptops and small form factor systems use SO-DIMM (Small Outline DIMM), which are approximately half the physical length. DDR4 SO-DIMMs have 260 pins compared to the 288 pins of their full-size counterparts. The two form factors are not interchangeable without an adapter.
ECC vs non-ECC: Error-Correcting Code (ECC) RAM can detect and correct single-bit memory errors in real time. ECC memory is standard in servers and workstations where data integrity is critical, but it requires motherboard and CPU support (typically Intel Xeon or AMD EPYC/Threadripper PRO processors). Non-ECC RAM is used in consumer desktops and laptops and is less expensive.
Multi-channel configurations increase memory bandwidth by allowing the CPU to access multiple RAM sticks simultaneously:
- Dual-channel - requires two matching DIMMs installed in the correct slots (usually alternating colors on the motherboard). Doubles effective bandwidth compared to single-channel.
- Quad-channel - requires four matching DIMMs and a supporting platform (typically HEDT or server boards). Quadruples effective bandwidth.
Common RAM issues and symptoms:
- Continuous beep codes during POST - RAM not detected or improperly seated; reseat modules and try one stick at a time to isolate the fault
- Blue screens (BSOD) - errors like
IRQL_NOT_LESS_OR_EQUAL,PAGE_FAULT_IN_NONPAGED_AREA, andMEMORY_MANAGEMENTpoint to defective or incompatible memory - Random restarts and application crashes - intermittent memory errors can cause unpredictable behavior; run memtest86 or Windows Memory Diagnostic to test
- System detects less RAM than installed - a faulty DIMM slot, improperly seated module, or a 32-bit OS limitation (max 4 GB addressable)
Storage Technologies
Understanding the differences between storage technologies and their interfaces is critical for both hardware troubleshooting and the A+ exam. Modern systems use a mix of hard disk drives (HDDs) and solid-state drives (SSDs), each with distinct failure modes and performance characteristics.
HDD (Hard Disk Drive) uses spinning magnetic platters and a mechanical read/write head. HDDs offer high capacity at low cost but are slower and more susceptible to physical damage (drops, vibration). A clicking or grinding sound from an HDD indicates imminent mechanical failure - back up data immediately.
SSD (Solid-State Drive) uses NAND flash memory with no moving parts, providing dramatically faster read/write speeds, lower power consumption, and greater shock resistance. SSDs connect through several interfaces:
- SATA (Serial ATA) - the legacy interface limited to approximately 550 MB/s. SATA SSDs use the 2.5-inch form factor and connect via SATA data and power cables, making them a drop-in replacement for HDDs.
- NVMe (Non-Volatile Memory Express) - a protocol designed specifically for flash storage, connecting through the PCIe bus. NVMe drives deliver speeds of 3,000–7,000+ MB/s on PCIe Gen 4, far exceeding SATA limitations.
- M.2 - a compact physical form factor (gum-stick sized) that supports both SATA and NVMe protocols. M.2 slots are keyed differently: B-key for SATA, M-key for NVMe, and B+M-key for compatibility with both. Always verify which protocol your M.2 slot supports.
RAID (Redundant Array of Independent Disks) combines multiple drives for performance, redundancy, or both:
| RAID Level | Min Drives | Fault Tolerance | Performance | Use Case |
|---|---|---|---|---|
| RAID 0 (Striping) | 2 | None - one drive failure loses all data | Excellent read/write | Performance-critical, non-essential data |
| RAID 1 (Mirroring) | 2 | 1 drive can fail | Good read, normal write | OS drives, critical data with simple setup |
| RAID 5 (Striping + Parity) | 3 | 1 drive can fail | Good read, slower write (parity calculation) | File servers, balanced performance/redundancy |
| RAID 10 (1+0) | 4 | 1 drive per mirrored pair | Excellent read/write | Databases, servers needing speed + redundancy |
Power Supply Units
The power supply unit (PSU) converts AC power from the wall outlet into the regulated DC voltages (+3.3V, +5V, +12V) that computer components require. A failing or undersized PSU is one of the most common - and most frequently misdiagnosed - causes of hardware instability.
Wattage calculation is essential when building or upgrading a system. Add the Thermal Design Power (TDP) of the CPU and GPU, then add approximately 100–150W for other components (motherboard, RAM, storage, fans). Apply a 20–30% overhead margin for safety and efficiency. For example, a system with a 125W CPU and a 300W GPU needs at least 550–650W to operate reliably under load.
80 Plus efficiency ratings indicate how efficiently a PSU converts AC input to DC output. Higher ratings mean less wasted energy (as heat) and lower electricity costs:
- 80 Plus - 80% efficiency at 20%, 50%, and 100% load
- 80 Plus Bronze - 82–85% efficiency
- 80 Plus Gold - 87–90% efficiency (the sweet spot for most builds)
- 80 Plus Platinum - 89–92% efficiency
- 80 Plus Titanium - 90–94% efficiency (highest tier, premium cost)
Modular vs non-modular PSUs:
- Non-modular - all cables are permanently attached. Less expensive but creates cable clutter that can impede airflow.
- Semi-modular - essential cables (24-pin ATX, 8-pin CPU) are fixed; optional cables (PCIe, SATA, Molex) are detachable. A good balance of cost and cable management.
- Fully modular - all cables are detachable, allowing you to use only the cables you need. Best for clean builds and optimal airflow but more expensive.
Common PSU failure symptoms:
- Random shutdowns under load - the PSU cannot deliver sufficient wattage when the CPU and GPU demand peak power during intensive tasks
- System does not power on at all - no fans, no LEDs, no display; verify the power cable, wall outlet, and PSU switch before testing the unit
- Burning smell or visible damage - a blown capacitor or shorted component; immediately disconnect and replace the PSU
- Intermittent reboots - inconsistent voltage delivery causes the system to restart without warning
- 0V reading on any rail - using a multimeter to test DC output at the 24-pin ATX connector; a reading of 0V on the +12V, +5V, or +3.3V rail confirms the PSU has failed and must be replaced
For the complete domain breakdown and objectives, review the official A+ exam objectives from CompTIA.
Troubleshooting Methodology
The CompTIA troubleshooting methodology is a structured, six-step process that ensures technicians systematically identify root causes rather than guessing at solutions. This methodology is tested extensively on both A+ exams and is the foundation for every troubleshooting scenario question.
- Identify the problem - gather information from the user, identify symptoms, question recent changes, review system and application logs, and attempt to reproduce the issue. This is always the first step.
- Establish a theory of probable cause - consider the most likely causes based on symptoms. Start simple (question the obvious) and consider multiple possibilities before committing to one theory.
- Test the theory to determine the cause - attempt to confirm your theory through testing. If confirmed, determine the next steps to resolve. If not confirmed, re-establish a new theory or escalate.
- Establish a plan of action - create a resolution plan that accounts for impact on the user and organization. Obtain authorization if the fix requires system downtime or changes.
- Verify full system functionality - confirm the fix resolved the original issue and did not introduce new problems. Implement preventive measures where applicable.
- Document findings, actions, and outcomes - record the problem, root cause, solution, and lessons learned for future reference and knowledge base improvement.
POST codes and beep codes are the first diagnostic indicators when a system fails to boot. The BIOS/UEFI firmware runs a Power-On Self-Test that checks the CPU, RAM, video adapter, and storage controllers before handing control to the operating system. When POST detects a failure, it communicates through audible beep patterns, LED codes, or on-screen numeric codes (if video is functional).
Common hardware failure symptoms and solutions:
| Symptom | Likely Cause | Resolution |
|---|---|---|
| Continuous beeping at POST | RAM failure or not seated | Reseat RAM; test one stick at a time |
| 1 long + 2 short beeps, no video | GPU / video adapter failure | Reseat GPU; test with onboard video if available |
| Random shutdowns under load | PSU insufficient or failing | Test PSU with multimeter; replace if out of spec |
| Clicking sound from HDD | Mechanical head failure | Back up data immediately; replace drive |
| BSOD: MEMORY_MANAGEMENT | Faulty or incompatible RAM | Run memtest86; replace defective module |
| System powers on, no display | GPU, cable, or monitor issue | Check cable, try different port/monitor, reseat GPU |
Using Device Manager and Event Viewer: In Windows, Device Manager (devmgmt.msc) displays all hardware devices and flags issues with yellow exclamation marks or red X icons. Use it to update, roll back, or uninstall drivers. Event Viewer (eventvwr.msc) records system, application, and security logs - look under System logs for hardware-related errors like disk warnings, driver failures, and memory errors. These tools are essential for correlating software-side symptoms with hardware root causes.
Get the Complete CompTIA A+ Study Guide
When you purchase a CompTIA A+ practice exam, you get full access to our comprehensive study guides covering every exam topic in depth - not just the free samples here.
Want to go deeper?
CompTIA A+ Hardware Troubleshooting Practice Questions
Test your understanding with these 5 expert-created questions. Each includes a detailed explanation to reinforce your learning.
Ready for More?
You've just covered Hardware Troubleshooting. Here's how to keep preparing for your CompTIA A+:
Frequently Asked Questions
Is hardware troubleshooting heavily tested on the A+ exam?
Yes, hardware troubleshooting is one of the most heavily tested areas on the CompTIA A+ Core 1 (220-1101) exam. Domain 3: Hardware accounts for approximately 25% of the Core 1 exam, covering motherboard components, RAM, storage, power supplies, and peripheral devices. Additionally, Domain 5: Hardware and Network Troubleshooting adds another 29% focused specifically on diagnosing and resolving hardware issues. Combined, hardware-related content represents over half of the Core 1 exam, making it the single most important area to master.
Do I need hands-on experience to pass the A+ exam?
While CompTIA does not require hands-on experience as a prerequisite, having practical experience significantly improves your chances of passing. CompTIA recommends 9–12 months of hands-on experience in an IT support role before attempting the exam. The exam includes performance-based questions (PBQs) that simulate real-world troubleshooting scenarios, so familiarity with physically handling components, navigating BIOS/UEFI settings, using diagnostic tools like multimeters and POST cards, and troubleshooting actual hardware failures will give you a major advantage. If you lack professional experience, building and troubleshooting a PC at home or using virtual labs can provide valuable hands-on practice.
What's the difference between A+ Core 1 and Core 2?
The CompTIA A+ certification requires passing two separate exams. Core 1 (220-1101) focuses on hardware, networking, mobile devices, cloud computing, and hardware troubleshooting. This is where motherboard components, RAM, storage, power supplies, and physical device diagnostics are tested. Core 2 (220-1102) focuses on operating systems (Windows, macOS, Linux), security, software troubleshooting, and operational procedures. Hardware troubleshooting is primarily a Core 1 topic, though Core 2 includes software-side diagnostic skills like using Event Viewer, Device Manager, and system restore tools.
What tools should every A+ technician know?
Every A+ technician should be proficient with these essential tools: a multimeter for testing PSU voltages, continuity, and cable integrity; a POST card for diagnosing boot failures when no display is available; an anti-static wrist strap and ESD mat for safe component handling; a loopback plug for testing network ports; a cable tester for verifying Ethernet and other cable connections; compressed air for cleaning dust from components; a power supply tester for quick PSU diagnostics; and a SATA/USB adapter for recovering data from drives. On the software side, know Device Manager for identifying hardware issues, Event Viewer for reviewing system logs, and disk management tools like diskpart and Disk Management for storage troubleshooting.