>_sudo dojo
DashboardLearnCompete
Log inSign up

CompTIA A+ · Hardware

Expansion Cards & GPUs: Adding Capabilities to Your System

Understand expansion cards and dedicated GPUs — what they plug into (PCIe slots), how they draw power, when to use them, and the alternatives (eGPUs, riser cards) for systems where space is tight.

23 min read · Expansion Cards & GPUs

// CHECK YOUR KNOWLEDGE

The motherboard is the foundation, but it's not the whole story. Many systems benefit from additional capabilities: a dedicated graphics card for gaming, a network interface card for specialized networking, a sound card for pro audio, or a capture card for video production. These components plug into PCIe slots on the motherboard, extending what your system can do. This lesson covers how they connect, how they draw power, and when alternatives like eGPUs and riser cards make sense.

PCIe: The Universal Expansion Bus

All modern expansion cards connect via PCIe (PCI Express), the standard high-speed bus on the motherboard. PCIe comes in different generations (PCIe 3.0, 4.0, 5.0) and different widths, and understanding both is key to matching a card to a slot.

PCIe generations determine speed. Newer is faster:

  • PCIe 3.0 — roughly 1 GB/s per lane
  • PCIe 4.0 — roughly 2 GB/s per lane
  • PCIe 5.0 — roughly 4 GB/s per lane

A "lane" is a pair of signal wires (transmit and receive). The more lanes, the wider the connection.

PCIe widths are denoted as x1, x4, x8, x16:

  • PCIe x1 — 1 lane, slowest. Used for low-bandwidth add-ons like network cards, USB expansion, Wi-Fi modules. A PCIe 3.0 x1 slot provides ~1 GB/s.
  • PCIe x4 — 4 lanes. Used for some faster cards (certain NVMe drives, for example). A PCIe 4.0 x4 slot provides ~8 GB/s.
  • PCIe x8 — 8 lanes. Less common on consumer boards, but sometimes available.
  • PCIe x16 — 16 lanes, fastest. The standard slot for dedicated graphics cards. A PCIe 5.0 x16 slot provides ~64 GB/s — far more than any current GPU needs, but headroom for future performance.

On a typical consumer motherboard, you'll see one PCIe x16 slot for a graphics card, and a few x1 slots for other add-ons.

▸ COMPAT

Compatibility rule — PCIe: A card designed for a slower PCIe generation (e.g., PCIe 3.0) will work in a faster slot (e.g., PCIe 5.0), but at the slower speed. A card requiring many lanes (e.g., x16) can physically fit in a smaller slot (e.g., x8), but will be bandwidth-limited. Always check the motherboard spec and the card's requirements.

Dedicated vs Integrated Graphics

You've already learned that many CPUs include integrated graphics. Dedicated graphics cards are the alternative — a separate component with its own GPU, memory, and power supply.

When to use integrated graphics:

  • Office work, web browsing, light video playback, everyday tasks.
  • Budget builds where a dedicated card would add $100+.

When to use a dedicated GPU:

  • Gaming — integrated graphics lack the memory and processing power for modern games.
  • 3D design, video editing, rendering — professional software often requires a dedicated card.
  • Machine learning, data science — specialized workloads benefit from the GPU's parallel processing.

Dedicated GPUs come from NVIDIA (GeForce RTX for gaming, Tesla for data centers) and AMD (Radeon RX for gaming, Instinct for data centers). Both types use PCIe x16 slots and require dedicated power connectors.

▸ NOTE

Mental model: Integrated graphics is "good enough" for everyday use. Dedicated graphics is "overkill" for everyday use but necessary for gaming and pro work. Choose based on your workload.

GPU Power and Connectors

A dedicated graphics card draws power from two sources: the motherboard's PCIe slot (which can supply up to 75 watts) and dedicated power connectors from the power supply.

PCIe power connectors come in standard sizes:

  • 6-pin connector — supplies up to 75 watts.
  • 8-pin connector (also called "6+2-pin") — supplies up to 150 watts.

Many mid-to-high-end GPUs need dedicated power connectors. For example, a 225W graphics card could draw power from the PCIe x16 slot (up to 75W), one 6-pin connector (up to 75W), and one 8-pin connector (up to 150W) — supplying up to ~300W of total available power. Modern cards increasingly use a single 8-pin or a 16-pin 12VHPWR connector instead of multiple older-style connectors.

▸ COMPAT

Compatibility rule — GPU power: A dedicated GPU requires not just a PCIe x16 slot, but the correct power connectors from the PSU. A GPU without adequate power will either not boot, run at throttled performance, or damage itself. Always verify the power requirement before purchasing.

Other Expansion Cards

While dedicated graphics are the most common expansion card, others exist:

Network Interface Card (NIC) — adds a second network port or higher-speed networking (e.g., 10 Gbps Ethernet). Plugs into a PCIe x1 slot. Many motherboards include an onboard NIC, but a dedicated card is useful for specialized networking needs.

Sound Card — adds pro-grade audio I/O for music production or gaming. Consumer motherboards include onboard audio, but dedicated sound cards offer better specs and more outputs. Plugs into a PCIe x1 slot.

Capture Card — records video and audio from external sources (game consoles, cameras, streaming equipment). Used by content creators and streamers. Typically uses a PCIe x1 or x4 slot.

RAID Controller — a dedicated card that manages multiple hard drives in a RAID array, offloading the work from the CPU. More common in servers and high-performance workstations. Plugs into a PCIe x4 or x8 slot.

All these cards follow the same rule: they plug into a PCIe slot, draw a small amount of power from that slot (usually 25–75 watts, sometimes less), and often don't need dedicated power connectors.

Riser Cards and eGPUs

Not all systems have the space for a full-height dedicated GPU. Two alternatives exist:

Riser Cards — a short PCIe adapter that redirects a card sideways, allowing it to sit parallel to the motherboard instead of perpendicular. Useful in small-form-factor cases like Mini-ITX builds. The GPU itself still needs the same power and cooling, but the riser lets it fit in tight spaces.

eGPU (External GPU) — a dedicated GPU in an external enclosure connected to the motherboard via a high-speed Thunderbolt or USB4 cable. Designed for laptops that lack a PCIe slot. Performance is slightly lower than an internal GPU (due to the external connection), but it's a way to add graphics capability to otherwise un-upgradeable systems.

▸ EXAM TIP

Exam tip: The A+ exam expects you to know that dedicated graphics cards require PCIe slots and power connectors, and that riser cards and eGPUs are alternatives for systems where internal space or upgrade paths are limited. You don't need to memorize card specs, but understand the categories and trade-offs.

Putting It Together

Expansion cards are the way to upgrade a system beyond the CPU and integrated features. The key decisions:

  1. Do I need a dedicated GPU? — Yes if gaming or pro work; no for everyday use.
  2. Do I have a free PCIe x16 slot? — Required for a dedicated GPU.
  3. Does my PSU have the right power connectors? — Essential; a GPU without power won't work.
  4. Do I have the physical space? — If not, consider a riser card or eGPU.
  5. Do I need other cards (NIC, sound, capture)? — Use available x1 slots and remember they share bandwidth.

The check questions below test your understanding of PCIe slots, GPU power, and when to use expansion cards.

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