Hardware is everything you can physically touch on or inside a computer. If you can drop it on your foot, it is hardware. That is the classic line — and it is accurate enough for exams.
Think of a computer as an office. The CPU (Central Processing Unit) is the manager who makes all decisions. RAM is the manager's desk — work in progress sits there, fast to access, but the desk is cleared every night when the power goes off. ROM is a notice board with permanent instructions that do not change. Storage devices (HDD, SSD) are the filing cabinets — slower to access than the desk, but the files stay there even when the office closes. The motherboard is the office floor itself — every piece of furniture (component) connects to it.
For IBPS Clerk, the Computer section typically carries straightforward factual questions. You will not be asked to build a computer; you will be asked what something does or what an abbreviation stands for. The payoff here is high — these questions take 20–30 seconds each if your definitions are sharp.
Hardware falls into four broad categories that you must have wired in memory:
One important boundary: a device can be both input and output. A touch screen is I/O. A modem is I/O. A pen drive is I/O (you write to it and read from it). Examiners test this boundary deliberately.
The CPU has three functional units:
+, −, ×, ÷) and logical comparisons (AND, OR, NOT, >, <).CPU speed is measured in GHz (Gigahertz) — billions of cycles per second. A higher clock speed generally means faster processing, but the number of cores matters too. Modern CPUs are multi-core (dual-core = 2, quad-core = 4, etc.).
This is where IBPS questions concentrate. Learn this hierarchy top-to-bottom (fastest/smallest → slowest/largest):
| Level | Type | Speed | Volatile? | |---|---|---|---| | Registers | Inside CPU | Fastest | Yes | | Cache (L1, L2, L3) | Inside/near CPU | Very fast | Yes | | RAM | On motherboard | Fast | Yes | | ROM / EEPROM / Flash | On motherboard | Moderate | No | | SSD / HDD | External storage | Slow | No | | Optical / Tape | Archival | Slowest | No |
RAM (Random Access Memory): volatile, temporary workspace. Two types — SRAM (Static RAM, used in cache, faster, costlier) and DRAM (Dynamic RAM, used as main memory, needs periodic refreshing). DDR4 and DDR5 are current standards for desktop RAM.
ROM (Read Only Memory): non-volatile, data survives power-off. Variants: PROM (Programmable, write once), EPROM (Erasable with UV light), EEPROM (Electrically Erasable, can be rewritten without removing from board — flash memory is a type of EEPROM). BIOS is stored in ROM/Flash.
Cache Memory: lives between the CPU and RAM. Holds recently or frequently used data so the processor does not have to fetch it from the slower RAM repeatedly. L1 cache is smallest and fastest (inside the CPU core), L2 is larger, L3 is shared across cores.
The motherboard (also called mainboard or system board) is the PCB (Printed Circuit Board) that connects every component. Key elements on a motherboard:
The standard form factor for desktop motherboards is ATX (Advanced Technology eXtended), introduced by Intel. Smaller variants: Micro-ATX, Mini-ITX. Larger: E-ATX (used in workstations/servers).
BIOS (Basic Input/Output System) is firmware stored in ROM on the motherboard. When you press the power button, BIOS runs POST (Power-On Self Test) — it checks that hardware (RAM, keyboard, storage) is working. Then it hands control to the OS bootloader. BIOS operates in 16-bit mode with a 1 MB addressing limit.
Modern systems replace BIOS with UEFI (Unified Extensible Firmware Interface) — faster boot, supports drives larger than 2 TB (GPT partition scheme), has a graphical interface, and operates in 32/64-bit mode.
The PSU converts AC (Alternating Current) from the wall socket to the DC (Direct Current) voltages required by components: +12V (CPU, fans), +5V (drives, USB), +3.3V (RAM, chipset). Without the PSU, no component receives power. It is distinct from a UPS (Uninterruptible Power Supply), which provides battery backup during outages.
| Interface | Max Transfer Rate | Notes | |---|---|---| | USB 2.0 | 480 Mbps | Older standard, still common | | USB 3.0 (3.1 Gen 1) | 5 Gbps | ~10x faster than USB 2.0 | | USB 3.1 Gen 2 | 10 Gbps | | | USB 3.2 Gen 2x2 | 20 Gbps | | | HDMI | Varies (up to ~48 Gbps in 2.1) | Audio + video in one cable | | VGA | Analogue signal | Older monitors, no audio | | DVI | Digital/Analogue | Transitional standard | | DisplayPort | Up to 77 Gbps (2.0) | Common on gaming monitors |
HDMI is the standard asked about most frequently in IBPS-pattern exams. Remember: HDMI carries both audio and video; VGA carries video only and is analogue.
Virtualization software (a hypervisor) abstracts physical hardware resources so multiple Virtual Machines (VMs) can run simultaneously on one physical server. Type 1 hypervisors (bare-metal) run directly on hardware — VMware ESXi, Microsoft Hyper-V. Type 2 hypervisors run inside a host OS — VirtualBox, VMware Workstation. This is distinct from multitasking (one OS, multiple processes) and cloud computing (virtualization at scale, delivered over a network).
Map every device to: Input → Process → Output → Storage. When a question lists a device, ask: does it put data IN, work on it, push it OUT, or hold it? Scanner = Input. Monitor = Output. CPU = Process. Hard Disk = Storage. Touch screen = Input AND Output. This eliminates wrong choices in 5 seconds. Standard approach (reading each option cold): ~25s. With IPOS filter: ~8s.
Any memory that loses data when power is off = volatile = RAM family. Any memory that keeps data = non-volatile = ROM, Flash, SSD, HDD, optical. When options include RAM, ROM, Flash, EEPROM — apply the power-off test instantly. RAM is always the volatile answer. This reduces a 4-option question to a 1-step recall. Standard method (re-reading definitions): ~20s. With power-off rule: ~6s.
The USB speed sequence doubles at each major jump: USB 2.0 = 480 Mbps, USB 3.0 = 5 Gbps, USB 3.1 Gen 2 = 10 Gbps, USB 3.2 Gen 2x2 = 20 Gbps. Memorise the anchor: USB 2.0 = 480 Mbps, USB 3.0 = 5 Gbps. If the question says "10 times faster than USB 2.0", the answer is USB 3.0 (5 Gbps ÷ 480 Mbps ≈ 10x). 3 steps to check vs. 1 direct recall.
Basic Input/Output System. The distractor options always swap one word: "Binary Input/Output Structure" or "Boot Information Operating System." Lock in the correct expansion by noting that BIOS is firmware, not software, not a structure — it is a system. The word "Basic" always appears first. Spotting the wrong word in distractors takes 3 seconds with this anchor vs. 15 seconds reading all options fresh.
For any question about motherboard form factor for "standard desktop" or "most common desktop", the answer is ATX. Mini-ITX = compact builds, Micro-ATX = mid-range smaller, E-ATX = workstations/high-end. The moment the question says "most common" or "standard desktop", eliminate all others. 1-step elimination vs. 4-step comparison.
When you see a Computer Hardware question in the exam hall, run this decision tree in your head:
Step 1 — Is it an abbreviation question? Yes → Recall full form directly. BIOS, PSU, ATX, HDMI, SRAM, DRAM, ALU, CU, UEFI, POST. If you know it, mark and move. Time: 10s.
Step 2 — Is it a device classification question? Apply the IPOS model. If the device sends data to the CPU = Input. If it receives data from the CPU = Output. If it does both = I/O. Time: 8s.
Step 3 — Is it a memory type question? Apply the power-off test. Volatile = RAM. Non-volatile = ROM/Flash/SSD/HDD. Check if it is asking about speed hierarchy (Registers > Cache > RAM > Storage). Time: 10s.
Step 4 — Is it a speed/specification question? Use the USB ladder (480 Mbps / 5 Gbps / 10 Gbps / 20 Gbps) or connector facts (HDMI = audio + video). Time: 8s.
Step 5 — Is it a concept/function question (cache, virtualization, PSU)? Recall the one-line function: Cache = reduce RAM access time, PSU = AC to DC, Virtualization = multiple VMs on one machine. Mark confidently.
If still unsure after Step 5: eliminate the most obviously wrong option, pick the most specific remaining answer. Do not leave blank — there is no mention of negative marking changes that would alter this advice.
Why this question: Cache memory questions appear almost every cycle because aspirants confuse cache with RAM or with storage. This tests whether you understand where cache sits in the hierarchy and why it exists.
Solving path: Cache sits between CPU and RAM. Its sole purpose is to feed frequently used data to the processor faster than RAM can. "Storage capacity" is wrong — cache is tiny by design. "Network connectivity" is irrelevant hardware. "Power consumption" is not what cache targets. Only "Processing speed" survives. 10 seconds with the hierarchy mental model.
Why this question: Volatile vs. non-volatile is a high-frequency distinction. Notice the trap — Flash Memory and EEPROM are both non-volatile but look like "fancy RAM" to unprepared candidates.
Solving path: Apply the power-off test to each option. ROM = stays after power-off (non-volatile). Flash Memory = stays (it is EEPROM-based). EEPROM = stays. RAM = gone when power is removed (volatile by definition). Mark RAM in 6 seconds.
Why this question: The PSU function is tested because candidates confuse it with UPS. The question locks in the AC-to-DC conversion function.
Solving path: The motherboard distributes power but does not convert it. A UPS provides backup power but does not do the AC-to-DC conversion itself (it has a built-in PSU internally, but in exam context UPS = backup power device). A Voltage Regulator stabilises voltage but does not convert AC to DC. PSU is the correct, specific answer. 12 seconds.
Why this question: USB 3.0 speed is a direct factual recall tested repeatedly. The distractor "480 Mbps" is USB 2.0's speed — examiners expect you to confuse the two generations.
Solving path: USB 2.0 = 480 Mbps (this is option A, the trap). USB 3.0 = 5 Gbps. USB 3.1 Gen 2 = 10 Gbps. USB 3.2 Gen 2x2 = 20 Gbps. The explanation itself confirms: 5 Gbps is approximately 10 times 480 Mbps. Mark 5 Gbps. 8 seconds with the USB ladder memorised.
Why this question: BIOS is one of the most frequently tested abbreviations in IBPS Clerk Computer sections. The distractor options are crafted to sound plausible — "Boot Information Operating System" sounds logical to someone who knows BIOS handles booting.
Solving path: "Basic" always comes first — eliminate options B, C, D on that basis alone. The word "System" (not "Structure" or "Software") completes it. Option A = Basic Input/Output System. Mark in 6 seconds using the anchor.
Confusing RAM with ROM because both have "memory" in everyday language. RAM is volatile (loses data on power-off), ROM is non-volatile (retains data). Never swap these in a question, no matter how the options are worded.
Treating Flash Memory and EEPROM as volatile. Both are non-volatile. USB pen drives use NAND Flash — they hold data without power. Only RAM (DRAM/SRAM) is volatile among common memory types tested.
Marking UPS instead of PSU for AC-to-DC conversion. A UPS provides battery backup during power cuts. The PSU performs the actual AC-to-DC conversion for all internal components. These are different devices with different functions.
Selecting USB 2.0's speed (480 Mbps) when asked about USB 3.0. This is the single most common error on USB questions. The USB speed ladder (480 Mbps / 5 Gbps / 10 Gbps / 20 Gbps) must be recalled in order.
Calling a touch screen or modem a pure "input" or pure "output" device. Touch screens, modems, and pen drives are I/O devices — they handle both directions. If a question asks for "input only" devices, exclude these.
Confusing Virtualization with Multitasking or Cloud Computing. Multitasking = one OS running multiple applications. Virtualization = multiple full OS environments (VMs) on one physical machine. Cloud computing = delivering computing resources over the internet (which uses virtualization, but is a broader concept). IBPS questions test whether you can separate these three.