220-1101Chapter 9 of 123Objective 3.1

Motherboard Components and Form Factors

This chapter covers motherboard components, form factors, and their interconnections — a foundational topic for the 220-1101 exam. Understanding motherboards is crucial because they dictate compatibility for CPUs, RAM, expansion cards, and storage. Approximately 10-15% of the Hardware domain (Objective 3.1) focuses on motherboard components, form factors, and system configuration, so mastering this chapter directly boosts your exam score.

25 min read
Intermediate
Updated May 31, 2026

Motherboard as a City Infrastructure

Think of a motherboard as the infrastructure of a bustling city. The CPU is the mayor's office, making all the high-level decisions. RAM is like the city's short-term memory—the whiteboards and sticky notes where current projects are tracked. The chipset is the city planning department, coordinating traffic between residential areas (RAM), commercial zones (expansion slots), and industrial parks (storage interfaces). The system clock is the city's master clock tower, synchronizing all activities. The power delivery system (VRMs) is like the electrical grid, stepping down voltage from the main power plant (PSU) to levels usable by different neighborhoods. The motherboard's PCB is the road network, with traces as streets and lanes. The northbridge (now integrated into CPU) was like a central traffic circle that connected high-speed districts (CPU, RAM, GPU), while the southbridge (Platform Controller Hub) handles slower peripherals like USB, SATA, and audio—like side streets and local roads. The BIOS/UEFI is the city's constitution and emergency protocols, defining how the city boots up each morning. Expansion slots (PCIe) are like designated areas for new buildings (graphics cards, network cards) that connect to the main road network. Just as a city's infrastructure limits its growth, the motherboard's form factor dictates how many components you can install and how they fit together. A smaller form factor like Mini-ITX is like a compact town, while an Extended ATX is a sprawling metropolis.

How It Actually Works

What is a Motherboard?

A motherboard is the main printed circuit board (PCB) in a computer that provides the electrical and mechanical connections for all other components. It hosts the CPU, memory, storage interfaces, expansion slots, and I/O ports. The motherboard's form factor defines its physical dimensions, mounting holes, power connector types, and layout. The 220-1101 exam expects you to identify major components, compare form factors, and understand how they affect system builds.

Motherboard Form Factors

Form factors are standardized sizes and layouts that ensure compatibility between motherboards and cases. The three most common form factors for desktop computers are:

ATX (Advanced Technology eXtended): 12 x 9.6 inches (305 x 244 mm). The standard for full-sized towers. Typically has 7 expansion slots, 4-8 RAM slots, and a 24-pin main power connector plus a 4/8-pin CPU power connector.

Micro-ATX (mATX): 9.6 x 9.6 inches (244 x 244 mm). Smaller than ATX, usually with 4 expansion slots and 2-4 RAM slots. Compatible with most ATX cases.

Mini-ITX: 6.7 x 6.7 inches (170 x 170 mm). Very compact, typically 1 expansion slot and 2 RAM slots. Used in small form factor (SFF) builds. Not all ATX cases support Mini-ITX due to mounting hole differences.

Other form factors include: - Extended ATX (E-ATX): 12 x 13 inches (305 x 330 mm) — for high-end workstations and servers, requires larger cases. - ITX (not Mini-ITX): 6.7 x 6.7 inches but often with different mounting — not common. - NLX: Low-profile form factor for slim desktops — rarely seen now.

CPU Sockets and Chipsets

The CPU socket is the connector that holds the CPU. It must match the CPU's pin layout. Intel and AMD use different sockets, and even within the same brand, sockets change across generations. Common sockets for 220-1101:

Intel LGA 1151 (v1 and v2): Used with 6th-9th Gen Core CPUs. LGA stands for Land Grid Array — pins are on the motherboard, not the CPU.

Intel LGA 1200: Used with 10th and 11th Gen Core CPUs.

Intel LGA 1700: Used with 12th and 13th Gen Core CPUs.

AMD AM4: Used with Ryzen 1000-5000 series CPUs. PGA (Pin Grid Array) — pins on the CPU.

AMD AM5: Used with Ryzen 7000 series CPUs. LGA style.

AMD TR4: For Threadripper HEDT CPUs.

The chipset (e.g., Intel Z690, AMD B550) controls communication between the CPU, RAM, expansion slots, and I/O. The chipset determines features like overclocking support, number of PCIe lanes, USB ports, and SATA ports. The exam tests that the chipset must be compatible with the CPU socket and generation.

RAM Slots and Memory Channels

RAM slots (DIMM slots) are numbered and often color-coded for dual-channel or quad-channel configurations. The 220-1101 exam expects you to know: - DDR4 is common; DDR5 is newer. They are not interchangeable — different notches. - Dual-channel memory requires installing RAM in matched pairs (e.g., slots 1 and 3, or 2 and 4). - Maximum RAM capacity is limited by the motherboard and CPU. - Error Correcting Code (ECC) RAM is used in servers; most consumer motherboards do not support ECC.

Expansion Slots: PCIe, PCI, and Others

PCI Express (PCIe) is the standard for graphics cards, network cards, SSDs, etc. Key versions: PCIe 3.0, 4.0, 5.0. Each doubles the bandwidth per lane. Lanes are denoted as x1, x4, x8, x16.

Physical slot sizes: x1 (shortest), x4, x8, x16 (longest). A card can fit in a larger slot (e.g., x1 card in x16 slot) but not vice versa without cutting.

PCI (Peripheral Component Interconnect) is older and slower — still found on some motherboards for legacy devices.

M.2 is a form factor for SSDs and wireless cards. It uses PCIe or SATA protocol. Key lengths: 2230, 2242, 2260, 2280, 22110. The exam tests that M.2 SSDs are faster than 2.5-inch SATA SSDs and require an M.2 slot.

mSATA is an older mini-SATA form factor — rarely used now.

I/O Ports and Internal Connectors

Back panel I/O includes: - USB: Type-A, Type-C; versions 2.0 (480 Mbps), 3.0/3.1 Gen1 (5 Gbps), 3.1 Gen2 (10 Gbps), 3.2 Gen2x2 (20 Gbps). - Video: VGA (analog), DVI, HDMI, DisplayPort. - Audio: 3.5mm jacks (line out, mic, line in), S/PDIF (optical or coaxial). - Network: RJ-45 Ethernet (typically 1 Gbps, sometimes 2.5/5/10 Gbps). - PS/2: For old keyboard/mouse — often a combined port.

Internal connectors: - SATA: For hard drives and optical drives. SATA III (6 Gbps) is common. - Power connectors: 24-pin ATX main, 4/8-pin CPU, 6/8-pin PCIe for graphics. - Fan headers: 3-pin (voltage control) or 4-pin (PWM). - Front panel header: For power button, reset, LEDs, USB, audio. - CMOS battery: CR2032 coin cell — keeps BIOS settings and clock.

BIOS/UEFI and Firmware

BIOS (Basic Input/Output System) or UEFI (Unified Extensible Firmware Interface) is the low-level software that initializes hardware during boot. UEFI is newer, supports GPT disks, secure boot, and a graphical interface. The exam tests: - CMOS stores BIOS settings; clearing it (by removing battery or jumper) resets to defaults. - POST (Power-On Self-Test) checks hardware; beep codes indicate errors. - Boot order can be changed in BIOS/UEFI.

Power Delivery and Voltage Regulator Modules (VRMs)

VRMs convert the main 12V from the PSU to lower voltages needed by the CPU (around 1.0-1.4V) and RAM (1.2-1.5V). They consist of MOSFETs, inductors, and capacitors. More phases (e.g., 8+2) provide cleaner power and better overclocking. The exam may ask about VRM cooling — heatsinks on VRMs are important for stability.

Onboard Components

Audio chip: Realtek ALC series — provides analog audio.

LAN chip: Realtek or Intel Gigabit Ethernet.

Super I/O: Manages low-speed devices (PS/2, serial, parallel, fans).

TPM (Trusted Platform Module): For hardware-based security (e.g., BitLocker). Some motherboards have a TPM header for a separate module.

Form Factor Comparison Table

| Feature | ATX | Micro-ATX | Mini-ITX | |---------|-----|-----------|----------| | Dimensions | 12" x 9.6" | 9.6" x 9.6" | 6.7" x 6.7" | | Expansion slots | 7 | 4 | 1 | | RAM slots | 4-8 | 2-4 | 2 | | Typical use | Full tower | Mid tower | SFF/HTPC | | Power connectors | 24-pin + 4/8-pin CPU | Same | 24-pin + 4-pin CPU |

Configuration and Verification

Check motherboard model: In Windows, use msinfo32 or wmic baseboard get product,Manufacturer,version. In Linux, dmidecode -t baseboard.

Update BIOS/UEFI: Download from manufacturer's site; use built-in flash utility (e.g., ASUS EZ Flash). Never interrupt the process.

Enable XMP/DOCP for RAM to run at rated speed.

Set boot order in BIOS to boot from installation media.

Common Exam Traps

Confusing form factor dimensions: Know the exact sizes (ATX 12x9.6, mATX 9.6x9.6, Mini-ITX 6.7x6.7).

PCIe lane confusion: A x16 slot may physically look x16 but only run at x8 if the second slot is occupied.

Chipset vs Socket: A CPU must match both the socket and chipset generation (e.g., LGA 1200 works with 10th and 11th Gen, but some boards need BIOS update for 11th Gen).

DDR3 vs DDR4 vs DDR5: Notches are different; physically cannot fit. Also, voltage differences.

M.2 keying: B-key (SATA or PCIe x2) vs M-key (PCIe x4). NVMe drives use M-key.

How Motherboard Interacts with Other Components

CPU: Communicates via front-side bus (FSB) in older systems, now via Direct Media Interface (DMI) or Infinity Fabric.

RAM: Connected to CPU memory controller (integrated since Intel Nehalem).

GPU: Connected via PCIe x16 slot to CPU (or chipset in some low-end boards).

Storage: SATA ports connect to chipset; M.2 NVMe connects to CPU PCIe lanes (for faster speeds).

USB/Ethernet/Audio: Managed by chipset.

Troubleshooting Motherboard Issues

No power: Check power connections, PSU switch, front panel header.

Beep codes: Refer to manual. Common: 1 short beep (POST OK), continuous beeps (RAM issue).

No display: Reseat RAM, GPU, check monitor cable.

BIOS corruption: Clear CMOS, use backup BIOS if available, or reflash.

Summary

The motherboard is the backbone of a computer. For the 220-1101 exam, focus on form factor dimensions, socket types, chipset roles, expansion slot standards, and common connectors. Know how to identify components on a motherboard diagram. Understanding these fundamentals will help you answer compatibility questions and troubleshooting scenarios.

Walk-Through

1

Identify the motherboard form factor

Measure or look at the board dimensions. ATX is 12 x 9.6 inches, Micro-ATX is 9.6 x 9.6 inches, Mini-ITX is 6.7 x 6.7 inches. Also check the number of expansion slots: ATX typically has 7, mATX has 4, Mini-ITX has 1. The form factor determines case compatibility and power supply requirements. For the exam, you may be given a picture or description and asked to identify the form factor.

2

Locate the CPU socket and determine type

Identify the socket by its physical appearance and pin count. Intel sockets are LGA (pins on motherboard), AMD sockets are PGA (pins on CPU) for AM4, or LGA for AM5. Check the socket labeling (e.g., LGA 1151, AM4). This step is critical because the CPU must match the socket. The exam may ask which CPUs are compatible with a given socket.

3

Identify RAM slots and memory support

Count the number of DIMM slots (usually 2-8). Note the type (DDR4 or DDR5) by the notch position and labeling. Check for color coding that indicates dual-channel pairs. Also note the maximum supported speed and capacity, often printed near the slots or in the manual. The exam tests that mixing different DDR generations is impossible due to physical keying.

4

Examine expansion slots and their configurations

Identify PCIe slots by size: x16 (longest), x8, x4, x1 (shortest). Note the version (e.g., PCIe 3.0, 4.0). Also look for legacy PCI slots (older, white). M.2 slots are horizontal, often with a screw hole at one end. Determine if the M.2 slot supports SATA or NVMe (PCIe). The exam may ask about bandwidth and lane allocation when multiple slots are populated.

5

Check I/O ports and internal connectors

On the back panel, list USB ports (Type-A, Type-C, version), video ports (HDMI, DisplayPort, DVI, VGA), audio jacks, Ethernet, and legacy ports (PS/2). Internal connectors include SATA ports (usually 4-6), fan headers (3-pin vs 4-pin), front panel header, and power connectors (24-pin main, 4/8-pin CPU). The exam tests knowledge of USB speeds and connector types.

What This Looks Like on the Job

Scenario 1: Building a High-Performance Gaming PC

A gamer wants to build a PC with an Intel Core i7-12700K (LGA 1700), 32 GB DDR5-5600 RAM, an NVIDIA RTX 3080, and a fast NVMe SSD. They choose an ATX motherboard with a Z690 chipset to allow overclocking. The Z690 chipset provides 20 PCIe 4.0 lanes from the CPU and additional lanes from the chipset. They install the GPU in the first x16 slot (connected directly to CPU) and the NVMe SSD in an M.2 slot that also uses CPU lanes for maximum speed. They use a 750W PSU with an 8-pin CPU power connector. Common issues: forgetting to enable XMP (Extreme Memory Profile) in BIOS to run RAM at rated speed, or installing the GPU in a slot that only runs at x8 when the second slot is occupied. The builder must also ensure the case supports ATX and has sufficient airflow for VRM cooling.

Scenario 2: Upgrading an Office Workstation

An office needs to upgrade an existing Dell OptiPlex 7060 (Micro-ATX) to support more RAM and a faster SSD. The motherboard has an LGA 1151 socket with a Q370 chipset, supporting 6th/7th Gen Intel CPUs. They want to upgrade from 8 GB to 32 GB DDR4-2666. The motherboard has 4 DIMM slots, so they install two 16 GB sticks in slots 2 and 4 for dual-channel. They also add a 1 TB M.2 SATA SSD (B-key) but the motherboard only has one M.2 slot that supports both SATA and PCIe. They must check the manual to ensure the M.2 slot is not disabled when certain SATA ports are used. A common mistake is buying an NVMe SSD (M-key) which would be physically incompatible with a B-key slot. The upgrade improves boot times and multitasking.

Scenario 3: Deploying a Server with E-ATX Motherboard

A company deploys a dual-socket server for virtualization. They use an E-ATX motherboard (12" x 13") with dual LGA 3647 sockets for Intel Xeon Scalable processors, 16 DDR4 ECC RAM slots, and multiple PCIe x16 slots for GPUs and network cards. The form factor requires a special server case with deeper chassis to accommodate the board. Power delivery is critical: they use redundant PSUs with multiple EPS12V connectors. The chipset (C621) supports 48 PCIe 3.0 lanes. A misconfiguration could involve populating RAM slots incorrectly for optimal interleaving, or forgetting to install the CPU power cables (8-pin each). The server motherboard also has a dedicated BMC (Baseboard Management Controller) for remote management. The 220-1101 exam does not cover server motherboards in depth, but understanding E-ATX helps with form factor recognition.

How 220-1101 Actually Tests This

The 220-1101 exam tests motherboard components and form factors under Objective 3.1 (Hardware). Specifically, you must be able to "identify common motherboard form factors and their characteristics" and "explain the purpose and characteristics of motherboard components." Expect 5-10 questions on this topic across the exam.

Common Wrong Answers

1.

Confusing ATX and Micro-ATX dimensions: Many candidates pick the wrong size because they memorize 12" x 9.6" for ATX but then think Micro-ATX is 9.6" x 7" or something. The exact dimensions are: ATX 12" x 9.6", Micro-ATX 9.6" x 9.6", Mini-ITX 6.7" x 6.7". Know these cold.

2.

Mixing PCIe versions and lanes: A question might say "PCIe 4.0 x16" and ask for bandwidth. Candidates often confuse with PCIe 3.0 (15.75 GB/s vs 31.5 GB/s for x16). Remember: PCIe 4.0 doubles the bandwidth of 3.0 per lane.

3.

Assuming all M.2 slots support NVMe: Many SSDs are SATA M.2, but the exam may ask about compatibility. M.2 slots can be B-key (SATA/PCIe x2) or M-key (PCIe x4). NVMe requires M-key. A common trap is saying a SATA M.2 drive works in an NVMe-only slot — it does not, because the slot may lack SATA controller support.

4.

Thinking chipset always determines CPU compatibility: While chipset matters, the socket is the primary factor. For example, LGA 1151 v1 (6th/7th Gen) and v2 (8th/9th Gen) are physically identical but electrically incompatible. The exam may test that a motherboard with LGA 1151 v1 cannot accept an 8th Gen CPU even if it fits.

Specific Values to Memorize

ATX: 12" x 9.6" (305 mm x 244 mm)

Micro-ATX: 9.6" x 9.6" (244 mm x 244 mm)

Mini-ITX: 6.7" x 6.7" (170 mm x 170 mm)

PCIe 3.0 x16 bandwidth: ~15.75 GB/s (in each direction)

PCIe 4.0 x16 bandwidth: ~31.5 GB/s

USB 3.0 (3.1 Gen1): 5 Gbps; USB 3.1 Gen2: 10 Gbps; USB 3.2 Gen2x2: 20 Gbps

SATA III: 6 Gbps

DDR4 voltage: 1.2V; DDR3: 1.5V; DDR5: 1.1V

Edge Cases

Some Mini-ITX boards have only one RAM slot (rare).

Some motherboards have a PCIe x16 slot that physically looks x16 but electrically runs at x4 (low-end boards).

Onboard graphics may be disabled if a discrete GPU is installed.

Some motherboards require a BIOS update to support newer CPUs (e.g., B450 with Ryzen 5000).

How to Eliminate Wrong Answers

If the question asks about form factor, look at the number of expansion slots or RAM slots to narrow down.

For compatibility, always check socket first, then chipset.

For bandwidth, know the formula: (version lanes per direction) e.g., PCIe 3.0 x1 = ~1 GB/s, so x16 = ~16 GB/s.

If a question mentions "dual-channel memory", the correct configuration is matched pairs in correct slots (usually slots 1&3 or 2&4).

Key Takeaways

ATX: 12" x 9.6"; Micro-ATX: 9.6" x 9.6"; Mini-ITX: 6.7" x 6.7".

CPU socket must match the CPU generation; chipset determines features.

PCIe 3.0 x16 bandwidth is ~15.75 GB/s; PCIe 4.0 x16 is ~31.5 GB/s.

M.2 slots can be SATA or NVMe; keying (B vs M) indicates protocol.

Dual-channel RAM requires matched pairs in correct slots (usually 1&3 or 2&4).

CMOS battery (CR2032) stores BIOS settings; clearing it resets to defaults.

UEFI is the modern replacement for BIOS, supporting GPT and Secure Boot.

USB 3.0 (3.1 Gen1) = 5 Gbps; USB 3.1 Gen2 = 10 Gbps; USB 3.2 Gen2x2 = 20 Gbps.

SATA III speed is 6 Gbps.

VRMs convert 12V to lower voltages for CPU and RAM; more phases improve stability.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

ATX

Dimensions: 12" x 9.6"

Typically 7 expansion slots

4-8 RAM slots

Requires larger case (full tower or mid tower)

More room for features (more SATA ports, multiple M.2 slots)

Micro-ATX

Dimensions: 9.6" x 9.6"

Typically 4 expansion slots

2-4 RAM slots

Fits in smaller cases (mid tower or micro tower)

Fewer features; often cheaper

Watch Out for These

Mistake

All motherboards with the same socket accept any CPU that fits physically.

Correct

False. Even if the socket is physically identical (e.g., LGA 1151 v1 vs v2), the electrical pinout may differ. Always check the chipset and BIOS version compatibility. For example, a 6th-gen Skylake CPU will not work on a 300-series chipset board.

Mistake

M.2 slots always support NVMe SSDs.

Correct

M.2 slots can be SATA-only, PCIe-only, or both. The keying (B-key vs M-key) indicates protocol support. B-key supports SATA and PCIe x2, M-key supports PCIe x4 (NVMe). Always check the motherboard manual.

Mistake

More RAM slots always mean more memory capacity.

Correct

While more slots allow more sticks, the maximum capacity is limited by the CPU memory controller and chipset. For example, some CPUs only support 64 GB max even if the board has 4 slots (each supporting 32 GB).

Mistake

A PCIe x16 card will always run at x16 speed.

Correct

If the card is installed in a physical x16 slot that is electrically wired as x8 (common in dual-GPU setups), it will run at x8. Also, using a PCIe 4.0 card in a PCIe 3.0 slot will run at 3.0 speeds.

Mistake

The chipset determines the CPU socket type.

Correct

The socket is independent of the chipset, though they are paired by generation. For example, Intel's Z690 chipset uses LGA 1700, but a different chipset (H610) also uses LGA 1700. The socket is the physical interface; the chipset adds features.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

What are the standard motherboard form factors and their dimensions?

The three most common form factors are ATX (12" x 9.6"), Micro-ATX (9.6" x 9.6"), and Mini-ITX (6.7" x 6.7"). ATX has 7 expansion slots and up to 8 RAM slots. Micro-ATX has 4 expansion slots and up to 4 RAM slots. Mini-ITX has 1 expansion slot and 2 RAM slots. These dimensions are critical for case compatibility. The exam expects you to know these exact measurements.

What is the difference between a CPU socket and a chipset?

The CPU socket is the physical connector that holds the CPU, determining which CPUs can be installed (e.g., LGA 1200 for Intel 10th/11th Gen). The chipset is a set of controllers that manage data flow between the CPU, RAM, expansion slots, and peripherals. The chipset determines features like overclocking support, number of USB ports, and PCIe lanes. Both must be compatible with the CPU generation.

Can I use DDR4 RAM in a DDR5 motherboard?

No. DDR4 and DDR5 have different physical notches to prevent insertion. DDR5 operates at a lower voltage (1.1V vs 1.2V) and has different pinouts. Motherboards are designed for one type only. Always check the motherboard specifications before purchasing RAM.

What is the purpose of the CMOS battery?

The CMOS battery (typically a CR2032 coin cell) maintains the BIOS/UEFI settings and the real-time clock when the computer is unplugged. If the battery dies, the system may lose its date/time and settings, resetting to defaults. Replacing the battery restores functionality.

What does enabling XMP do?

XMP (Extreme Memory Profile) is an Intel technology that allows RAM to run at its rated speed (e.g., 3200 MHz) instead of the default JEDEC speed (e.g., 2133 MHz). It is enabled in the BIOS/UEFI. Without XMP, high-speed RAM runs at slower base speeds. AMD has a similar feature called DOCP or AMP.

How do I identify the motherboard model in Windows?

Open Command Prompt and type `wmic baseboard get product,Manufacturer,version`. Alternatively, use `msinfo32` and look for "BaseBoard Manufacturer" and "BaseBoard Product". In Linux, use `dmidecode -t baseboard`. This is useful for driver downloads and compatibility checks.

What is the difference between PCIe 3.0 and PCIe 4.0?

PCIe 4.0 doubles the bandwidth per lane compared to PCIe 3.0. A PCIe 3.0 x16 slot provides about 15.75 GB/s, while PCIe 4.0 x16 provides about 31.5 GB/s. PCIe 4.0 is backward compatible with 3.0 devices, but they will run at 3.0 speeds. PCIe 4.0 is beneficial for high-end GPUs and NVMe SSDs.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Motherboard Components and Form Factors — now see how well it sticks with free 220-1101 practice questions. Full explanations included, no account needed.

Done with this chapter?