motherboard
CPU's
HDD's
Input/output

Command Prompt
100

What are the three most common form factors used for consumer motherboards, and which one is the largest?

ATX, Micro-ATX (mATX), and Mini-ITX

100

What are the three most common form factors used for consumer motherboards, and which one is the largest?

the number of cycles a CPU executes per second

100

What does it mean for an HDD to be "non-volatile," and how does it physically store data without electricity?

it can retain stored information indefinitely without a continuous power supply.

100

Which of the following devices is strictly an output device?

  • A) Touchscreen
  • B) Plotter
  • C) Digital Camera
  • D) MIDI Keyboard

Answer: B) Plotter

100

Which of the following sets contains only output devices?

  • A) Keyboard, Mouse, Monitor
  • B) Monitor, Printer, Speakers
  • C) Scanner, Microphone, Plotter
  • D) Touchscreen, Web Camera, Headphones

Correct Answer: B) Monitor, Printer, Speakers 🟢

200

Explain the difference between Northbridge and Southbridge (or how modern chipsets like the AMD AM5 or Intel Z790 handle these functions today).

A single short beep at startup typically indicates that the Power-On Self-Test (POST) has completed successfully, confirming that the motherboard, CPU, and memory are functioning properly and the system is booting

200

Explain the difference between Northbridge and Southbridge (or how modern chipsets like the AMD AM5 or Intel Z790 handle these functions today).

Modern chipsets (Intel Z790/AMD AM5) have integrated Northbridge functions into the CPU, using a single chipset (PCH or Promontory) for Southbridge tasks

200

 If two HDDs have the same storage capacity but different RPM (revolutions per minute) ratings, how does this affect system performance?

 Higher RPM drives spin faster, which reduces rotational latency and results in quicker read/write speeds. A lower RPM often leads to a noticeable drop in data transfer performance

200

A user types a sentence into a word processor. Briefly describe the path the "input" takes from the physical action to appearing on the "output" device

The Keyboard (Input) sends electrical signals (scan codes) to the CPU. The Operating System processes these signals and instructs the GPU/Video Card to render the characters. Finally, the Monitor (Output) displays the visual representation

200

In a standard computer system, which component acts as the primary interface that converts physical movement into digital input coordinates?

  • A) CPU
  • B) Graphics Card
  • C) Optical Mouse
  • D) Hard Drive

Correct Answer: C) Optical Mouse 🟢

300

You turn on your PC, and it fails to boot, but the motherboard emits a series of beep codes. What is the purpose of these codes, and what does a single short beep typically signify during the POST (Power-On Self-Test) process?

A single short beep typically signifies a successful POST, indicating all hardware passed self-tests and the system is booting

300

You turn on your PC, and it fails to boot, but the motherboard emits a series of beep codes. What is the purpose of these codes, and what does a single short beep typically signify during the POST (Power-On Self-Test) process?

ndicates that the computer's firmware (BIOS/UEFI) has verified that critical hardware components—such as the CPU, memory (RAM), storage drives, and graphics card—are functioning correctly

300

What is "bit rot" (data decay), and why can an HDD's data be at risk even if the drive is never powered on or dropped?

Bit rot occurs due to environmental factors like magnetic interference, humidity, and temperature changes, which can disrupt the magnetic orientation on the platters over time

300

You encounter a "Hard Drive Input/Output (I/O) Error" while trying to copy a file. What are two common causes for this error at the hardware or firmware level?

Common causes include corrupted firmware or physical bad sectors on the disk platters that prevent the read/write head from communicating with the controller.

300

Look at the table below and determine the "Rule" (Equation) used to get the output (


) from the input (


).



Input (


)Output (


)27516825


  • A) 


  • B) 


  • C) 


  • D) 


Correct Answer: B)

400

What is a VRM (Voltage Regulator Module), and why is the quality of its components (like MOSFETs and capacitors) critical when choosing a motherboard for high-end CPUs or overclocking?

ensure stable power delivery, prevent overheating, and prevent performance-throttling under heavy loads or overclocking

400

What is a VRM (Voltage Regulator Module), and why is the quality of its components (like MOSFETs and capacitors) critical when choosing a motherboard for high-end CPUs or overclocking?

 circuit on a motherboard that converts the 12V power from the PSU down to the stable 1.0V–1.5V required by high-end CPUs, crucial for maintaining power stability and preventing component failure

400

How do emerging technologies like HAMR (Heat-Assisted Magnetic Recording) and MAMR (Microwave-Assisted Magnetic Recording) allow manufacturers to exceed current density limits?

 These technologies use energy assistance (heat or microwaves) to make the storage media more receptive to magnetic changes at a much smaller scale, allowing for higher storage capacities like 100 TB by the end of the decade

400
  • Pattern Example:
    • Input: 63 33 45 55
    • Step I: 18 9 20 25 (Logic: Multiply the digits of each number, e.g., 6×3=18)
  • Your Task: If the new Input is 42 71 39 82, what is Step III if Step II involves adding the digits of Step I?
  1. Step I (Multiply digits): 8, 7, 27, 16
  2. Step II (Add digits): 8, 7, 9, 7
  3. Step III (Final Sort): 7, 7, 8, 9 (Sorted ascending
400

In "Machine Input-Output" problems, a machine rearranges a given input in specific steps.
Input: apple 45 zebra 12 ocean 88
Step I: zebra apple 45 12 ocean 88
Step II: zebra 88 apple 45 12 ocean
Step III: zebra 88 ocean apple 45 12 

If this pattern continues, what would be the final step for the input: blue 10 red 50 green 30?

  • A) red 50 green 30 blue 10
  • B) red 50 blue 10 green 30
  • C) 50 red 30 green 10 blue
  • D) red blue green 50 30 10

Correct Answer: A) red 50 green 30 blue 10 ðŸŸ¢


500

Explain how PCIe lane allocation works when a user installs multiple M.2 NVMe SSDs on a mid-range motherboard. Why might installing a second SSD sometimes disable certain SATA ports or reduce the bandwidth of the primary GPU slot?


splits limited CPU/chipset resources

500

Explain how PCIe lane allocation works when a user installs multiple M.2 NVMe SSDs on a mid-range motherboard. Why might installing a second SSD sometimes disable certain SATA ports or reduce the bandwidth of the primary GPU slot?

PCIe lane allocation is governed by the limited number of high-speed lanes provided by the CPU and the Motherboard Chipset

500

 In a high-availability server environment, why might a technician choose a drive with a higher "load/unload cycle" rating over one with a higher "power-on hours" rating?

Frequent starting and stopping (loading/unloading the heads) can create more mechanical stress than simply letting a drive run continuously. Excessive cycles are a common cause of premature failure in certain operating systems

500

Explain the difference between Programmed I/O and Direct Memory Access (DMA) in terms of CPU utilization.

In Programmed I/O, the CPU must constantly monitor the device to see if it is ready, wasting cycles. In DMA, a specialized controller handles the data transfer between the I/O device and main memory directly, only interrupting the CPU once the entire transfer is complete.

500

Which of the following best describes the role of an I/O Controller (or Input/Output Module) in high-performance computing?

  • A) It translates high-level programming code into machine language.
  • B) It manages the data flow and timing differences between the high-speed CPU and slower peripheral devices.
  • C) It provides the primary power supply to external monitors and printers.
  • D) It is a software driver that tells the operating system how to use a mouse.

Correct Answer: B) It manages the data flow and timing differences between the high-speed CPU and slower peripheral devices. 🟢

M
e
n
u