1Which of the following best defines computer hardware?
A.The cloud-based servers accessed via the internet
B.The instructions and programs that tell the computer what to do
C.The physical components that make up a computer system
D.The graphical user interface of an operating system
Correct Answer: The physical components that make up a computer system
Explanation:
Computer hardware refers to the tangible, physical parts of a computer, such as the motherboard, CPU, RAM, and storage devices.
Incorrect! Try again.
2Which of the following is strictly classified as an input device?
A.Keyboard
B.Printer
C.Monitor
D.Speaker
Correct Answer: Keyboard
Explanation:
A keyboard is an input device used to send alphanumeric data and commands to the computer. The others are output devices.
Incorrect! Try again.
3What is the primary function of the Power Supply Unit (PSU) in a desktop computer?
A.To provide graphical output to the monitor
B.To cool down the CPU and GPU
C.To convert alternating current (AC) to direct current (DC) for internal components
D.To manage data flow between the CPU and memory
Correct Answer: To convert alternating current (AC) to direct current (DC) for internal components
Explanation:
The PSU takes high-voltage AC power from a wall outlet and converts it into low-voltage DC power that the computer's internal components can use.
Incorrect! Try again.
4In the context of computer hardware, what is a "peripheral" device?
A.An external device that connects to the computer to add functionality
B.The chipset responsible for boot initialization
C.The main processor of the system
D.The primary memory module
Correct Answer: An external device that connects to the computer to add functionality
Explanation:
Peripherals are auxiliary devices (like mice, keyboards, and printers) that connect to and work with the computer in some way.
Incorrect! Try again.
5Which component represents primary storage (main memory) in a modern computer architecture?
A.Optical Drive
B.Random Access Memory (RAM)
C.Solid State Drive (SSD)
D.Hard Disk Drive (HDD)
Correct Answer: Random Access Memory (RAM)
Explanation:
RAM is the primary storage (or main memory) that the CPU uses to temporarily hold active data and instructions.
Incorrect! Try again.
6Secondary storage devices are used primarily for:
A.Long-term, non-volatile data retention
B.Processing graphical rendering
C.Routing network traffic
D.Volatile data storage for the CPU
Correct Answer: Long-term, non-volatile data retention
Explanation:
Secondary storage (like HDDs and SSDs) is non-volatile, meaning it retains data even when the power is turned off, making it ideal for long-term storage.
Incorrect! Try again.
7What does the term "form factor" refer to in computer hardware?
A.The physical size, shape, and layout specifications of components
B.The software interface of the motherboard
C.The amount of power consumed by the system
D.The speed of the processor in GHz
Correct Answer: The physical size, shape, and layout specifications of components
Explanation:
Form factor specifies the physical dimensions and layouts of components (like motherboards and cases) to ensure compatibility.
Incorrect! Try again.
8What is the collective purpose of a motherboard's chipset?
A.To manage data flow between the CPU, memory, and peripherals
B.To act as the primary graphical processing unit
C.To provide physical power to the system
D.To cool the internal chassis
Correct Answer: To manage data flow between the CPU, memory, and peripherals
Explanation:
The chipset is an electronic data flow management system that controls communication between the CPU and other motherboard components.
Incorrect! Try again.
9Historically, the Northbridge chip in a system module was responsible for communicating with which components?
A.Slower peripherals like USB ports and audio
B.The CMOS battery and BIOS chip
C.The power supply and chassis fans
D.High-speed components like the CPU, RAM, and PCIe graphics
Correct Answer: High-speed components like the CPU, RAM, and PCIe graphics
Explanation:
The Northbridge handled communications for the fastest parts of the system, including the CPU, main memory (RAM), and high-speed graphics interfaces.
Incorrect! Try again.
10What was the primary role of the Southbridge chip?
A.Connecting the CPU directly to RAM
B.Executing arithmetic and logic instructions
C.Generating the system clock signal
D.Managing slower I/O devices, USB, SATA, and legacy ports
The Southbridge managed the slower capabilities of the motherboard, including hard drive controllers, USB, and audio.
Incorrect! Try again.
11What is the function of the BIOS (Basic Input/Output System)?
A.To perform hardware initialization during the booting process
B.To run high-level applications and games
C.To actively scan for internet viruses
D.To provide power regulation to the CPU
Correct Answer: To perform hardware initialization during the booting process
Explanation:
The BIOS is firmware that performs the Power-On Self-Test (POST) and initializes hardware before loading the operating system.
Incorrect! Try again.
12Which firmware interface was designed to replace the legacy BIOS?
A.CMOS
B.UEFI
C.ACPI
D.POST
Correct Answer: UEFI
Explanation:
Unified Extensible Firmware Interface (UEFI) is a modern firmware standard that replaces legacy BIOS, offering a graphical interface and support for larger drives.
Incorrect! Try again.
13What is the purpose of the VRM (Voltage Regulator Module) on a motherboard?
A.To convert digital signals to analog audio
B.To maintain the real-time clock
C.To step down the power supply voltage to the specific, lower voltage required by the CPU
D.To regulate the fan speeds of the chassis
Correct Answer: To step down the power supply voltage to the specific, lower voltage required by the CPU
Explanation:
The VRM ensures that the CPU receives a stable and appropriate voltage, stepping down the from the PSU to the typically needed by modern processors.
Incorrect! Try again.
14Why is a CMOS battery required on a motherboard?
A.To power the computer if there is a power outage
B.To supply power to the CPU cache
C.To maintain system time and basic hardware settings when the computer is unplugged
D.To provide surge protection for the motherboard
Correct Answer: To maintain system time and basic hardware settings when the computer is unplugged
Explanation:
The CMOS battery powers the real-time clock (RTC) and volatile memory chip holding BIOS/UEFI settings when the system is turned off.
Incorrect! Try again.
15Which part of the CPU is responsible for performing mathematical calculations and logical comparisons?
A.L1 Cache
B.Arithmetic Logic Unit (ALU)
C.Registers
D.Control Unit (CU)
Correct Answer: Arithmetic Logic Unit (ALU)
Explanation:
The ALU handles all arithmetic operations (addition, subtraction) and logic operations (AND, OR, NOT) within the CPU.
Incorrect! Try again.
16What is the primary function of the CPU's Control Unit (CU)?
A.It renders 3D graphics
B.It permanently stores application data
C.It directs the operation of the processor and manages the fetch-decode-execute cycle
D.It regulates electrical voltage to the processor
Correct Answer: It directs the operation of the processor and manages the fetch-decode-execute cycle
Explanation:
The Control Unit coordinates all activities of the CPU, decoding instructions and directing the movement of data through the processor.
Incorrect! Try again.
17The clock speed of a CPU is measured in Hertz (Hz). If a CPU has a clock period of , what is its clock frequency given by the formula ?
A.
B.
C.
D.
Correct Answer:
Explanation:
Frequency is the reciprocal of the period. , which equals .
Incorrect! Try again.
18What are CPU registers?
A.Small, extremely fast memory locations built directly into the CPU core
B.External memory modules plugged into the motherboard
C.Large, slow magnetic storage areas
D.Heat dissipation units for the processor
Correct Answer: Small, extremely fast memory locations built directly into the CPU core
Explanation:
Registers are the fastest and smallest memory locations in a computer, used to quickly store active data and instructions being processed by the ALU.
Incorrect! Try again.
19What is the purpose of CPU Cache memory ()?
A.To act as a high-speed buffer between the ultra-fast CPU and the relatively slower main memory (RAM)
B.To replace the hard drive for permanent file storage
C.To manage power distribution across cores
D.To store the operating system kernel only
Correct Answer: To act as a high-speed buffer between the ultra-fast CPU and the relatively slower main memory (RAM)
Explanation:
Cache memory temporarily stores frequently accessed data and instructions to prevent the CPU from idling while waiting for data from main RAM.
Incorrect! Try again.
20What distinguishes an LGA (Land Grid Array) CPU socket from a PGA (Pin Grid Array) socket?
A.In LGA, the pins are on the motherboard socket; in PGA, the pins are on the CPU chip
B.LGA is purely wireless communication, while PGA uses physical wires
C.LGA sockets are only used for RAM, whereas PGA is for CPUs
D.There is no physical difference; they are just brand names
Correct Answer: In LGA, the pins are on the motherboard socket; in PGA, the pins are on the CPU chip
Explanation:
Land Grid Array features flat contact pads on the CPU and pins on the motherboard, whereas Pin Grid Array features pins on the bottom of the CPU.
Incorrect! Try again.
21What does "Hyper-Threading" or SMT (Simultaneous Multithreading) accomplish?
A.It disables unused cores to save battery power
B.It allows a single physical CPU core to execute multiple threads simultaneously, acting as virtual cores
C.It links two separate CPUs across a network
D.It overclocks the CPU automatically
Correct Answer: It allows a single physical CPU core to execute multiple threads simultaneously, acting as virtual cores
Explanation:
Hyper-threading duplicates certain sections of the processor allowing the operating system to address one physical core as two logical cores, increasing multitasking efficiency.
Incorrect! Try again.
22What does TDP (Thermal Design Power) indicate regarding a CPU chip?
A.The maximum temperature the CPU can reach before shutting down
B.The exact amount of electricity the CPU draws when idle
C.The amount of heat generated by the CPU that the cooling system is expected to dissipate
D.The physical size of the CPU die in square millimeters
Correct Answer: The amount of heat generated by the CPU that the cooling system is expected to dissipate
Explanation:
TDP, usually measured in Watts, is a specification that defines the maximum amount of heat a computer cooling system must dissipate under typical heavy workloads.
Incorrect! Try again.
23Which of the following is the most common standard motherboard form factor for desktop PCs?
A.Mini-ITX
B.Pico-BTX
C.ATX
D.Nano-ITX
Correct Answer: ATX
Explanation:
Advanced Technology eXtended (ATX) is the standard and most prevalent form factor for full-sized desktop computer motherboards.
Incorrect! Try again.
24What is the primary purpose of a PCIe (Peripheral Component Interconnect Express) slot?
A.To connect high-speed expansion cards like graphics cards (GPUs) and NVMe storage
B.To plug in the primary ATX power cables
C.To connect external USB flash drives
D.To install the main system RAM
Correct Answer: To connect high-speed expansion cards like graphics cards (GPUs) and NVMe storage
Explanation:
PCIe is a high-speed serial computer expansion bus standard designed to support high-bandwidth devices like graphics cards, network cards, and fast storage.
Incorrect! Try again.
25PCIe slots come in different physical sizes based on their number of data lanes. Which of the following represents standard PCIe lane configurations?
A.
B.
C.
D.
Correct Answer:
Explanation:
PCIe links are built around pairs of serial connections called lanes. Common configurations are and .
Incorrect! Try again.
26Which motherboard connector is primarily used to connect traditional 2.5-inch SSDs and 3.5-inch mechanical hard drives?
A.AGP (Accelerated Graphics Port)
B.PS/2
C.SATA (Serial ATA)
D.VGA
Correct Answer: SATA (Serial ATA)
Explanation:
SATA is the standard interface for connecting mass storage devices such as hard disk drives and traditional solid-state drives.
Incorrect! Try again.
27What is the typical use for an M.2 slot on a modern motherboard?
A.Installing high-speed NVMe SSDs and Wi-Fi/Bluetooth cards
B.Connecting standard floppy disk drives
C.Installing large dual-slot Graphics Cards
D.Adding additional USB 2.0 ports
Correct Answer: Installing high-speed NVMe SSDs and Wi-Fi/Bluetooth cards
Explanation:
The M.2 form factor is typically used for exceptionally fast NVMe solid-state storage and wireless networking cards, directly mounting to the motherboard.
Incorrect! Try again.
28How many pins are found on the primary standard ATX main power connector used to deliver power to modern motherboards?
A.24-pin
B.8-pin
C.16-pin
D.4-pin
Correct Answer: 24-pin
Explanation:
The primary ATX motherboard power connector typically consists of a 24-pin block (often configured as 20+4 pins for backward compatibility).
Incorrect! Try again.
29What is typically connected to the motherboard's front panel headers?
A.The internal SATA data cables
B.The CPU cooling fan
C.The primary display monitor
D.The power switch, reset switch, power LED, and HDD activity LED
Correct Answer: The power switch, reset switch, power LED, and HDD activity LED
Explanation:
Front panel headers are small pins on the motherboard used to connect the computer case's buttons and indicator lights.
Incorrect! Try again.
30What is the function of the I/O Shield included with a motherboard?
A.It protects the motherboard from software viruses
B.It prevents the CPU from drawing too much voltage
C.It acts as a physical backplate to protect and label the external ports at the rear of the case while reducing electromagnetic interference
D.It cools the VRM modules on the motherboard
Correct Answer: It acts as a physical backplate to protect and label the external ports at the rear of the case while reducing electromagnetic interference
Explanation:
The I/O shield snaps into the computer case to frame the motherboard's rear ports, blocking dust and minimizing EMI (Electromagnetic Interference).
Incorrect! Try again.
31What does it mean when RAM is described as "volatile" memory?
A.It can be easily overclocked beyond factory settings
B.It tends to overheat quickly
C.It can permanently retain data like a hard drive
D.It loses all stored data when electrical power is removed
Correct Answer: It loses all stored data when electrical power is removed
Explanation:
Volatile memory requires continuous power to maintain the stored information. Once powered off, all data in RAM is wiped.
Incorrect! Try again.
32Modern main memory uses DDR technology. If a memory clock operates at frequency , DDR allows an effective transfer rate of . What does DDR stand for?
A.Direct Data Routing
B.Dynamic Data RAM
C.Dual Drive Recognition
D.Double Data Rate
Correct Answer: Double Data Rate
Explanation:
Double Data Rate (DDR) memory transmits data on both the rising and falling edges of the clock signal, doubling the effective data transfer rate.
Incorrect! Try again.
33What is the primary difference between a DIMM and a SO-DIMM?
A.DIMM is used for desktop computers, while the smaller SO-DIMM is primarily used for laptops
B.DIMM is an analog standard, while SO-DIMM is digital
C.DIMM is for storage, while SO-DIMM is for networking
D.There is no difference; they are interchangeable
Correct Answer: DIMM is used for desktop computers, while the smaller SO-DIMM is primarily used for laptops
Explanation:
Small Outline Dual In-line Memory Module (SO-DIMM) is a smaller alternative to standard DIMMs, designed for space-constrained devices like laptops.
Incorrect! Try again.
34What is ECC RAM primarily used for?
A.Detecting and correcting common types of internal data corruption, typically used in servers
B.Enhancing 3D gaming performance
C.Reducing the physical size of the memory stick
D.Increasing the maximum clock speed of the memory
Correct Answer: Detecting and correcting common types of internal data corruption, typically used in servers
Explanation:
Error-Correcting Code (ECC) RAM includes special hardware circuitry to detect and correct single-bit memory errors, vital for server stability.
Incorrect! Try again.
35In RAM terminology, what does CAS Latency (CL) represent?
A.The number of clock cycles it takes for the RAM to output data after receiving a command
B.The maximum capacity of the memory stick in gigabytes
C.The physical length of the memory module
D.The voltage required to power the memory module
Correct Answer: The number of clock cycles it takes for the RAM to output data after receiving a command
Explanation:
Column Access Strobe (CAS) Latency is the delay, in clock cycles, between the memory controller sending a request and the RAM returning the data. Lower is generally faster.
Incorrect! Try again.
36What is the benefit of installing RAM in a "dual-channel" configuration?
A.It doubles the total amount of gigabytes available per stick
B.It allows the computer to run two operating systems simultaneously
C.It cuts the power consumption of the RAM in half
D.It doubles the communication bandwidth between the memory controller and the RAM
Correct Answer: It doubles the communication bandwidth between the memory controller and the RAM
Explanation:
Dual-channel architecture uses two 64-bit data channels instead of one, providing a 128-bit data bus and effectively doubling the memory bandwidth.
Incorrect! Try again.
37Which of the following is true regarding SRAM (Static RAM) compared to DRAM (Dynamic RAM)?
A.SRAM uses flip-flop circuitry that does not require refreshing and is faster, commonly used in CPU cache
B.SRAM is non-volatile and replaces solid-state drives
C.SRAM is used mainly for high-capacity main memory because it is cheap
D.SRAM uses capacitors that require constant refreshing, making it slower
Correct Answer: SRAM uses flip-flop circuitry that does not require refreshing and is faster, commonly used in CPU cache
Explanation:
SRAM is faster and more expensive than DRAM because it uses a bistable latching circuit instead of a leaking capacitor, making it ideal for cache memory.
Incorrect! Try again.
38Which of the following physical characteristics defines the USB Type-C connector?
A.It features an asymmetrical shape similar to a trapezoid
B.It is an oval-shaped, reversible connector that can be plugged in either upside up or upside down
C.It has large visible pins intended for serial networking
D.It has a large, rectangular shape that can only be plugged in one way
Correct Answer: It is an oval-shaped, reversible connector that can be plugged in either upside up or upside down
Explanation:
USB Type-C is known for its symmetrical, reversible design, eliminating the frustration of having to orient the plug correctly before insertion.
Incorrect! Try again.
39Which capability distinguishes HDMI from the older VGA standard?
A.HDMI is entirely wireless
B.HDMI transmits both high-definition digital video and digital audio over a single cable
C.HDMI carries analog video signals only
D.HDMI uses a locking mechanism with screws on the sides
Correct Answer: HDMI transmits both high-definition digital video and digital audio over a single cable
Explanation:
Unlike VGA, which only handles analog video, HDMI (High-Definition Multimedia Interface) transmits uncompressed digital video and digital audio.
Incorrect! Try again.
40What type of connection utilizes an RJ-45 connector?
A.Analog computer monitors
B.External hard drives
C.Surround sound speakers
D.Wired Ethernet networking
Correct Answer: Wired Ethernet networking
Explanation:
The RJ-45 connector is the standard 8-pin connector used at the ends of twisted-pair cables for wired Ethernet networks.
Incorrect! Try again.
41DisplayPort is a digital interface primarily used for video. What is a common physical feature of standard DisplayPort connectors that helps secure the connection?
A.A bayonet-style twist lock
B.A magnetic latching system
C.A mechanical locking mechanism with a release button
D.A screw-in thumbscrew mechanism
Correct Answer: A mechanical locking mechanism with a release button
Explanation:
Many standard DisplayPort connectors feature a built-in mechanical latch that prevents the cable from accidentally pulling out, which must be depressed to remove.
Incorrect! Try again.
42On older motherboards, PS/2 ports were color-coded. What did the purple and green ports represent?
A.Purple for Video, Green for Audio
B.Purple for Joystick, Green for MIDI
C.Purple for Microphone, Green for Headphones
D.Purple for Keyboard, Green for Mouse
Correct Answer: Purple for Keyboard, Green for Mouse
Explanation:
In the standard PC 97 color scheme, PS/2 ports used purple for the keyboard and green for the mouse.
Incorrect! Try again.
43Following standard audio jack color coding on a motherboard, what is the light green jack used for?
A.Front speaker out (Line out) for stereo headphones or speakers
B.Line-in audio
C.Subwoofer out
D.Microphone input
Correct Answer: Front speaker out (Line out) for stereo headphones or speakers
Explanation:
The light green audio jack is universally used for analog line-out, which connects to standard stereo speakers or headphones.
Incorrect! Try again.
44Which modern high-speed hardware interface utilizes the same physical connector shape as USB Type-C but supports PCIe and DisplayPort protocols directly?
A.FireWire 800
B.Lightning
C.eSATA
D.Thunderbolt 3 / 4
Correct Answer: Thunderbolt 3 / 4
Explanation:
Thunderbolt 3 and 4 use the USB Type-C connector to provide massive bandwidth, supporting PCIe data transfer, video output, and power delivery simultaneously.
Incorrect! Try again.
45In computer architecture, what is a System Resource?
A.The software licenses allocated to the user
B.Communication channels used by hardware devices to communicate with the CPU and memory
C.The cloud storage capacity available
D.The physical amount of plastic used in the chassis
Correct Answer: Communication channels used by hardware devices to communicate with the CPU and memory
Explanation:
System resources (such as IRQs, I/O addresses, and DMA channels) are pathways and addresses that allow hardware components to interface with the CPU.
Incorrect! Try again.
46What does IRQ (Interrupt Request) do in a computer system?
A.It sends a hardware signal to the CPU to temporarily halt current processing to handle an immediate task
B.It compresses files to save hard drive space
C.It allocates memory space for software to run
D.It limits the electrical power sent to external peripherals
Correct Answer: It sends a hardware signal to the CPU to temporarily halt current processing to handle an immediate task
Explanation:
An IRQ is a signal sent by a hardware device to the processor requesting immediate attention, causing the CPU to pause its current routine to execute the interrupt handler.
Incorrect! Try again.
47What is the function of DMA (Direct Memory Access)?
A.It permanently maps external devices into the CPU cache
B.It forces the CPU to process graphics directly instead of the GPU
C.It allows certain hardware subsystems to access main system memory (RAM) independently of the CPU
D.It routes network traffic directly to the hard drive
Correct Answer: It allows certain hardware subsystems to access main system memory (RAM) independently of the CPU
Explanation:
DMA allows peripherals to transfer data directly to or from RAM without the CPU having to copy each byte, greatly reducing CPU load.
Incorrect! Try again.
48I/O port addresses allow the CPU to communicate with specific hardware devices. These addresses are typically represented in Base-$16$ format, such as . What is this numbering system called?
A.Binary
B.Decimal
C.Hexadecimal
D.Octal
Correct Answer: Hexadecimal
Explanation:
Base-$16$ is known as the hexadecimal system, which uses digits and letters . In computing, it is often denoted by the prefix .
Incorrect! Try again.
49What does the term "Plug and Play" (PnP) mean regarding system resources?
A.Any device plugged into the computer can be used as a primary storage drive
B.The user must manually configure jumpers on the motherboard before plugging in a device
C.Devices do not require electricity to run
D.The operating system automatically detects hardware and assigns IRQs, DMA channels, and I/O addresses without manual user intervention
Correct Answer: The operating system automatically detects hardware and assigns IRQs, DMA channels, and I/O addresses without manual user intervention
Explanation:
Plug and Play is a standard that allows operating systems to dynamically discover and automatically configure hardware resources for newly attached devices.
Incorrect! Try again.
50In legacy hardware architectures, IRQ numbers denote priority. Which device is traditionally hardwired to IRQ $0$, giving it the highest priority for interrupting the CPU?
A.The Floppy disk drive
B.The System Timer
C.The Keyboard controller
D.The Real-Time Clock (RTC)
Correct Answer: The System Timer
Explanation:
IRQ $0$ is traditionally reserved for the system timer. Because accurate timekeeping and process scheduling are critical, it has the absolute highest interrupt priority.