3.5 CompTIA A+ · Core 1 (220-1201) · Domain 3 — Hardware

Install and Configure Motherboards,
CPUs, and Add-on Cards

Objective 3.5 Domain weight: 25% Largest objective in Domain 3

OVERVIEWIntroduction

Objective 3.5 is the broadest single objective in Domain 3, covering the central physical and firmware components that everything else in a computer connects to and depends on. The motherboard is the foundation that determines what size case you need, what CPU you can install, what expansion cards will fit, and what firmware-level security and configuration options are available. Get any of these compatibility decisions wrong, and the build simply won't work — which is exactly why this objective is scenario-heavy on the exam.

This guide follows the order of the objective itself: motherboard form factors, connector types, CPU/socket compatibility, BIOS/UEFI settings, virtualization and encryption support, CPU architecture, expansion cards, and cooling. Treat the early sections (form factor, sockets) as the physical foundation everything else builds on, and the later sections (BIOS/UEFI, cooling) as the configuration and maintenance layer on top of that foundation.

The Central Compatibility Chain

Building or upgrading a system is fundamentally a chain of compatibility checks: case → motherboard form factor → CPU socket → RAM type (objective 3.3) → expansion card slots → power supply connectors. A mismatch at any link breaks the whole chain. Most of this objective's scenario questions are testing whether you can correctly identify where in that chain a described problem actually lives.

PART 1Motherboard Form Factors

A motherboard's form factor defines its physical dimensions, mounting hole layout, and (generally) how many expansion slots it can fit — which in turn determines what size case it requires and how much room is available for expansion cards, drives, and cooling.

Motherboard Form Factors — Relative Physical Size

ITX (Mini-ITX)~17cm × 17cm — smallest, most compact builds
microATX~24cm × 24cm — mid-size, fewer slots than ATX
ATX~30cm × 24cm — standard full-size, most expansion room
ATX Advanced Technology eXtended — the standard full-size form factor, offering the most expansion slots, RAM slots, and overall room for components. The default choice for most desktop towers and the baseline that other form factors are compared against.
microATX A smaller variant of ATX, fitting into more compact cases while typically retaining most mounting-hole compatibility with ATX cases (a microATX board can usually be installed in a case designed for ATX, though not vice versa). Offers fewer expansion slots than full ATX, trading some expansion capacity for a smaller footprint.
ITX (Mini-ITX) The smallest common standard form factor, designed for compact builds such as home theater PCs, small-form-factor desktops, and space-constrained installations. Typically has only a single expansion slot and limited RAM slots, prioritizing minimal footprint over expansion capacity.

Exam Angle

Remember the general size relationship — ATX > microATX > ITX — and that this same relationship usually holds for expansion slot count and overall flexibility. A smaller form factor board generally fits in a case designed for a larger form factor (a microATX board in an ATX case), but not the reverse. If a scenario emphasizes "smallest possible build" or "limited space," ITX is almost always the answer.

PART 2Motherboard Connector Types

A motherboard exposes a range of connector types for expansion cards, storage, power, and front-panel/internal peripherals. Recognizing each connector by name and purpose is directly testable, often via photo identification.

PCI Peripheral Component Interconnect — the legacy expansion slot standard, now almost entirely superseded by PCIe in modern systems. You may still encounter PCI slots on older motherboards or in environments maintaining legacy expansion cards.
PCIe PCI Express — the modern expansion slot standard used for graphics cards, NVMe storage adapters, network cards, capture cards, and most other add-in cards today. PCIe slots come in different physical sizes/lane counts — commonly seen as x1, x4, x8, and x16 — with x16 (the longest slot) typically reserved for graphics cards due to its highest available bandwidth.
Power connectors The motherboard requires power delivered via specific connectors from the power supply — most notably the main 24-pin ATX power connector, plus a separate 4-pin or 8-pin CPU power connector (sometimes called EPS) that delivers dedicated power directly to the CPU socket area.
SATA Serial ATA — the standard internal data connector for HDDs and SATA-based SSDs/optical drives, as introduced in objective 3.4. SATA data connectors are paired with a separate SATA power connector from the power supply.
eSATA External SATA — a SATA variant designed for connecting external drives, offering SATA's native data speeds without USB's protocol overhead. Less common today as USB and Thunderbolt external storage standards have largely taken over this role, but still occasionally found on motherboards/expansion brackets.
Headers Small pin connector blocks on the motherboard used for internal, non-expansion-slot connections — front panel power/reset buttons and LEDs, internal USB ports, fan connectors, and front-panel audio jacks all connect via headers rather than full-size slots or connectors.
M.2 A motherboard-mounted slot for compact SSDs (and some Wi-Fi cards), introduced in objective 3.4 — included here as a reminder that M.2 is fundamentally a motherboard connector type, not just a drive form factor, and that the specific M.2 slot on a given motherboard determines whether it supports SATA signaling, PCIe/NVMe signaling, or both.

PCIe Slot Size vs. Bandwidth

A larger physical PCIe slot (x16) doesn't necessarily mean every lane is electrically wired — some motherboards have physically x16-sized slots that are only electrically wired as x4 or x8 to save cost, often noted in the motherboard's documentation. Most cards will still function in a slot with fewer wired lanes than the card supports, just at reduced bandwidth — this is a real-world nuance worth knowing conceptually, even though the exam focuses mainly on recognizing slot types rather than this electrical detail.

PART 3Motherboard Compatibility — CPU Sockets

A motherboard's CPU socket is the physical interface the processor plugs into, and it is brand- and generation-specific — a CPU will only physically fit (and only function correctly) in a socket it was specifically designed for. This is the single most important compatibility check when selecting a CPU and motherboard together.

CPU Socket Families By Vendor (Representative, Not Exhaustive)

AMD
AM4 AM5 TRX (Threadripper)
INTEL
LGA 1200 LGA 1700 LGA 1851

Common Pitfall — Socket Compatibility Is Absolute

An AMD CPU will never fit an Intel socket, and vice versa — there is no cross-brand compatibility at all. Beyond brand, even within the same brand, different socket generations are typically incompatible with each other (an older AMD AM4 CPU will not fit a newer AM5 socket, for example). Always verify the exact socket type supported by the motherboard against the exact socket type required by the CPU before purchasing or attempting installation — specific socket names and numbers change over time and should be verified against current manufacturer documentation rather than memorized as fixed facts.

Multisocket Motherboards

A multisocket motherboard contains two or more physical CPU sockets, allowing multiple processors to be installed and work together in the same system. This is exclusively a server/workstation-class feature, used in scenarios demanding extreme processing power, memory capacity, or core counts beyond what a single-CPU system can provide — virtualization hosts, high-performance computing, and large database servers are common examples. Consumer desktop and laptop motherboards are single-socket only.

Exam Angle

Expect direct matching: "Which CPU socket family does this AMD/Intel processor require?" tests brand-level recognition rather than requiring you to memorize every specific socket number, since those change with each new CPU generation. The conceptual takeaway the exam wants is simpler and more durable: brand and generation must match exactly between CPU and socket, and multisocket boards are a server-class feature, not something found in typical consumer builds.

PART 4BIOS/UEFI Settings

The BIOS (Basic Input/Output System) and its modern successor UEFI (Unified Extensible Firmware Interface) are firmware built into the motherboard that initialize hardware and hand off control to the operating system during boot. UEFI is the modern standard, offering a graphical interface, support for larger boot drives, faster boot times, and more advanced security features compared to legacy BIOS — though the terms are still frequently used interchangeably in casual conversation, including occasionally on the exam itself.

Key BIOS/UEFI Settings Covered by This Objective

Boot optionsControls boot device order (which drive/device the system attempts to boot from first) and boot mode (legacy BIOS-compatible vs. native UEFI).
USB permissionsCan enable/disable USB ports or USB boot capability entirely — a security-relevant setting used to prevent unauthorized booting from a USB drive or to block USB storage devices altogether in locked-down environments.
TPM security featuresEnables/disables the Trusted Platform Module (detailed in Part 5 below) and related settings such as clearing stored TPM keys.
Fan considerationsFan speed curves and control profiles, allowing fans to ramp up/down based on measured temperature rather than running at a fixed speed at all times.
Secure BootA UEFI feature that only allows the system to boot using software signed with a trusted, recognized digital signature, preventing unsigned or maliciously modified bootloaders/OS images (such as rootkits or bootkits) from loading during startup.
Boot passwordRequires a password before the system will boot into the operating system at all — distinct from a Windows login password, since this check happens at the firmware level before the OS even begins loading.
BIOS/UEFI passwordRequires a separate password specifically to enter and modify the BIOS/UEFI setup utility itself, preventing unauthorized changes to firmware settings even if someone has physical access to the machine.
Temperature monitoringDisplays real-time CPU, GPU, and system temperatures directly within the BIOS/UEFI interface, useful for diagnosing overheating issues or verifying proper cooling installation before ever booting into an OS.

Boot Password vs. BIOS Password — Don't Conflate Them

These are two distinct security layers that are easy to confuse. A boot password (sometimes called a "power-on password" or "user password") blocks the system from booting into the OS at all without it. A BIOS/UEFI password (sometimes called a "supervisor" or "administrator" password) specifically protects access to the firmware settings menu, preventing changes to boot order, security settings, etc. — but doesn't necessarily prevent the system from booting normally. A system can implement either, both, or neither.

PART 5Virtualization Support and Encryption

Virtualization Support

Hardware virtualization support (commonly Intel VT-x or AMD-V) is a CPU feature, enabled/disabled via a BIOS/UEFI setting, that allows a hypervisor to run virtual machines efficiently by handling certain virtualization-related operations directly in hardware rather than relying entirely on slower software emulation. This setting must typically be manually enabled in BIOS/UEFI before virtualization software (such as Hyper-V, VMware, or VirtualBox running hardware-accelerated VMs) will function — a very common real-world troubleshooting scenario when virtualization software reports it cannot start a VM.

TPM — Trusted Platform Module

A TPM is a dedicated, tamper-resistant hardware chip (or firmware-based equivalent) built into or integrated with the motherboard, used to generate, store, and protect cryptographic keys used for disk encryption, secure boot verification, and other hardware-based security functions. Critically, the TPM stores its keys in a way that's tied to the specific physical hardware — if certain hardware changes occur, or someone attempts to move an encrypted drive to different hardware, the TPM can detect this and block key release, providing protection against many forms of offline/physical tampering.

Exam Angle — TPM and BitLocker

TPM is most commonly referenced on the exam in connection with Windows BitLocker full-disk encryption, which by default relies on the TPM to securely store its encryption keys and verify system integrity before unlocking the drive at boot. TPM is also a hard requirement for modern Windows operating system installations on supported hardware — a frequently tested real-world compatibility checkpoint.

HSM — Hardware Security Module

A HSM (Hardware Security Module) is a dedicated, often external or rack-mounted physical device specifically built to generate, store, and manage cryptographic keys and perform cryptographic operations (encryption, decryption, digital signing) at scale, typically for an entire organization rather than a single device.

TPM vs. HSM — Scale Is the Key Difference

Think of a TPM as protecting the cryptographic keys for one specific device — it's built into or attached to that single motherboard. An HSM, by contrast, is typically a separate, dedicated, often network-attached or rack-mounted device protecting cryptographic operations for many systems or an entire organization — commonly used by certificate authorities, payment processors, and enterprises with heavy compliance or large-scale key-management requirements. Both protect cryptographic keys; they differ primarily in scale and deployment context.

PART 6CPU Architecture

x86 / x64

x86 refers to the instruction set architecture originally developed by Intel, historically referring to 32-bit processors and software. x64 (also called x86-64 or AMD64) is the 64-bit extension of that same architecture family, now the standard for virtually all modern desktop, laptop, and server CPUs from both Intel and AMD. A 64-bit (x64) CPU and operating system can address vastly more system RAM than a 32-bit system was ever capable of, among other performance and capability advantages.

ARM

ARM (Advanced RISC Machine) is a fundamentally different processor architecture family, built on RISC (Reduced Instruction Set Computer) design principles — using a smaller, simpler set of instructions compared to x86/x64's more complex instruction set (CISC-style design). ARM processors are widely known for excellent power efficiency relative to performance, which is why they dominate smartphones, tablets, and increasingly appear in laptops and even some servers/desktops (such as Apple Silicon Macs) where battery life or power efficiency at scale is a priority.

Factorx86/x64ARM
Design philosophyCISC-influenced, complex instruction setRISC — reduced, simpler instruction set
Power efficiencyGenerally higher power consumptionGenerally much more power-efficient
Typical devicesTraditional desktops, laptops, serversSmartphones, tablets, increasingly some laptops/servers
Software compatibilityVast existing software library built for this architectureRequires ARM-native software, or emulation/translation of x86 software

Core Configurations

A modern CPU contains multiple processing cores — independent processing units within a single physical CPU package, each capable of executing instructions somewhat independently. More cores generally allow better performance on workloads that can be split across multiple simultaneous tasks (multithreaded applications, running many programs at once), though single-threaded application performance depends more on individual core speed/efficiency than on core count alone. Common consumer configurations include dual-core, quad-core, hexa-core (6), octa-core (8), and higher core counts increasingly common on enthusiast and workstation-class CPUs.

More Cores ≠ Automatically Faster for Every Task

A higher core count helps most with workloads designed to run in parallel — video editing/rendering, virtualization, heavily multitasked environments. But software that isn't written to take advantage of multiple cores (some older or simpler applications) won't see proportional benefit from additional cores, and in some cases a CPU with fewer but faster/higher-clocked cores can outperform a higher-core-count CPU on single-threaded tasks. Matching CPU core configuration to the actual workload matters more than simply maximizing core count.

PART 7Expansion Cards

Expansion cards add capabilities to a system beyond what's built into the motherboard, typically installed into a PCIe slot (Part 2, above).

Card TypePurpose
Sound cardProvides dedicated audio processing, often offering higher fidelity, more inputs/outputs, or lower latency than a motherboard's built-in (onboard) audio
Video card (GPU)Provides dedicated graphics processing, essential for gaming, video editing/rendering, 3D work, and machine learning workloads beyond what integrated graphics can handle
Capture cardCaptures video/audio input from an external source (a gaming console, camera, or another computer) for recording or live streaming
Network interface card (NIC)Adds or upgrades network connectivity — covered in depth in objective 2.5 — commonly added when a motherboard's onboard NIC is insufficient (e.g., adding 10 Gigabit Ethernet, or adding Wi-Fi to a desktop without built-in wireless)

PART 8Cooling

CPUs (and other components, like GPUs) generate significant heat under load, and effective cooling is essential to prevent thermal throttling (the CPU automatically slowing itself down to avoid damage) or outright hardware failure.

Fans Move air through the case and across heat-generating components, including dedicated CPU cooler fans, case intake/exhaust fans, and fans built into power supplies and graphics cards. Proper case airflow design (intake low/front, exhaust high/rear) supports all other cooling methods.
Heat sink A metal component (typically aluminum or copper, often with fins to maximize surface area) that sits directly on top of the CPU, absorbing heat and dispersing it into the surrounding air — usually paired with a fan to actively pull that heat away (an "air cooler").
Thermal paste/pads A thermally conductive compound (paste) or pre-formed material (pad) applied between the CPU and the heat sink, filling microscopic gaps and imperfections in both surfaces that would otherwise trap insulating air and reduce heat transfer efficiency. Thermal paste must be reapplied any time a heat sink is removed and reinstalled — reusing old, dried-out paste significantly reduces cooling effectiveness.
Liquid cooling Uses circulating liquid coolant to absorb and transport heat away from the CPU (or GPU) to a radiator, where fans dissipate that heat into the air — generally more effective at heat removal than air cooling alone, especially under sustained heavy load, and often quieter for an equivalent cooling capacity. Available as pre-built, sealed "all-in-one" (AIO) closed-loop systems or as custom open-loop setups.

Common Pitfall

Installing a heat sink without thermal paste, with too little paste, or with old/dried paste left over from a previous installation are among the most common real-world causes of unexpected overheating and thermal throttling after a CPU or cooler swap — always clean off old paste completely and apply a fresh, appropriately-sized application before reseating any heat sink.

Master Reference — Motherboards, CPUs, and Add-on Cards

ATX / microATX / ITXLargest to smallest; ATX has the most expansion room
PCI vs. PCIeLegacy vs. modern expansion slot standard
SATA vs. eSATAInternal drive data vs. external drive data
CPU socketBrand- and generation-specific; no cross-compatibility
MultisocketServer/workstation feature; multiple physical CPUs
Secure BootOnly allows signed/trusted bootloaders to load
Boot vs. BIOS passwordBlocks booting vs. blocks firmware setting changes
Virtualization supportVT-x/AMD-V; must be enabled in firmware for hypervisors
TPMPer-device key storage; used by BitLocker, Windows req.
HSMOrg-scale dedicated cryptographic key management
x86/x64Traditional CISC-style architecture; desktops/servers
ARMRISC architecture; power-efficient; mobile and growing elsewhere
Thermal pasteFills microscopic gaps between CPU and heat sink
Liquid coolingGenerally more effective/quieter than air under heavy load

REFERENCE3.5 Quick Reference

Form Factor By Build Goal

  • Max expansion/RAM slots → ATX
  • Balanced, smaller footprint → microATX
  • Smallest possible build → ITX

BIOS/UEFI Security Settings

  • Block unsigned bootloaders → Secure Boot
  • Block booting without a password → Boot password
  • Block firmware setting changes → BIOS/UEFI password
  • Enable VM hardware acceleration → Virtualization support

CPU Architecture By Use Case

  • Traditional desktop/laptop/server → x86/x64
  • Power-efficiency priority, mobile → ARM
  • Heavy multitasking/rendering → Higher core count

Cooling By Need

  • Standard cooling → Heat sink + fan (air)
  • Heavy sustained load, quieter → Liquid (AIO)
  • Always required with any heat sink → Fresh thermal paste

Final Exam Reminders

Form factor size order = ATX (largest) > microATX > ITX (smallest); smaller boards generally fit in larger cases, not vice versa.

CPU socket compatibility = brand AND generation must match exactly; AMD never fits Intel, and old generations rarely fit new sockets.

Multisocket = server/workstation only, never consumer desktops/laptops.

Secure Boot = blocks unsigned bootloaders. Boot password = blocks booting at all. BIOS/UEFI password = blocks firmware setting changes. Three distinct protections.

TPM = single-device key storage, ties to BitLocker and modern Windows requirements. HSM = organization-scale, dedicated, often external.

x86/x64 = traditional CISC-influenced architecture. ARM = RISC, power-efficient, dominant in mobile.

Thermal paste = always reapply fresh when reseating any heat sink — never reuse old, dried paste.

Liquid cooling = generally outperforms air cooling under sustained heavy load.