MCQ | Computer Hardware

Whether you are an aspiring IT professional, a PC building hobbyist, or just someone looking to sharpen your technical literacy, understanding computer hardware is foundational.

Test your knowledge with these 50 intermediate-to-advanced hardware questions. We have included comprehensive explanations under every single question to help you learn as you go!

Question 1

Which component is considered the primary control unit and computational engine of the computer, responsible for fetching, decoding, and executing software instructions? A) RAM (Random Access Memory)

B) CPU (Central Processing Unit)

C) Motherboard

D) Hard Disk Drive

  • Correct Answer: B
  • Explanation: The CPU executes basic arithmetic, logical, and control operations for the system. While the motherboard connects components and RAM holds temporary data, the CPU is the actual engine that processes instructions.

Question 2

What type of computer memory requires continuous electrical power to maintain its state and loses all its data instantly when the system is turned off? A) ROM (Read-Only Memory)

B) NVMe SSD

C) RAM (Random Access Memory)

D) Flash Memory

  • Correct Answer: C
  • Explanation: RAM is volatile memory. It provides fast access to data for active CPU processes but depends on continuous electricity. ROM, SSDs, and Flash memory are non-volatile and retain data without power.

Question 3

Which storage technology features zero moving mechanical components and relies entirely on solid-state NAND flash memory chips to achieve high data read/write speeds? A) HDD (Hard Disk Drive)

B) Optical Disc Drive

C) SSD (Solid State Drive)

D) Magnetic Tape Drive

  • Correct Answer: C
  • Explanation: Solid State Drives (SSDs) read and write data electronically to flash memory. This eliminates the mechanical latency, noise, and physical fragility associated with spinning platters found in traditional Hard Disk Drives (HDDs).

Question 4

Where are the basic initialization and low-level system boot instructions—such as the BIOS or UEFI firmware—permanently stored on a hardware level? A) Inside a dedicated ROM/EEPROM chip on the motherboard

B) In the root directory of the primary boot storage drive

C) Inside the primary execution layers of the CPU L1 cache

D) Within the physical cells of the CMOS battery

  • Correct Answer: A
  • Explanation: The system needs boot instructions before it can communicate with its primary storage drives. Therefore, the BIOS/UEFI firmware is written to a non-volatile ROM or electrically erasable programmable ROM (EEPROM) chip soldered directly to the motherboard.

Question 5

What is the primary operational role of the small CMOS coin-cell battery found on a desktop motherboard? A) To act as an emergency backup power supply if the main wall power fails

B) To deliver high-voltage spikes to the CPU during intensive overclocking

C) To maintain power to the volatile CMOS chip that stores system time, date, and hardware configurations when the machine is powered off

D) To serve as a high-speed electrical data buffer between system memory and the PCIe slots

  • Correct Answer: C
  • Explanation: The CMOS battery provides a constant trickle of low-voltage power to a small segment of memory that keeps your computer’s real-time hardware clock and BIOS settings accurate, even when the computer is completely unplugged from the wall.

Question 6

Which slot interface on a modern ATX motherboard provides the high-speed serial multi-lane bandwidth required to support a dedicated graphics card (GPU)? A) SATA Port

B) PCI Express (PCIe) x16 Slot

C) DIMM Slot

D) AGP Slot

  • Correct Answer: B
  • Explanation: PCIe x16 slots provide 16 dedicated bidirectional serial data lanes, offering the massive bandwidth necessary for modern graphics processors. SATA is for storage drives, DIMM slots hold RAM, and AGP is an obsolete graphics standard from the early 2000s.

Question 7

What metric or unit is standardly used to express the internal clock frequency speed of a modern Central Processing Unit (CPU)? A) Gigabytes (GB)

B) Gigahertz (GHz)

C) Watts (W)

D) Megabits per second (Mbps)

  • Correct Answer: B
  • Explanation: CPU speed is rated in Gigahertz (GHz), which represents billions of internal clock cycles per second. Gigabytes (GB) measure storage space, Watts (W) measure power draw, and Mbps measures network speeds.

Question 8

Which specific layer of cache memory is built directly into each individual processor core, offering the absolute lowest access latency but the smallest storage capacity? A) L1 Cache

B) L2 Cache

C) L3 Cache

D) Smart Cache

  • Correct Answer: A
  • Explanation: L1 cache is the closest to the CPU execution units, operating at the processor’s core speed with virtually zero latency. As you go from L1 to L3, the capacity increases, but the data retrieval speed drops.

Question 9

Which computer hardware component converts Alternating Current (AC) from a residential wall outlet into the specific Direct Current (DC) voltages ($+3.3\text{V}$, $+5\text{V}$, $+12\text{V}$) required by internal components? A) Power Inverter

B) Voltage Regulator Module (VRM)

C) Power Supply Unit (PSU)

D) Capacitor Array

  • Correct Answer: C
  • Explanation: The Power Supply Unit (PSU) handles the primary translation of mains AC wall electricity into clean, regulated DC voltage rails. VRMs sit on the motherboard to step down that DC power further for the CPU.

Question 10

What is the most widely adopted structural form-factor standard dictating dimensions, mounting hole locations, and power connection layouts for standard desktop motherboards and chassis? A) ITX

B) ATX

C) BTX

D) Micro-STX

  • Correct Answer: B
  • Explanation: ATX (Advanced Technology Extended) has been the dominant consumer desktop engineering standard since its introduction by Intel in 1995. ITX is smaller, while BTX is a legacy alternative that failed to displace ATX.

Question 11

If an NVMe M.2 solid-state drive loses power suddenly due to a black-out, what happens to the files currently saved inside its flash memory blocks? A) The data remains fully intact because solid-state flash memory is structurally non-volatile.

B) The data is instantly wiped out due to the collapse of the internal storage capacitor field.

C) The saved file entries are immediately offloaded to the CPU’s shared L3 cache.

D) The files corrupt unless the motherboard’s CMOS battery provides a temporary power bridge.

  • Correct Answer: A
  • Explanation: SSDs utilize non-volatile memory chips. They retain their physical configurations and trapped electrons within silicon floating gates without requiring continuous electricity, preserving your saved data indefinitely when unpowered.

Question 12

Which of the following computer hardware devices functions explicitly as an input device? A) Video Projector

B) Flatbed Document Scanner

C) Color Inkjet Printer

D) Over-Ear Stereo Headphones

  • Correct Answer: B
  • Explanation: An input device gathers real-world data and translates it into a digital signal for the computer. A flatbed scanner captures physical text/images and sends them into the system. Projectors, printers, and headphones are all output devices.

Question 13

Which dedicated auxiliary cable harness is used to deliver additional $+12\text{V}$ power directly from the PSU to high-performance PCIe graphics cards? A) SATA Power Connector

B) 4-pin Molex Connector

C) 6-pin or 8-pin PCIe Power Connector

D) 24-pin Main ATX Power Connector

  • Correct Answer: C
  • Explanation: While the PCIe slot provides up to 75W of power, power-hungry graphics cards require supplemental power delivered via dedicated 6-pin (75W) or 8-pin (150W) auxiliary cables straight from the power supply.

Question 14

What architectural feature allows a single physical processor core to act as two logical processors by interleaving two independent code instruction streams simultaneously? A) Integrated Graphics Processing

B) Core Overclocking

C) Hyper-Threading / Simultaneous Multithreading (SMT)

D) Direct Memory Access (DMA)

  • Correct Answer: C
  • Explanation: Hyper-Threading (Intel) or SMT (AMD) duplicates a core’s architectural state components (like registers and program counters). This lets it handle two processing threads at once, making execution scheduling far more efficient.

Question 15

What is the primary physical function of applying thermal paste/compound between the top lid of a processor and the baseplate of a cooler? A) To act as a strong adhesive that permanently locks the CPU into the socket frame

B) To eliminate microscopic air gaps between the uneven metal surfaces, maximizing heat transfer efficiency

C) To isolate the motherboard electronics against static shocks generated by rotating fans

D) To alter the internal resistance of the CPU die, allowing it to tolerate higher voltages

  • Correct Answer: B
  • Explanation: Metal surfaces are covered in microscopic pits and ridges that trap pockets of air. Because air is a poor conductor of heat, thermal paste fills these microscopic gaps to ensure a flat, highly efficient thermal path to the heatsink.

Question 16

Which type of RAM incorporates additional hardware logic capable of detecting and fixing single-bit data memory corruption errors in real-time, commonly used in enterprise servers? A) Non-Volatile RAM (NVRAM)

B) Error-Correcting Code (ECC) Memory

C) Dual-Channel DDR5 Memory

D) SO-DIMM Memory

  • Correct Answer: B
  • Explanation: ECC RAM includes extra data bits and parity calculation logic. This allows it to check for, find, and fix single-bit errors on the fly, preventing system crashes in mission-critical servers and workstations.

Question 17

A desktop computer powers on, the case fans spin at maximum velocity, the display remains blank, and the motherboard speaker emits three long beep tones. What problem is indicated? A) The operating system files are corrupted or missing from the storage drive.

B) The system RAM has failed the Power-On Self-Test (POST) or is improperly seated.

C) The computer mouse is not connected to a functioning USB port.

D) The monitor contrast configuration is adjusted incorrectly.

  • Correct Answer: B
  • Explanation: Motherboard firmware uses diagnostic acoustic patterns called “beep codes” during POST to signal low-level hardware initialization failures before video output is established. Three long beeps on many standard BIOS layouts indicate a memory error.

Question 18

Which interface standard uses a Type-C connector to transmit data, video, and high-wattage power across a single cable while supporting the daisy-chaining of multiple external devices? A) HDMI

B) VGA

C) Thunderbolt

D) SATA Express

  • Correct Answer: C
  • Explanation: Thunderbolt multiplexes PCI Express data channels, DisplayPort video streams, and DC power delivery into a single connection. It also supports daisy-chaining multiple high-speed devices through a single host port.

Question 19

Which expansion card should a 3D digital animator install to give their workstation dedicated hardware ray-tracing acceleration pipelines? A) Discrete Audio/Sound Card

B) Fiber Network Interface Card (NIC)

C) Dedicated Graphics Card (GPU)

D) Hardware RAID Controller Card

  • Correct Answer: C
  • Explanation: Modern high-end graphics cards feature highly parallel compute arrays and specialized hardware pipelines (like Ray-Tracing cores) optimized for processing 3D rendering vectors and rasterization calculations.

Question 20

Which core architecture element controls the communication interface routing between the central CPU, the system RAM modules, and high-speed PCIe system buses? A) The System Chipset

B) The Network Interface Controller

C) The Audio Codec Controller

D) The Power Stage Array

  • Correct Answer: A
  • Explanation: The motherboard chipset (traditionally divided into Northbridge and Southbridge hubs, now largely consolidated) acts as the communications crossroad, managing data traffic between the CPU and your various expansion and memory buses.

Question 21

What thermodynamic advantage does a liquid-cooling All-In-One (AIO) loop offer over a conventional aluminum air-cooling tower? A) Liquid-cooling loops require no electric power to circulate thermal energy.

B) Water has a significantly higher thermal capacity than air, allowing more efficient heat absorption and rapid conduction away from the CPU die.

C) Liquid blocks remove the requirement for case exhaust ventilation fans entirely.

D) Liquid loops reduce the overall digital storage size footprint of the host OS kernel files.

  • Correct Answer: B
  • Explanation: Water can absorb far more thermal energy per unit volume than air before increasing in temperature. This property allows liquid cooling loops to pull heat away from dense silicon surfaces much faster than passive air heat pipes can.

Question 22

What name is given to the process of manually configuring a computer component’s internal multiplier or frequency rate to exceed factory-certified technical ratings? A) Thermal Throttling

B) Overclocking

C) Undervolting

D) Firmware Flashing

  • Correct Answer: B
  • Explanation: Overclocking forces hardware components like CPUs, GPUs, or RAM to operate at higher clock speeds than their factory defaults to maximize computing performance, though it generates more heat and draws more power.

Question 23

Which redundant array configuration (RAID) splits all incoming data across a minimum of two matching drives to maintain an identical, real-time mirror copy for fault tolerance? A) RAID 0

B) RAID 1

C) RAID 5

D) RAID 10

  • Correct Answer: B
  • Explanation: RAID 1 implements drive mirroring. Every byte written to the primary drive is simultaneously written to a backup drive. If either drive fails physically, the system continues to run from the surviving disk without data loss.

Question 24

What printer technology applies localized pin-point heat to chemically treated, heat-sensitive paper to generate monochrome text images without using liquid ink or toner? A) Color Laser Printer

B) Impact Dot-Matrix Printer

C) Direct Thermal Printer

D) Stereolithography 3D Printer

  • Correct Answer: C
  • Explanation: Direct thermal printers use a specialized printhead composed of tiny heated resistors. When passed over heat-sensitive paper, the chemical coating blackens in response to the heat, creating the image without ink or toner. This method is standard for retail receipts.

Question 25

Which safety item should a bench technician wear to prevent low-voltage static electricity from arcing off their body and killing delicate motherboard microcircuits? A) Reinforced Rubber Mallet

B) Grounded Anti-Static Wrist Strap

C) High-Power Magnetic Screwdriver

D) Concentrated Compressed Air Canister

  • Correct Answer: B
  • Explanation: An anti-static wrist strap features a conductive pad that stays in contact with your skin, tied to a grounded wire. This continuously discharges any static electrical potential built up on your body safely into the ground, protecting sensitive components.

Question 26

What fundamental structural expansion limitation distinguishes a 64-bit CPU architecture from an older legacy 32-bit CPU design? A) A 64-bit architecture can address vastly more than $4\text{ GB}$ of system RAM.

B) A 64-bit architecture mandates the installation of complex liquid cooling setups.

C) A 64-bit architecture executes instructions at exactly double the electrical clock cycle speed.

D) A 64-bit architecture entirely eliminates the need for L1 cache memory structures.

  • Correct Answer: A
  • Explanation: A 32-bit register can only generate $2^{32}$ unique memory addresses, limiting the system to a maximum of $4\text{ GB}$ of addressable RAM. A 64-bit architecture expands this to $2^{64}$ addresses, allowing for massive memory pools.

Question 27

Which of the following data storage formats relies on laser light to read data from physical pits stamped onto a spinning disk? A) Secure Digital (SD) Card

B) Blu-ray Disc (BD)

C) Non-Volatile Memory Express (NVMe) Drive

D) High-Density Floppy Disk

  • Correct Answer: B
  • Explanation: Blu-ray, DVD, and CD technologies are categorized as optical storage media. They use a precise laser beam to read reflective variations between microscopic pits and flat lands on the surface of a spinning disc.

Question 28

Which flat-panel display technology provides the most accurate color reproduction and widest viewing angles, making it the choice for professional video and photo editors? A) TN (Twisted Nematic)

B) IPS (In-Plane Switching)

C) VA (Vertical Alignment)

D) CRT (Cathode Ray Tube)

  • Correct Answer: B
  • Explanation: IPS displays orient liquid crystals parallel to the glass substrate. This design maintains color accuracy and light transmission across wide horizontal and vertical viewing angles, outperforming TN and VA panels in color fidelity.

Question 29

What is the purpose of a KVM switch in a data center network environment or server room rack deployment? A) To manage high-voltage alternating current distribution across massive rack chassis

B) To allow an administrator to control multiple distinct computers using a single keyboard, video monitor, and mouse interface

C) To transform analog sound signals into a digital fiber-optic distribution stream

D) To isolate localized internal hardware subnets from external firewall data incursions

  • Correct Answer: B
  • Explanation: KVM stands for Keyboard, Video, and Mouse. It is a hardware switchboard that allows an IT technician to manage dozens of separate rack-mounted servers from a single terminal workspace.

Question 30

Which memory form factor standard defines the compact physical stick profile used exclusively for laptop expansion slots? A) Unbuffered DIMM

B) Legacy SIMM

C) SO-DIMM (Small Outline Dual Inline Memory Module)

D) Micro-SD Card

  • Correct Answer: C
  • Explanation: SO-DIMMs are roughly half the length of standard desktop DIMMs. This smaller footprint makes them ideal for the tight spaces inside notebooks, small-form-factor PCs, and compact networking gear.

Question 31

Which internal functional unit inside a CPU core performs fundamental math calculations (addition, subtraction) and logical comparisons (AND, OR)? A) Power Delivery Phase Matrix

B) Arithmetic Logic Unit (ALU)

C) Hard Disk Sector Controller

D) Network Interface Framework

  • Correct Answer: B
  • Explanation: The ALU is a core part of the CPU’s execution engine. It handles all basic binary arithmetic calculations and logical truth table comparisons required to run software code.

Question 32

How does a cooling “heat pipe” move thermal energy away from a hot silicon surface out to a distant array of aluminum radiator fins so rapidly? A) It pumps high-octane liquid fuel through specialized micro-combustion chambers.

B) It relies on a sealed internal fluid that continuously evaporates at the hot side, travels down the tube, condenses at the cold side, and returns via capillary action.

C) It traps static fields before they can escape through the exhaust vents.

D) It increases the mechanical rigidity of heavy multi-tower coolers.

  • Correct Answer: B
  • Explanation: Heat pipes are sealed phase-change cooling systems. The heat from the component boils an internal liquid, turning it into vapor that rushes to the colder end of the tube. Once there, the radiator fins cool the vapor back into a liquid, which flows back to the hot side along an internal wick.

Question 33

What touchscreen display technology uses the natural electrical conductivity of human skin to distort an electrostatic grid and register touch coordinates? A) Resistive Touchscreen

B) Capacitive Touchscreen

C) Infrared Matrix Intercept Array

D) Surface Acoustic Wave Interfacing

  • Correct Answer: B
  • Explanation: Capacitive touchscreens are coated with a transparent, charge-storing material. Touching the glass draws a small electrical current to that point, altering the electrostatic field. This allows the system to determine the exact coordinates of the touch.

Question 34

Which pinned connection block on a motherboard connects the case’s physical power button, reset button, and activity LEDs? A) Serial ATA Interface Bank

B) Front Panel Header (F_PANEL)

C) Internal USB 3.2 Gen 2 Intercept

D) Analog Audio Front Panel Block (AAFP)

  • Correct Answer: B
  • Explanation: The Front Panel Header is a cluster of small, exposed pins on the motherboard. This is where you connect the thin wires from the case’s power switch, reset button, power LED, and hard drive activity light.

Question 35

What classification standard is used to rate the electrical conversion efficiency of desktop computer power supplies at varying loads? A) 80 Plus (Bronze, Silver, Gold, Platinum, Titanium)

B) Energy Star 4.0 Compliance Shield

C) Restriction of Hazardous Substances (RoHS) Tier Matrix

D) ATX 3.0 Power Transience Band

  • Correct Answer: A
  • Explanation: The 80 Plus certification program certifies that a power supply is at least 80% energy efficient at 20%, 50%, and 100% of its rated load. Higher tiers like Gold and Platinum indicate less power wasted as heat.

Question 36

What hardware issue is indicated if a computer displays a “S.M.A.R.T. Status Bad” warning message during system boot? A) The wireless network card lacks a proper IP address allocation configuration.

B) An imminent hardware failure has been predicted on an internal storage drive.

C) The system RAM frequency profiles require manual timing value adjustments.

D) The central CPU cooling fan header has stopped spinning or failed completely.

  • Correct Answer: B
  • Explanation: S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) is a diagnostic system built into hard drives and SSDs. It monitors drive health metrics (like bad sectors or read errors) to warn users of a potential drive failure before data loss occurs.

Question 37

Which double-data-rate (DDR) memory generation introduced native on-die Error Correction Code (ECC) functionality as part of its standard baseline design? A) DDR2

B) DDR3

C) DDR4

D) DDR5

  • Correct Answer: D
  • Explanation: DDR5 introduces on-die ECC directly onto every memory chip. This feature handles bit errors within the high-density memory cells themselves before sending data down the motherboard bus, enhancing overall system stability.

Question 38

What is the primary role of dedicated Video RAM (VRAM) located on a discrete graphics card? A) To permanently archive game installation folders and system log files

B) To temporarily store and cache high-resolution textures, frame buffers, and geometry assets for rapid access by the graphics processor

C) To step down incoming currents coming from the primary power supply rails

D) To handle multi-channel digital audio routing to external theater sound setups

  • Correct Answer: B
  • Explanation: VRAM is high-speed memory built onto the graphics card. It gives the GPU near-instant access to the heavy visual data assets (like complex textures and frame buffers) needed to render images smoothly on your screen.

Question 39

Which modern interface standard transfers uncompressed digital video data using a packetized architecture, similar to how data moves across a network? A) DVI-A

B) Analog RCA Composite

C) DisplayPort

D) S-Video

  • Correct Answer: C
  • Explanation: Unlike older video standards that transmit data as a continuous electrical stream, DisplayPort organizes video and audio data into small packets. This packet-based architecture allows it to easily support multiple independent video streams (MST) over a single cable.

Question 40

How does a modern optical computer mouse measure physical movement across a desk surface? A) It uses a high-speed LED or laser to illuminate the surface while a tiny camera sensor snaps thousands of images per second to track position shifts.

B) It measures shifts in electrical resistance across tactile pressure pads on its bottom glide feet.

C) It relies on an internal magnetic induction field generator interacting with metal desk components.

D) It reads the mechanical tilt angles of an internal mercury switch capsule.

  • Correct Answer: A
  • Explanation: Optical mice have replaced mechanical tracking balls with an optoelectronic sensor. This sensor illuminates the surface beneath the mouse while a tiny camera captures thousands of images per second, comparing them to calculate the exact direction and speed of movement.

Question 41

What is the primary functional responsibility of a motherboard’s Southbridge controller (or the Platform Controller Hub in modern architectures)? A) Running primary floating-point calculations for the host operating system

B) Managing communication with slower input/output interfaces like SATA storage, USB ports, and onboard audio

C) Directly processing high-bandwidth graphics pipelines for the primary PCIe x16 interface

D) Converting high-voltage AC current into regulated low-voltage DC current

  • Correct Answer: B
  • Explanation: The Southbridge or Platform Controller Hub (PCH) manages data traffic for the computer’s slower peripheral connections. Faster, high-bandwidth components like system memory and primary PCIe slots connect directly to the CPU or the legacy Northbridge.

Question 42

What physical mechanism does an optical drive writer use to permanently save data onto a write-once CD-R disc? A) A high-power laser chemically burns and alters the reflectivity of an internal dye layer, mimicking physical pits and lands.

B) A magnetic induction head writes magnetic patterns onto a flexible film platter.

C) An electronic controller pushes electrical charges into floating-gate transistors.

D) A mechanical needle punches microscopic holes through the plastic substrate.

  • Correct Answer: A
  • Explanation: Optical writers use a high-power writing laser to heat and darken specific spots in a CD-R’s organic dye layer. These darkened areas mimic the physical pits of a manufactured disc, changing how the reading laser reflects off the surface to represent binary data.

Question 43

Which keyboard design uses a standalone mechanical switch housing, complete with an individual spring and metal contact points, underneath every single keycap? A) Flexible Membrane Keyboard

B) Mechanical Keyboard

C) Laser Projection Keyboard

D) Scissor-Switch Chiclet Keyboard

  • Correct Answer: B
  • Explanation: Mechanical keyboards feature separate physical switches under each key, providing excellent durability, consistent tactile feedback, and customizable typing characteristics compared to cheap, single-sheet rubber membrane keyboards.

Question 44

What hardware feature allows a high-speed peripheral (like an NVMe SSD or network card) to transfer data straight into system RAM without routing it through the CPU first? A) Memory Paging Architecture

B) Direct Memory Access (DMA)

C) Simultaneous Multithreading Layout

D) Level 1 Cache Pipeline Routing

  • Correct Answer: B
  • Explanation: Direct Memory Access (DMA) allows hardware subsystems to read or write to system memory independently of the central processor. This prevents the CPU from becoming a bottleneck during large data transfers.

Question 45

What is the primary operational limitation of an Uninterruptible Power Supply (UPS) system during a prolonged blackout? A) It can only filter electrical noise and cannot provide standard alternating current.

B) It depends on internal lead-acid or lithium batteries, providing only a few minutes of power to let you save work and shut down the system safely.

C) It requires an active internet connection to switch over to its internal battery banks.

D) It cannot support any computer system that draws less than 500 Watts of electricity.

  • Correct Answer: B
  • Explanation: A standard desktop UPS is designed to be a temporary power bridge, not an indefinite generator. It gives you enough battery runtime (typically 5 to 15 minutes) to save your active work and perform a controlled shutdown to prevent data corruption.

Question 46

Which high-speed bus standard has entirely replaced older legacy PCI and AGP expansion slots on modern desktop motherboards? A) Industry Standard Architecture (ISA)

B) VESA Local Bus (VLB)

C) PCI Express (PCIe)

D) Personal Computer Memory Card International Association (PCMCIA)

  • Correct Answer: C
  • Explanation: PCI Express (PCIe) is the universal point-to-point serial expansion bus standard used on all modern consumer motherboards, handling everything from sound cards and Wi-Fi modules to powerful graphics cards and fast storage.

Question 47

A technician notes a tiny M.2 expansion card installed on a motherboard with two thin coaxial antenna wires routed out to the external case chassis. What is this card? A) A solid-state drive cache accelerator

B) A Wi-Fi / Bluetooth wireless network adapter

C) An internal sound capture and mixing card

D) A voltage regulation diagnostics card

  • Correct Answer: B
  • Explanation: Internal wireless network cards installed in compact M.2 or mini-PCIe slots require physical coaxial antenna wires routed to the outside of the metal computer case to send and receive radio signals clearly.

Question 48

What advantage does a GPT (GUID Partition Table) disk layout offer over the older legacy MBR (Master Boot Record) system? A) It increases the physical spin velocity of mechanical hard drive platters.

B) It allows the system to boot from storage drives larger than $2.2\text{ TB}$ and supports more than four primary partitions.

C) It encrypts drive data automatically to protect against physical theft.

D) It reconfigures unused flash memory to act as extra system RAM.

  • Correct Answer: B
  • Explanation: Legacy MBR partition tables are limited to a maximum drive size of $2.2\text{ TB}$ and four primary partitions. The modern GPT standard overcomes these limitations, supporting massive drive capacities and up to 128 primary partitions.

Question 49

Which cooling method gives a builder complete control over selecting individual water blocks, a dedicated pump, a standalone reservoir, and cutting custom liquid tubing lines manually? A) Passive Aluminum Air Cooling

B) Closed-Loop All-In-One (AIO) Liquid Cooler

C) Custom Loop Liquid Cooling

D) Thermoelectric Peltier Cooling Array

  • Correct Answer: C
  • Explanation: Custom loop cooling requires the user to manually select, plumb, and fill individual components (pump, reservoir, water blocks, fittings, and radiators). This distinguishes it from factory-sealed, non-serviceable AIO coolers.

Question 50

What critical system metric does a component’s TDP (Thermal Design Power) rating express in Watts? A) The maximum duration a device can operate before experiencing structural failure

B) The maximum amount of heat a cooling system must be able to dissipate under a normal processing workload to keep the component within safe operational limits

C) The maximum physical weight a motherboard expansion slot can structurally support

D) The maximum data throughput speed capacity of the internal bus traces

  • Correct Answer: B
  • Explanation: TDP provides a target value for cooling solutions. If a CPU has a TDP rating of 125W, you must pair it with an air cooler or liquid radiator capable of dissipating at least 125W of heat to prevent the processor from overheating and thermal throttling.