>_sudo dojo
DashboardLearnCompete
Log inSign up

CompTIA A+ · Hardware

Motherboards & Form Factors

The motherboard is the foundation that ties everything together — understand its form factors (ATX, microATX, Mini-ITX), chipsets, sockets, and connectors, and you'll know what fits where and why.

22 min read · Motherboards & Form Factors

// CHECK YOUR KNOWLEDGE

The motherboard is the hardware system's central nervous system. Every component you've learned about — the CPU, RAM, storage, power supply — connects to and communicates through the motherboard. In this lesson, you'll learn the form factors that determine what physically fits in a case, the compatibility rules that govern which CPU and RAM you can use, and the expansion slots and connectors that let you build and upgrade a system.

Form factors: ATX, microATX, and Mini-ITX

A motherboard's form factor is its physical size and shape, which determines:

  • What case it fits in
  • How many expansion slots it has
  • How many RAM and storage slots are available
  • Where components mount inside the case

The three main form factors you'll encounter are:

ATX (Advanced Technology eXtended) — the standard full-size motherboard. Roughly 12 × 9.6 inches. ATX boards have the most expansion slots and RAM slots, making them the choice for high-performance desktops and workstations. They mount in ATX mid-tower or full-tower cases.

microATX (mATX) — roughly 9.6 × 9.6 inches, slightly smaller than ATX but wider than Mini-ITX. microATX motherboards fit in ATX cases (though they look small inside), and they fit in smaller microATX cases. They typically have 2–4 RAM slots and 2–4 expansion slots — fewer than ATX, but enough for most builds.

Mini-ITX (mITX) — roughly 6.7 × 6.7 inches, the smallest standard form factor. Mini-ITX boards have 1–2 RAM slots and 1 PCIe expansion slot (sometimes none). They fit only in Mini-ITX cases or specialized compact cases. Mini-ITX is the choice for small-form-factor PCs and home media centers.

▸ COMPAT

Compatibility rule — form factor and case: A case is sized for the largest board it accepts. An ATX case fits ATX, microATX, and Mini-ITX boards. A microATX case fits microATX and Mini-ITX. A Mini-ITX case fits only Mini-ITX. Always check the motherboard's form factor against the case spec.

Chipsets

A chipset is a set of integrated circuits (chips) on the motherboard that controls communication between the CPU, RAM, expansion cards, storage, and I/O devices. The chipset is separate from the CPU — it's the glue that ties everything together.

On Intel systems, chipsets carry names like B760, H770, or Z790. On AMD systems, you'll see B850, X870, or X870E. The letter prefix and number generally indicate:

  • B-series — "balanced" for mainstream systems, fewer features, lower cost
  • H-series (Intel) — "high-end" without overclocking features
  • X-series — premium, with overclocking support and extra features
  • Z-series (Intel) — high-end with overclocking support

The specific chipset determines:

  • Which CPU generation(s) it supports (a B760 motherboard accepts 12th, 13th, and 14th gen Intel CPUs, but not older)
  • How many SATA ports, M.2 slots, and USB headers it has
  • Support for features like Thunderbolt 3, WiFi, or PCIe 5.0
  • Whether the board supports overclocking

▸ EXAM TIP

Exam tip: You won't need to memorize every chipset model, but know that the chipset determines CPU compatibility and feature set. If a question asks "which of these CPUs will work in a B760 board?", the answer depends on whether the CPU is compatible with that chipset generation.

CPU socket and compatibility

The CPU socket is the mechanical interface where the CPU sits. Different CPUs have different pin layouts, so the socket must match exactly — a CPU for an AMD AM5 socket will not fit an Intel LGA 1700 socket, period.

The two dominant socket families you'll encounter:

Intel LGA (Land Grid Array) — Intel's current standard. LGA 1700 is the socket for 12th and 13th gen Intel Core processors. Each new generation of Intel CPUs may introduce a new socket (LGA 1200, LGA 1155, etc.), so chipset and CPU must align.

AMD AM5 — AMD's current standard. AM5 supports Ryzen 7000 series and newer, and AMD has committed to long-term support through 2029, giving the socket longevity.

▸ COMPAT

Compatibility rule — CPU socket: The socket on the motherboard must match the socket pin layout of the CPU you're installing. There is no cross-compatibility between different sockets. Always verify chipset support before buying a CPU for a motherboard.

Expansion slots and PCIe lanes

The motherboard has expansion slots — physical connectors where you install expansion cards like dedicated graphics cards, NICs, or capture cards. The modern standard is PCIe (PCI Express), which comes in different slot sizes and speeds.

PCIe slots come in these widths (lane counts):

  • PCIe x16 — 16 lanes, the full-bandwidth slot. This is where you install a dedicated graphics card. Most motherboards have one or two x16 slots.
  • PCIe x8 — 8 lanes, half the bandwidth of x16. Some high-end boards offer x8 slots for secondary GPUs or high-speed add-ons.
  • PCIe x4 — 4 lanes, used for M.2 NVMe drives, network cards, or storage adapters.
  • PCIe x1 — 1 lane, the lowest-bandwidth slot. Used for older add-ons, sound cards, or small peripherals.

A graphics card in a physical x16 slot can negotiate to x8 lanes if the motherboard decides the CPU lane budget is better spent elsewhere — this happens in dual-GPU setups. The important detail: the physical slot size tells you the maximum lanes available, but the actual speed depends on how the motherboard is configured and how many other lanes are in use.

▸ NOTE

PCIe generation: PCIe also comes in generations — PCIe 3.0, 4.0, 5.0 — with each generation roughly doubling the per-lane bandwidth. A newer generation card in an older slot still works, just at the slower generation's speed. This is backward-compatible.

Headers and connectors

Beyond the main power and CPU sockets, the motherboard has dozens of headers and connectors for fans, front-panel buttons and LEDs, USB ports, and power.

Front panel headers connect the case's power button, reset button, power LED, and hard drive activity LED. These small pins are fiddly to wire up but essential for the case's front controls to work.

Fan headers (CPU_FAN, SYS_FAN, etc.) connect case fans and CPU coolers. They support PWM (Pulse Width Modulation) for speed control, allowing the system to adjust fan speed based on temperature.

Power connectors for the CPU come in 4-pin or 8-pin (sometimes 12-pin on high-end boards). These are separate from the main 24-pin motherboard power and deliver stable power directly to the CPU. A system won't post (start) without this CPU power connector plugged in.

USB headers on the motherboard connect to the case's front-panel USB ports. Boards typically have USB 2.0 headers (for legacy USB 2.0 ports) and USB 3.0 / 3.1 headers (for faster front ports).

▸ WARNING

Gotcha — front panel connectors are tiny and easy to reverse. The power LED and hard drive LED are polarity-sensitive (+ and −). Installing them backward won't harm anything, but the LED won't light. Power and reset buttons are not polarity-sensitive and can go in either way.

BIOS and UEFI

BIOS (Basic Input/Output System) is the firmware — the low-level software built into the motherboard — that initializes hardware and starts the boot process. Older systems ran pure BIOS; modern systems run UEFI (Unified Extensible Firmware Interface), which is more flexible and secure.

BIOS/UEFI is where you:

  • Set boot order (which drive or device to try first when starting up)
  • Enable or disable onboard features (integrated graphics, WiFi, USB ports)
  • View system information (CPU model, RAM capacity, temperatures)
  • Overclock (if the board and CPU support it)
  • Set the system time and date
  • Manage security features like Secure Boot

You access BIOS/UEFI by pressing a key during boot (commonly Delete, F2, or F12, depending on the manufacturer) before the operating system loads.

▸ EXAM TIP

Exam tip: The A+ exam expects you to know that BIOS/UEFI is where you configure boot order, enable/disable features, and view system specs. You won't need to memorize how to navigate every vendor's BIOS, but know its purpose and that it runs before the OS loads.

The CMOS battery

The motherboard has a small coin-cell battery called the CMOS battery (or CMOS cell). This battery maintains the system's real-time clock (RTC) and BIOS/UEFI settings even when the system is powered off.

If you remove the CMOS battery or it dies, the system will:

  • Lose the current date and time (it will boot with a date from the 1990s or 2000s)
  • Reset all BIOS/UEFI settings to factory defaults
  • Possibly clear BIOS security settings (like admin passwords)

In a lab or repair scenario, clearing CMOS by removing the battery for a few seconds is a common troubleshooting step to reset a system that won't boot because of a bad BIOS setting.

▸ COMPAT

Compatibility rule — CMOS: The CMOS battery is standardized (usually a CR2032 coin cell), so any replacement battery works. However, this is rarely user-replaceable on laptops or modern integrated systems.

Putting it together

A motherboard's form factor determines what case it fits in. Its chipset determines which CPUs and what features it supports. Its socket determines the exact CPU model you can install. Its expansion slots determine what additional cards you can add. And its headers tie everything together — the CPU power, fan headers, and front-panel connectors are what make a complete system.

When you're building or upgrading a system, the motherboard choice is foundational: pick the right form factor for your case, verify the chipset supports the CPU you want, confirm the socket matches, and ensure there are enough expansion slots for your needs.

The check questions below will test form factors, compatibility rules, chipsets, sockets, and connectors.

Sign in to check your knowledge and earn XP. Sign in