220-1101Chapter 14 of 123Objective 3.6

GPUs and Display Technologies

This chapter covers GPUs and display technologies for the CompTIA A+ Core 1 (220-1101) exam. You will learn how graphics processing units work, the different types of GPU form factors, how they connect to displays via various video interfaces, and key concepts like resolution, refresh rate, and multi-monitor setups. This topic area appears in roughly 5–7% of exam questions, typically in the Hardware domain (Objective 3.6). Mastery of GPU specifications, display connectors, and troubleshooting display issues is essential for the exam and for real-world PC support.

25 min read
Intermediate
Updated May 31, 2026

GPU as a Specialized Assembly Line

Imagine a CPU as a master carpenter who can build any piece of furniture, but only one at a time. A GPU is like a factory with thousands of workers on an assembly line, each performing one simple task repeatedly. The CPU (carpenter) handles complex, sequential tasks like designing the furniture and making precise cuts. When it needs to paint thousands of identical chair legs, it hands the job to the GPU factory. The factory workers (shader cores) each paint one leg at a time, all simultaneously. The factory manager (driver) breaks the painting job into tiny batches and distributes them to the workers. Each worker does the same operation—dip brush, paint leg, set aside—over and over. The factory has its own fast memory (VRAM) to store paint colors and finished legs, so they don't have to keep walking to the carpenter's bench. The key is that the factory is optimized for massive parallelism: if you need to paint 10,000 legs, it can do them all at once, whereas the carpenter would take days. But if you need to build a custom rocking chair, the factory is useless—the carpenter must do it. This is why GPUs excel at graphics and parallel workloads like machine learning, while CPUs handle general-purpose tasks.

How It Actually Works

What is a GPU and Why Does It Exist?

The Graphics Processing Unit (GPU) is a specialized processor designed to accelerate the rendering of images, videos, and animations. Unlike the CPU, which is optimized for sequential instruction processing with low latency, the GPU is built for massive parallelism—executing thousands of operations concurrently. This makes it ideal for tasks that involve large blocks of data processed in the same way, such as pixel shading, vertex transformation, and texture mapping. Modern GPUs also accelerate non-graphics workloads like machine learning, cryptocurrency mining, and scientific simulations through APIs like CUDA and OpenCL.

How a GPU Works Internally

At its core, a GPU contains hundreds or thousands of small cores (shader units) that operate in parallel. The GPU architecture is organized into Streaming Multiprocessors (SMs) on NVIDIA GPUs or Compute Units (CUs) on AMD GPUs. Each SM contains multiple CUDA cores (NVIDIA) or stream processors (AMD), along with shared memory, registers, and warp schedulers.

When the CPU sends a rendering command, the GPU driver breaks it into smaller tasks called threads. These threads are grouped into warps (NVIDIA) or wavefronts (AMD)—typically 32 or 64 threads. The warp scheduler issues the same instruction to all threads in a warp simultaneously, a model known as SIMT (Single Instruction, Multiple Threads). This allows the GPU to achieve high throughput on data-parallel workloads.

The GPU pipeline consists of several stages: - Vertex Shader: Transforms 3D vertex positions into 2D screen coordinates. - Geometry Shader: Processes entire primitives (points, lines, triangles) and can add or remove vertices. - Rasterization: Converts the 3D scene into fragments (potential pixels) on a 2D grid. - Fragment Shader: Determines the color of each fragment based on lighting, textures, and other effects. - Output Merger: Combines fragments into the final pixel values and writes them to the framebuffer.

Key Components and Specifications

GPU Core Clock: Measured in MHz or GHz, this is the frequency at which the GPU cores operate. Higher clock speeds generally mean faster processing, but thermal and power limits often require dynamic frequency scaling (e.g., NVIDIA Boost, AMD Precision Boost).

Memory (VRAM): Dedicated video memory stores textures, frame buffers, and geometry data. Key specifications include:

Capacity: Common sizes are 4GB, 6GB, 8GB, 12GB, 16GB, and 24GB. Higher resolutions and texture detail require more VRAM.

Memory Type: GDDR5, GDDR5X, GDDR6, GDDR6X, and HBM2/HBM2e. GDDR6 is current mainstream; HBM is used in high-end workstation GPUs.

Memory Clock: Measured in MHz or Gbps effective data rate. Effective rate = clock rate × 2 (for DDR) × memory bus width (bits) / 8. For example, a 256-bit bus with 14 Gbps GDDR6 yields a bandwidth of 256 × 14 / 8 = 448 GB/s.

Memory Bus Width: Typically 128-bit, 192-bit, 256-bit, 384-bit, or 4096-bit (HBM). Wider bus increases bandwidth.

Shader Units: Also called CUDA cores (NVIDIA) or stream processors (AMD). More shaders generally mean higher performance for parallel workloads.

Texture Mapping Units (TMUs): Handle texture filtering and mapping. More TMUs improve texture-heavy scenes.

Render Output Units (ROPs): Perform antialiasing, blending, and writing pixels to the framebuffer. More ROPs benefit high-resolution rendering.

TDP (Thermal Design Power): The maximum heat the cooling system must dissipate, typically 75W to 350W+ for discrete GPUs. Integrated GPUs share CPU TDP.

GPU Form Factors

Integrated GPU (iGPU): Built into the CPU (e.g., Intel UHD Graphics, AMD Radeon Graphics on Ryzen APUs). Shares system RAM, lower performance, suitable for basic productivity and media playback. The exam expects you to know that integrated GPUs are sufficient for office tasks but not for gaming or CAD.

Discrete GPU (dGPU): Separate expansion card with its own VRAM and cooling. Connects via PCIe x16 slot. Examples: NVIDIA GeForce RTX 30/40 series, AMD Radeon RX 6000/7000 series. The exam covers form factors like single-slot vs. dual-slot coolers, power connectors (6-pin, 8-pin, 12-pin), and the need for adequate PSU wattage.

Dedicated Graphics Card: For servers or workstations, e.g., NVIDIA Quadro, AMD Radeon Pro. These often have ECC memory and certified drivers for professional applications.

Display Interfaces and Connectors

VGA (Video Graphics Array): Analog, 15-pin D-sub. Obsolete; supports up to 2048×1536 @ 85 Hz. Not on modern GPUs but may appear on older monitors.

DVI (Digital Visual Interface): Available as DVI-D (digital only), DVI-A (analog), or DVI-I (integrated digital+analog). Single-link supports up to 1920×1200 @ 60 Hz; dual-link supports 2560×1600 @ 60 Hz. Mostly replaced by HDMI and DisplayPort.

HDMI (High-Definition Multimedia Interface): Digital audio/video interface. Common versions:

HDMI 1.4: 1080p @ 120 Hz, 4K @ 30 Hz.

HDMI 2.0: 4K @ 60 Hz, up to 18 Gbps bandwidth.

HDMI 2.1: 4K @ 120 Hz, 8K @ 60 Hz, up to 48 Gbps, with support for Dynamic HDR and eARC.

DisplayPort: Digital interface designed for computers. Common versions:

DisplayPort 1.2: 4K @ 60 Hz, up to 21.6 Gbps.

DisplayPort 1.4: 4K @ 120 Hz, 8K @ 60 Hz with DSC (Display Stream Compression), up to 32.4 Gbps.

DisplayPort 2.0: Up to 16K @ 60 Hz with DSC, 80 Gbps bandwidth.

USB-C / Thunderbolt: Can carry DisplayPort signals via Alt Mode. Thunderbolt 3/4 supports up to 40 Gbps, enabling multiple 4K displays.

Multi-Monitor Support

Most modern GPUs support multiple displays simultaneously. Common configurations: - Extended Desktop: Each monitor shows a different part of the desktop. - Mirrored (Clone): All monitors show the same content. - Surround/Eyefinity: Combine multiple monitors into a single large display surface.

The number of supported monitors varies by GPU: integrated GPUs typically support 2–3, while discrete GPUs can support 4–6. The exam may ask about maximum resolutions and refresh rates for each connector type.

Configuring Display Settings

In Windows, display settings are accessed via Settings > System > Display. Key settings: - Resolution: Number of pixels horizontally × vertically. Common resolutions: 1920×1080 (1080p), 2560×1440 (1440p), 3840×2160 (4K). - Refresh Rate: How many times per second the display updates, measured in Hz. Higher rates (e.g., 144 Hz) provide smoother motion. - Orientation: Landscape, Portrait, etc. - Multiple Displays: Choose extend, duplicate, or show only on one.

In Device Manager, you can update GPU drivers, which is a common troubleshooting step for display issues.

Troubleshooting Display Issues

Common problems and solutions: - No display output: Check cable connections, try a different port, reseat GPU, ensure monitor is powered on. - Artifacts (glitches, lines): Often due to overheating or faulty GPU; check temperatures, underclock if needed. - Driver crashes: Use Display Driver Uninstaller (DDU) to remove old drivers, then install latest from manufacturer. - Resolution/refresh rate not available: Ensure correct cable and port support; update monitor driver. - Blank screen on boot: Try booting in Safe Mode and rolling back driver.

Power and Thermal Considerations

Discrete GPUs require adequate power supply. Common power connectors: 6-pin (75W), 8-pin (150W), 12-pin (300W+). The PCIe slot itself provides up to 75W. A typical mid-range GPU may need a 500W PSU, while high-end GPUs may require 750W+. Overheating can cause throttling; ensure proper case airflow and clean fans.

GPU and Display Technologies on the 220-1101 Exam

The exam expects you to:

Identify GPU types (integrated vs. discrete) and their typical uses.

Know common video ports (HDMI, DisplayPort, DVI, VGA) and their capabilities (max resolution, audio support).

Understand multi-monitor setup and display settings.

Troubleshoot common display issues.

Recognize the importance of VRAM capacity for gaming/design.

Know that GPUs are upgradable for better performance.

The exam does not require deep architectural knowledge (e.g., CUDA core count) but focuses on practical identification and configuration.

Walk-Through

1

Identify GPU Type and Form Factor

First, determine whether the system uses an integrated GPU (built into CPU) or a discrete GPU (expansion card). Integrated GPUs share system RAM and are suitable for office tasks, media playback, and basic graphics. Discrete GPUs have dedicated VRAM and are required for gaming, 3D rendering, and video editing. In a desktop, a discrete GPU occupies a PCIe x16 slot and may require additional power connectors. Laptops may have switchable graphics, allowing the system to use the integrated GPU for battery saving and the discrete GPU for performance.

2

Connect Display to Appropriate Port

Choose the correct video cable and port based on the GPU and monitor capabilities. Modern GPUs typically have HDMI and DisplayPort outputs. For high resolution and refresh rate (e.g., 4K @ 144 Hz), use DisplayPort 1.4 or HDMI 2.1. For older monitors, DVI or VGA may be needed, but note that VGA is analog and may require an active adapter. Ensure the cable is securely connected; loose connections can cause intermittent display issues. If using multiple monitors, connect each to a separate port.

3

Configure Display Settings in OS

After connecting the display, configure settings in the operating system. In Windows, go to Settings > System > Display. Set the desired resolution (e.g., 1920x1080), refresh rate (e.g., 60 Hz or higher), and orientation. For multiple monitors, choose 'Extend these displays' to expand the desktop, or 'Duplicate these displays' for mirroring. Arrange the monitors to match their physical layout. If the correct resolution is not listed, update the GPU driver or check if the cable supports the required bandwidth.

4

Install or Update GPU Drivers

GPU drivers are essential for proper function and performance. Download the latest driver from the GPU manufacturer's website (NVIDIA, AMD, Intel) or use Windows Update. For clean installation, use Display Driver Uninstaller (DDU) in Safe Mode to remove old drivers completely. After installation, restart the system. Driver issues can cause artifacts, crashes, or inability to set desired resolutions. Always verify driver version after update.

5

Troubleshoot Display Issues

If the display is blank or shows artifacts, start with physical checks: ensure monitor is powered on, cable is secure, and GPU is seated properly. Try a different cable or port. If the system boots but no display, boot into Safe Mode (press F8 or Shift+Restart) and roll back or uninstall the GPU driver. Monitor temperatures using software like GPU-Z; overheating can cause artifacts or shutdowns. If the GPU is new, ensure the power supply meets wattage requirements and has the necessary connectors.

What This Looks Like on the Job

Scenario 1: Upgrading a Gaming PC

A user wants to upgrade their gaming PC from an integrated GPU to a discrete graphics card for better frame rates in modern games. The existing system has a 400W power supply and a motherboard with a PCIe x16 slot. The recommended GPU is an NVIDIA GeForce RTX 3060, which requires a 550W PSU and one 8-pin power connector. The engineer must replace the PSU with a 600W unit, install the GPU, connect the 8-pin cable, and install the latest drivers. After installation, the user wants to run a 1440p monitor at 144 Hz. The engineer must ensure the DisplayPort cable (version 1.4) is used to achieve the desired resolution and refresh rate. Common issues: forgetting to connect power cables, not updating drivers, or using an HDMI 1.4 cable that limits refresh rate to 60 Hz at 1440p.

Scenario 2: Multi-Monitor Setup for Financial Trading

A financial trading firm needs a six-monitor setup for a trader running real-time data feeds. The chosen GPU is an AMD Radeon Pro W5700, which supports up to six displays via DisplayPort. The monitors are 1080p @ 60 Hz. The engineer connects all six monitors using DisplayPort cables, ensuring each monitor is recognized in Windows. The display settings are configured to extend the desktop across all six screens. A common pitfall: some GPUs require active adapters for more than two monitors, but the W5700 has six native DisplayPort outputs, so no adapters are needed. The engineer also configures the monitor layout in AMD Radeon Software to match the physical arrangement. If a monitor is not detected, the engineer checks the cable and port, and updates the GPU driver.

Scenario 3: Troubleshooting a Blank Screen After Driver Update

A user updates their NVIDIA driver via GeForce Experience and reboots, only to see a black screen. The system is otherwise running (fans spinning, lights on). The technician boots into Safe Mode by pressing F8 during startup, then uses Device Manager to roll back the driver to the previous version. After restarting normally, the display works. The technician then uses DDU to completely remove the current driver and install a clean version from NVIDIA's website. The root cause was a corrupted driver installation. The technician also checks that the GPU is not overheating; temperatures are normal. This scenario highlights the importance of Safe Mode for driver troubleshooting and the use of DDU for clean installations.

How 220-1101 Actually Tests This

The 220-1101 exam tests GPUs and display technologies under Objective 3.6 (Given a scenario, install and configure the appropriate hardware for a custom PC configuration). Specifically, you need to know:

GPU types: integrated vs. discrete, and their typical use cases.

Video ports: VGA, DVI, HDMI, DisplayPort, and their capabilities (max resolution, audio support).

Multi-monitor setups: extend vs. duplicate, and how to configure.

Display settings: resolution, refresh rate, orientation.

Troubleshooting: no display, artifacts, driver issues.

Common Wrong Answers and Why

1.

Choosing DVI over HDMI for 4K: Many candidates think DVI supports 4K, but standard single-link DVI maxes at 1920×1200. Dual-link DVI can do 2560×1600, but not 4K. HDMI 1.4+ and DisplayPort are needed for 4K.

2.

Assuming integrated GPUs are best for gaming: Integrated GPUs lack dedicated VRAM and are weak for gaming. Discrete GPUs are required. The exam may present a scenario where a user wants to play games, and the correct answer is to install a discrete GPU.

3.

Confusing DisplayPort with HDMI: Both carry audio and video, but DisplayPort typically supports higher bandwidth and daisy-chaining. The exam may ask which connector supports daisy-chaining (DisplayPort).

4.

Ignoring power supply requirements: When upgrading to a discrete GPU, the PSU must have sufficient wattage and appropriate power connectors. A common distractor is recommending a GPU without checking PSU compatibility.

Specific Numbers and Terms

VGA: 15-pin, analog, max 2048×1536.

DVI: Single-link max 1920×1200; dual-link max 2560×1600.

HDMI 1.4: 4K @ 30 Hz; HDMI 2.0: 4K @ 60 Hz; HDMI 2.1: 4K @ 120 Hz.

DisplayPort 1.2: 4K @ 60 Hz; DP 1.4: 4K @ 120 Hz, 8K @ 60 Hz with DSC.

PCIe x16: The slot used for discrete GPUs.

VRAM: Measured in GB; 4GB is entry-level, 8GB mainstream, 16GB+ for high-end.

Edge Cases and Exceptions

Some GPUs support multiple monitors but require active adapters for more than two (e.g., some older AMD cards).

Thunderbolt 3/4 can carry DisplayPort signal, enabling external GPU enclosures.

Integrated GPUs can sometimes be used alongside discrete GPUs for additional monitor outputs (though this is rare).

How to Eliminate Wrong Answers

Always consider the scenario's requirements: if the user needs high performance (gaming, CAD), discrete GPU is correct.

For display connectors, match the resolution and refresh rate needed: 4K @ 60 Hz requires HDMI 2.0 or DisplayPort 1.2+.

When troubleshooting, start with physical connections, then drivers, then hardware.

If a question asks about upgrading a GPU, always check PSU wattage and power connectors.

Key Takeaways

Integrated GPUs are built into the CPU and share system RAM; discrete GPUs have dedicated VRAM and are required for gaming and graphics-intensive tasks.

Common video ports: VGA (analog, obsolete), DVI (digital, up to 2560×1600 dual-link), HDMI (audio+video, up to 4K @ 60 Hz for 2.0), DisplayPort (highest bandwidth, supports daisy-chaining).

For multi-monitor setups, use Extend to expand the desktop or Duplicate to mirror displays.

When upgrading to a discrete GPU, ensure the power supply has sufficient wattage and the necessary power connectors (6-pin, 8-pin, etc.).

Troubleshooting no display: check cable connections, try a different port, reseat GPU, boot into Safe Mode to roll back drivers.

Artifacts (glitches, lines) often indicate GPU overheating or hardware failure; monitor temperatures and underclock if needed.

The exam expects you to know the capabilities of each video connector and when to use a discrete GPU over integrated.

Easy to Mix Up

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

Integrated GPU

Built into the CPU, shares system RAM

Lower performance, suitable for office tasks and media playback

Lower power consumption and heat output

Not upgradeable (must replace CPU or motherboard)

No dedicated VRAM; uses system memory (slower)

Discrete GPU

Separate expansion card with dedicated VRAM

High performance for gaming, 3D rendering, video editing

Higher power consumption and heat; requires adequate cooling and PSU

Upgradeable (can be replaced with a newer model)

Has its own fast VRAM (GDDR5/6) for high bandwidth

Watch Out for These

Mistake

Integrated GPUs are sufficient for modern gaming.

Correct

Integrated GPUs lack dedicated VRAM and have limited processing power. They can run very old or low-demand games at low settings, but modern games require a discrete GPU with at least 4GB VRAM for acceptable performance.

Mistake

All HDMI cables are the same and support any resolution.

Correct

HDMI versions matter. HDMI 1.4 supports 4K @ 30 Hz, while HDMI 2.0 supports 4K @ 60 Hz, and HDMI 2.1 supports 4K @ 120 Hz. Using an older cable or port will limit resolution and refresh rate.

Mistake

DVI supports 4K resolution.

Correct

Single-link DVI maxes at 1920×1200. Dual-link DVI can go up to 2560×1600, but not 4K. For 4K, you need HDMI 1.4+ or DisplayPort.

Mistake

More VRAM always means better performance.

Correct

VRAM capacity is only one factor. GPU core speed, memory bandwidth, and architecture also matter. A GPU with 8GB VRAM but slow memory may underperform a 6GB GPU with faster memory. VRAM is only a bottleneck if you exceed its capacity.

Mistake

You can use any power supply with any GPU.

Correct

GPUs have TDP ratings and require specific power connectors. A high-end GPU may require a 750W PSU with two 8-pin connectors. Using an underpowered PSU can cause instability, crashes, or damage.

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 is the difference between integrated and discrete GPU?

An integrated GPU is built into the CPU and shares system RAM, offering lower performance suitable for basic tasks like web browsing and office work. A discrete GPU is a separate card with its own VRAM and processing power, required for gaming, 3D rendering, and video editing. Discrete GPUs are upgradeable and consume more power.

Which video connector supports the highest resolution and refresh rate?

DisplayPort 2.0 supports up to 16K @ 60 Hz with DSC, but DisplayPort 1.4 is common and supports 4K @ 120 Hz. HDMI 2.1 supports 4K @ 120 Hz and 8K @ 60 Hz. For most users, DisplayPort 1.4 or HDMI 2.0 is sufficient for 4K @ 60 Hz.

How many monitors can a typical discrete GPU support?

Most discrete GPUs support 3 to 6 monitors, depending on the model and number of ports. For example, an NVIDIA GeForce RTX 3060 typically has 4 outputs (3× DisplayPort, 1× HDMI) and can drive up to 4 displays simultaneously.

What should I check if my monitor shows 'No Signal'?

First, ensure the monitor is powered on and the cable is securely connected to both the monitor and GPU. Try a different cable or port. If using a discrete GPU, make sure it is properly seated in the PCIe slot and power connectors are attached. Boot into Safe Mode to rule out driver issues.

Can I use an HDMI cable for 144 Hz at 1080p?

Yes, HDMI 1.4 and above support 1080p @ 144 Hz. However, for 1440p @ 144 Hz, you need HDMI 2.0 or DisplayPort 1.2+. Always check your GPU and monitor specifications for supported refresh rates.

What is VRAM and how much do I need?

VRAM (Video RAM) is dedicated memory on the GPU used to store textures, frame buffers, and other graphics data. For 1080p gaming, 4-6GB is sufficient; for 1440p, 8GB is recommended; for 4K, 12GB or more is ideal. More VRAM helps with high-resolution textures and multiple monitors.

How do I update my GPU driver?

Download the latest driver from the manufacturer's website (NVIDIA, AMD, Intel) or use their software (GeForce Experience, Adrenalin). Alternatively, use Windows Update. For a clean installation, use Display Driver Uninstaller (DDU) in Safe Mode to remove old drivers first.

Terms Worth Knowing

Ready to put this to the test?

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

Done with this chapter?