Courseiva
220-1201Chapter 4 of 18Objective 1.4

Peripherals and Multimedia Devices

Peripherals and multimedia devices – they are the hardware you plug into a computer to give it new abilities. For the 220-1201 exam, you must know exactly how to connect, configure, and troubleshoot these devices because in the real world a broken printer or a silent webcam stops work dead in its tracks.

12 min read
Beginner
Updated Jul 23, 2026
Reviewed by Johnson Ajibi· Senior Network & Security Engineer · MSc IT Security

A simple way to picture Peripherals and Multimedia Devices

The Home Theatre System Analogy

You have 7 different devices in your living room: a TV, a soundbar, a Blu-ray player, a game console, a streaming stick, a set-top box, and a subwoofer. Each one does one specific job well on its own. When you first set them up, you must connect them all to the TV using the right cable type – HDMI for video and audio, optical for just sound, RCA for older gear. Then you need to configure the TV’s input settings so it knows which source to show when you press the ‘Watch Blu-ray’ button. Once that is done, you might need to adjust audio settings so the sound comes out of the subwoofer for bass and the soundbar for dialogue, not the TV’s tiny speakers. This system works only if each device is physically connected to the correct port, powered on, and the TV’s software is told which input corresponds to which physical port.

Now translate that to an IT environment. “Peripherals” are all the devices you plug into a computer or laptop – the mouse, keyboard, external hard drive, printer, webcam, microphone. “Multimedia devices” are the specialised peripherals that handle audio and video: microphones, speakers, webcams, projectors, and VR headsets. Just like your home theatre, each peripheral requires the correct cable, the correct port type, and often driver software so the computer knows how to talk to it. An IT professional’s job is to make that connection work reliably, troubleshoot when it doesn’t, and configure the settings so the user gets the right output (sound from speakers, video from a projector) rather than silence or a black screen.

How It Actually Works

Peripherals are any hardware device that is not part of the central computer system (the motherboard, CPU, RAM, and storage). They expand what you can do with the computer. Common peripherals include input devices like keyboards, mice, and scanners, and output devices like monitors, printers, and speakers. Multimedia devices are a subset of peripherals that specifically handle audio, video, or both – microphones, webcams, projectors, VR headsets, and audio interfaces.

When you plug in a peripheral, the computer must recognise it and know how to communicate with it. This is handled by drivers – small software programs that translate the computer’s general commands into device-specific instructions. Most modern peripherals are “plug and play,” meaning the computer automatically finds and installs the driver the first time you connect the device. However, some older or specialised devices may require you to manually install a driver from a CD or the manufacturer’s website.

Connectors and cables matter a lot. A USB device can be USB-A (the rectangular connector you know), USB-C (the smaller reversible one), or USB-B (the square connector often used for printers). Video devices use HDMI (common for monitors and TVs), DisplayPort (often on high-end monitors), VGA (old, analog, now rare), or DVI (digital, still found on some older monitors). Audio devices use the 3.5 mm headphone jack, USB for digital audio, or Bluetooth for wireless. Thunderbolt is a high-speed connector that looks like USB-C but supports faster data transfer and daisy-chaining multiple devices.

For the exam, focus on these key peripheral types:

Printers: Laser printers use toner and a drum for fast, high-volume black-and-white printing. Inkjet printers use liquid ink cartridges and are better for colour photos. Thermal printers use heat on special paper, common for receipts. Dot-matrix printers use a print head that strikes an ink ribbon, used for multi-part forms.

Scanners: Flatbed scanners have a glass pane, document scanners have an automatic sheet feeder, and barcode scanners read barcodes for inventory.

Webcams and microphones: Webcams capture video, usually over USB. Microphones capture audio – they can be built-in, external USB, or analog with a 3.5 mm jack.

Projectors: Project images from a computer onto a screen. They connect via HDMI or VGA. You may need to adjust resolution and aspect ratio to match the computer’s output.

VR headsets: Use multiple cameras and sensors to track head movement. They require high-end graphics cards and USB or DisplayPort connections.

You also need to know about ports. USB 2.0 is slower (480 Mbps), USB 3.0 is faster (5 Gbps), and USB 3.1/3.2 are even faster (10-20 Gbps). Thunderbolt 3 and 4 run at 40 Gbps and can also carry video and power. HDMI 1.4 supports 4K at 24 Hz, HDMI 2.0 supports 4K at 60 Hz, and HDMI 2.1 supports 8K at 60 Hz. DisplayPort 1.4 supports 4K at 120 Hz.

Configuring a peripheral usually means installing the driver, setting the default input or output in the operating system’s sound or display settings, and sometimes calibrating the device (e.g., aligning a projector image or setting up a printer’s paper size). Troubleshooting means checking the cable connection, verifying the device appears in Device Manager (Windows) or System Information (macOS), restarting the device or computer, and updating or reinstalling the driver.

This diagram shows the different computer ports and their associated peripheral connection standards, including USB versions, Thunderbolt, HDMI, and DisplayPort with their key speeds and capabilities.

Walk-Through

1

1. Identify the peripheral and its connector type

Look at the device you are connecting. Is it a USB mouse, an HDMI monitor, a 3.5 mm headset? Write down the shape of its plug. This tells you which port on the computer it fits into. If the plug does not match any port, you need an adapter.

2

2. Physically connect the cable

3

3. Power on the peripheral (if needed)

Some peripherals like printers and projectors have their own power switch. Turn it on and wait for it to initialise. A printer may make noise as it warms up; a projector’s lamp takes a few seconds to brighten.

4

4. Check for automatic driver installation

On Windows, look for a notification ‘Installing device driver software’. On macOS, nothing obvious happens. If a driver is found, the device works immediately. If not, go to the manufacturer’s website and download the driver for your operating system version.

5

5. Configure device settings in the operating system

For a monitor, right-click the desktop and choose Display Settings to set resolution, orientation, and duplicate or extend mode. For a microphone or speaker, right-click the sound icon and open Sound Settings to choose the default input or output. For a printer, go to Settings > Bluetooth & devices > Printers & scanners and set it as the default.

6

6. Test the device

Open an application that uses the peripheral. Type in a text editor for a keyboard, open Paint for a mouse, play a sound for speakers, start a recording for a microphone. If it does not work, go back and check the cable, power, driver, and settings again.

What This Looks Like on the Job

Imagine you are the IT support technician at a small marketing agency. The CEO calls you because the conference room projector is showing a blue screen with “No Signal” every time a guest presenter tries to plug in their laptop. Here is what you do:

First, you walk to the conference room and examine the physical setup. The projector is mounted on the ceiling, with a cable running from a wall plate labelled “HDMI.” The visitor’s laptop is a modern thin model with only USB-C ports. You see that the wall plate cable is a standard HDMI, but the laptop has no HDMI port. This is your first clue – the physical connectors do not match. You need to check if the laptop came with an adapter or if you have a USB-C to HDMI adapter in your toolkit. You find one in the IT supply drawer.

Second, you connect the adapter to the laptop, then the HDMI cable from the wall plate into the adapter. The projector still shows “No Signal.” You confirm the projector is powered on by its green indicator light. You press the “Input” button on the projector’s remote control to cycle through its input sources – it is currently on VGA, so you switch it to HDMI. The projector now shows the laptop’s desktop, but the resolution is wrong: the laptop screen shows 1920x1080, but the projector’s image is stretched and blurry.

Third, you right-click on the laptop’s desktop, choose “Display Settings,” and see that the projector is detected as a second display. The recommended resolution for that projector is 1280x720, so you change the projector’s resolution to match. You also set the projector to “Duplicate” so the guest sees the same image on both screens.

Fourth, the guest wants to play a training video with sound. The projector has built-in speakers, but no sound comes out. You check the laptop’s sound settings and see the default audio output is the laptop’s internal speakers. You change it to “HDMI Audio” – the projector’s speakers now play the sound.

This scenario is typical for IT professionals. You will also deal with:

Troubleshooting a printer that is not printing: check paper tray, toner/ink level, cables, printer queue on the computer, and driver status.

Setting up a webcam for a remote meeting: plug in the USB webcam, test it in the video conferencing app, and adjust camera settings if the image is too dark or blurry.

Configuring a barcode scanner for a warehouse: connect via USB, install the driver, and set it to emulate keyboard input so scanned data appears in the inventory software.

Installing a new microphone for a podcast recording: connect via USB or XLR interface, select it as the default recording device in sound settings, and set the input volume to avoid clipping.

The key is methodical physical inspection first, then driver and software settings. The CompTIA exam emphasises that you must know the cable types, the port speeds, and the operating system settings for sound and display – because those are what you actually change to fix a problem.

How 220-1201 Actually Tests This

The 220-1201 exam tests peripheral and multimedia device knowledge in two main ways: scenario-based multiple-choice questions and drag-and-drop matching. You will see a short description of a problem or a setup requirement, and you must choose the correct connector, cable, setting, or troubleshooting step.

The traps they set are subtle but predictable:

They will give you a laptop with only USB-C ports and ask you to connect an external monitor with VGA. The correct answer is a USB-C to VGA adapter. The trap answer is an HDMI cable because it is more common, but the laptop does not have an HDMI port.

They will describe a user who cannot hear audio from external speakers plugged into the headphone jack. The correct answer is to select the speakers as the default playback device in sound settings. The trap answer is to buy new speakers – the speakers are fine, the setting is wrong.

They will list three printers (laser, inkjet, thermal) and ask which one is best for high-volume black-and-white printing. The correct answer is laser. The trap is inkjet, which is cheaper upfront but expensive per page for high volume.

They will ask about the maximum resolution of HDMI 1.4 – 4K at 24 Hz. The trap is 4K at 60 Hz, which requires HDMI 2.0.

They will ask which tool you use to check if a driver is installed – Device Manager on Windows.

The exam loves these concepts and will ask about them repeatedly:

USB standards: 2.0 vs 3.0 vs 3.1 vs 3.2. Know their speeds and connector shapes (Type-A, Type-B, Type-C, Micro-USB).

Thunderbolt: version 3 and 4, 40 Gbps speed, daisy-chaining capability, and that it uses the USB-C connector but is not the same as USB.

Video connectors: HDMI versions (1.4, 2.0, 2.1) and their max resolutions, DisplayPort versions, VGA (analog, now legacy), DVI.

Audio connectors: 3.5 mm TRS (stereo), TRRS (audio+mic), USB audio, Bluetooth for wireless.

Printer types: laser (toner, drum, fuser), inkjet (liquid ink, print head), thermal (heat on special paper, receipt printers), impact/dot-matrix (print head strikes ribbon, multi-part forms).

Scanner types: flatbed, document/sheet-fed, barcode scanner, 3D scanner.

Device configuration: where to set default playback device (Sound settings in Windows), where to check device status (Device Manager), how to update a driver (right-click driver, Update Driver).

Memorise these exact patterns. When you see a question about connecting an old monitor to a new laptop, the answer will always involve an adapter. When you see a question about no sound, the answer will be a setting change, not broken hardware. When you see a question about the best printer for a specific volume, laser for high volume black-and-white, inkjet for colour photos, thermal for receipts.

Key Takeaways

USB-C is a connector shape, not a speed standard – always check the version (2.0, 3.0, 3.2) to know the transfer speed.

HDMI carries both video and audio in a single cable; if you get video but no sound, change the default playback device in sound settings.

Laser printers use toner powder and a fuser, not liquid ink, making them ideal for high-volume black-and-white printing.

Thunderbolt 3 and 4 use the USB-C connector but support 40 Gbps data transfer and can daisy-chain up to six devices.

When no sound comes from external speakers, the most likely fix is selecting them as the default playback device in the operating system, not replacing the hardware.

For a no-signal projector, check the input source on the projector first before checking cables – it is often just set to the wrong input.

Easy to Mix Up

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

USB 3.0

Maximum data transfer speed of 5 Gbps

Uses the same USB-C connector as USB 3.1/3.2

Cannot daisy-chain multiple devices – each device needs its own port

Thunderbolt 3

Maximum data transfer speed of 40 Gbps

Uses the USB-C connector but is a separate technology

Supports daisy-chaining up to six devices in a single chain

Laser Printer

Uses toner powder and a drum to print

Best for high-volume black-and-white text printing

Higher initial cost but lower cost per page for monochrome

Inkjet Printer

Uses liquid ink cartridges and a print head

Best for low-volume colour photo printing

Lower initial cost but higher cost per page, especially for black

HDMI 1.4

Supports 4K resolution at a maximum of 24 Hz

Cannot handle 4K at 60 Hz or higher refresh rates

Commonly found on older monitors and projectors (circa 2010-2013)

HDMI 2.0

Supports 4K resolution at a maximum of 60 Hz

Handles 1080p at 240 Hz for gaming

Found on most modern monitors and laptops produced after 2015

Device Manager (Windows)

Used to check if a peripheral’s driver is installed and working

Shows a yellow exclamation mark if the driver is missing or faulty

Can update, roll back, or uninstall drivers from here

Sound Settings (Windows)

Used to select the default playback and recording devices

Lets you test a microphone or speaker by speaking into it or playing a test tone

Does not show driver status – it only controls which device is active for audio

Watch Out for These

Mistake

All USB-C ports are the same – any USB-C cable works for any device.

Correct

USB-C is just the connector shape. The underlying technology can be USB 2.0, 3.0, 3.1, 3.2, Thunderbolt 3/4, or even DisplayPort over USB-C. A USB 2.0 cable will work in a Thunderbolt 3 port, but it will transfer data at USB 2.0 speed, not Thunderbolt speed.

The physical connector is identical across different versions, so beginners assume they are interchangeable. Manufacturers rarely label the port speed, leading to confusion.

Mistake

If you plug a speaker into the headphone jack and there is no sound, the speaker is broken.

Correct

More often, the default playback device is still set to the computer’s internal speakers. You need to right-click the sound icon in the system tray, select “Open Sound settings,” and change the output device to the external speakers.

When you plug in headphones, Windows often switches automatically. With external speakers, it sometimes does not. Users assume hardware failure before checking software settings.

Mistake

An HDMI cable can carry only video, so you need a separate audio cable for sound.

Correct

HDMI carries both video and audio in a single cable. If you get video but no sound, the computer’s audio output is set to the wrong device, not a missing cable.

Older video connectors like VGA and DVI did not carry audio. Beginners often apply that assumption to HDMI, which does carry audio.

Mistake

A laser printer uses ink cartridges like an inkjet printer.

Correct

Laser printers use toner powder and a drum unit, not liquid ink. The toner is applied to the drum, transferred to paper, and fused with heat. This is why laser printers are faster and better for high-volume black-and-white printing.

The word “laser” is unfamiliar, and the most common home printer is an inkjet. People assume all printers use ink cartridges.

Mistake

You need to restart the computer every time you plug in a new peripheral.

Correct

Modern peripherals are plug-and-play. The computer automatically detects and installs the driver without a restart. You only need to restart if the driver installation fails or if the device is legacy hardware.

Older operating systems (Windows 95/98) often required a restart for any new hardware. This expectation carries over even though modern Windows and macOS handle it automatically.

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

Do I need to install a driver for every USB device I plug in?

No. Most modern USB devices are ‘plug and play’ – the operating system has a generic driver that works immediately. Only devices with specialised functions, like gaming mice with extra buttons or 3D printers, require a specific driver from the manufacturer.

What is the difference between a USB hub and a USB splitter?

A USB hub is a device that expands one USB port into several ports, all of which can be used simultaneously. A USB splitter is a simple cable that splits power (for charging) but does not allow data transfer to multiple devices – avoid splitters for data peripherals.

Why is my projector displaying a ‘No Signal’ message even though it is plugged into my laptop?

First, check that the projector is set to the correct input source (cycle through VGA, HDMI, etc. using its remote or buttons). If that is correct, check the cable connection at both ends. Finally, press the Windows key + P on your laptop and select ‘Duplicate’ or ‘Extend’ to force the laptop to send the signal.

Can I use a USB-A to USB-C cable for Thunderbolt?

You can plug a USB-C Thunderbolt device into a USB-A port using a USB-A to USB-C cable, but it will only work at USB 2.0 or 3.0 speeds – you will not get the 40 Gbps Thunderbolt speed. For full Thunderbolt speed, you need a Thunderbolt cable and a Thunderbolt port.

What is the best printer for printing black-and-white text documents in an office?

A laser printer. It uses toner and a fuser to print quickly and cheaply per page. Inkjet printers are more expensive per page for black-and-white and can smudge if the paper gets wet.

How do I connect a Bluetooth mouse if my desktop PC does not have Bluetooth?

You need a Bluetooth USB dongle. Plug the dongle into a USB port, install its driver (usually automatic), then pair the mouse by holding its pairing button and selecting it in the Bluetooth settings in Windows.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Peripherals and Multimedia Devices — now see how well it sticks with free 220-1201 practice questions. Full explanations included, no account needed.

Done with this chapter?