Computer hardware refers to all the physical, tangible components that make up a computer system — the parts you can touch, as opposed to software, which is intangible instructions. Think of a computer like a bank branch: the building itself (hardware) is distinct from the banking procedures and workflows (software) that run inside it.
Every hardware component in a computer has a specific role, and they work together in a strict hierarchy. The CPU (Central Processing Unit) is the branch manager — it makes all decisions. RAM is the manager's desk — fast to access, but everything on it is cleared at the end of the day. The hard drive or SSD is the file cabinet — slow to access relative to the desk, but everything stored there survives overnight. The motherboard is the office floor itself — every component is mounted on it and communicates through it.
For IBPS PO, the Computer Awareness section tests you on facts, not theory. You will never be asked to design a circuit. You will be asked: "Which cache level is fastest?" or "What is USB 3.0's transfer rate?" — questions that reward accurate recall of specific numbers and relationships.
The hardware taxonomy you need to know fits into five buckets:
Learn the distinctions within each bucket. IBPS PO questions almost always test the boundary between two adjacent concepts — volatile vs. non-volatile, L1 vs. L2 cache, USB 2.0 vs. 3.0, ATX vs. Mini-ITX. Your job is to know exactly where those boundaries are.
The CPU executes instructions. Its speed is measured in GHz (gigahertz — billion cycles per second). Modern CPUs have multiple cores, meaning multiple independent processing units on a single chip. A quad-core processor can run four instruction threads simultaneously in parallel.
Hyper-threading is Intel's proprietary implementation of Simultaneous Multi-Threading (SMT). It makes one physical core appear as two logical processors to the operating system. The OS then schedules two threads onto that core at once. The physical execution units are shared, so you get roughly 20-30% throughput improvement — not double — compared to a non-hyper-threaded core. The key exam distinction: hyper-threading is not the same as multi-core. Multi-core = more physical cores. Hyper-threading = one physical core pretending to be two logical cores.
Turbo Boost temporarily increases clock speed when thermal headroom allows. Overclocking is manually running a chip above its rated speed. Neither involves doubling logical cores — that is hyper-threading's job.
Here's the structure from fastest to slowest, smallest to largest:
| Level | Location | Speed | Size | |-------|----------|-------|------| | L1 Cache | Inside CPU chip, per core | Fastest | 16 KB – 64 KB per core | | L2 Cache | Inside CPU chip (may be shared) | Fast | 256 KB – 1 MB per core | | L3 Cache | On CPU die, shared across cores | Moderate | 4 MB – 64 MB | | RAM | On motherboard (DIMMs) | Slower | 4 GB – 128 GB typical | | SSD/HDD | Separate storage device | Much slower | 256 GB – several TB |
RAM (Random Access Memory) is volatile — data disappears when power is cut. It is the working memory of the computer. Two main types: DRAM (Dynamic RAM, needs constant refreshing, used as main memory) and SRAM (Static RAM, faster, used in cache).
ROM (Read-Only Memory) is non-volatile — data survives power loss. It stores firmware like BIOS. Variants:
The exam question almost always targets: "Which is volatile?" Answer: RAM. Everything with "ROM" in the name is non-volatile.
USB (Universal Serial Bus) — the dominant standard for connecting peripherals and external storage.
| Version | Max Transfer Rate | |---------|------------------| | USB 1.1 | 12 Mbps | | USB 2.0 | 480 Mbps | | USB 3.0 | 5 Gbps | | USB 3.1 Gen 2 | 10 Gbps | | USB 3.2 Gen 2x2 | 20 Gbps |
USB 3.0 is 5 Gbps — approximately 10x faster than USB 2.0's 480 Mbps. This specific comparison is a favourite PYQ pattern. USB ports are identified by colour in hardware: USB 3.0 ports are typically blue; USB 2.0 ports are black or white.
Legacy ports — PS/2 (old keyboard/mouse connector, round), Serial (DB-9, slow), Parallel (DB-25, used for old printers). All three have been largely replaced by USB in modern systems.
The motherboard is the main circuit board connecting all components. ATX (Advanced Technology eXtended) is the standard form factor for desktop motherboards — the default dimensions the industry converged on. Smaller variants are Micro-ATX and Mini-ITX (popular in compact builds). Larger is E-ATX (server/workstation).
Expansion slots on the motherboard allow adding cards:
Exam pattern: if the question asks for the current standard for graphics cards, the answer is PCIe x16. If it mentions "older" or "legacy" GPU slot, it's AGP.
| Printer Type | Technology | Key Characteristic | |-------------|-----------|-------------------| | Dot Matrix | Pins striking ribbon | Impact printer, can make carbon copies | | Inkjet | Liquid ink droplets | Good colour, slower, lower cost | | Laser | Laser + photosensitive drum + toner | High speed, high quality text, uses heat to fuse toner | | Thermal | Heat-sensitive paper | Receipt printers, no ink needed |
Laser printers: the laser charges a drum selectively, toner (dry powder) adheres to charged areas, transfers to paper, then a fuser unit applies heat to bond the toner permanently. This is the process behind the IBPS PO question on laser printers.
When asked volatile vs. non-volatile: apply the "power cut" test. If power is cut, does data survive? RAM = No (volatile). ROM/PROM/EPROM/EEPROM = Yes (non-volatile). The word "Read-Only" in ROM implies it was written before you ever touched it — so of course it survives power cuts, it was never meant to be erased by normal operation. Standard method: reasoning through each option (~30s). Pattern method: apply the single power-cut test (~5s). Reduces 4-option elimination to a 1-step decision.
Memorise one anchor: USB 3.0 = 5 Gbps. Then: USB 2.0 is 10x slower (480 Mbps), USB 3.1 Gen 2 is 2x faster (10 Gbps), USB 3.2 Gen 2x2 is 4x faster (20 Gbps). If you blank on USB 2.0 speed, you can recover it: 5 Gbps ÷ 10 = 500 Mbps ≈ 480 Mbps. Standard approach: memorise all four figures independently (~45s recall under pressure). Anchor method: memorise one number and derive the rest (~10s). Saves 35s on a speed-comparison question.
L1 is closest to the CPU core, so it is fastest and smallest. L2 is next. L3 is shared and farthest. The rule: distance from CPU core increases L-number, decreases speed, increases size. You never need to memorise this as isolated facts — the physical distance principle derives everything. Any question asking "which is fastest/smallest" → answer is L1. Standard recall: 20s. Pattern derivation: 3s.
Slot generations in order: ISA (oldest) → PCI → AGP (GPU-specific, obsolete) → PCIe x16 (current GPU standard). Questions use temporal clues: "modern" or "current standard" → PCIe x16. "Older GPU slot" → AGP. "Legacy peripheral card" → PCI. Eliminate by era. Standard approach: recall all slot specs (~40s). Elimination by timeline: match the adjective in the question to the era (~8s). Eliminates 3 of 4 options instantly.
For motherboard form factor questions, ATX is the default correct answer unless the question specifies "compact", "small form factor", or "workstation/server". Mini-ITX = compact desktop. Micro-ATX = in-between. E-ATX = large workstation. If the question says "standard desktop", substitute ATX without reading further. This single substitution rule handles approximately 80% of form-factor questions in 3 seconds.
When you see a Computer Hardware question in the IBPS PO exam, run this decision tree in under 10 seconds:
Step 1 — Identify the category. Is the question about memory, CPU, ports, motherboard, or printers? One of five buckets.
Step 2 — Memory question? Check for the word "volatile" or "loses data." If yes, the answer is RAM. If the question asks about firmware or BIOS storage, answer is ROM or EEPROM.
Step 3 — Cache question? "Fastest and smallest" always maps to L1. "Integrated into CPU chip" also maps to L1.
Step 4 — Port/speed question? Anchor at USB 3.0 = 5 Gbps. Derive up or down.
Step 5 — Motherboard/slot question? Apply the timeline: ISA → PCI → AGP → PCIe x16. "Standard desktop board" = ATX. "Modern GPU slot" = PCIe x16.
Step 6 — Printer question? "Laser beam + drum" is always Laser Printer. "Pins + ribbon" is always Dot Matrix. "Heat-sensitive paper" is Thermal.
If two options look equally correct, check for temporal qualifiers — "modern", "current", "latest" always point to the most recent technology in that category.
Why this question: Tests the most commonly confused USB speed boundary — the gap between USB 2.0 and 3.0 is a favourite distractor because 480 Mbps and 10 Gbps are both plausible answers if you don't anchor correctly.
Solving path: The question is about USB 3.0 specifically. Anchor: USB 3.0 = 5 Gbps. Option A (480 Mbps) is USB 2.0's speed — the most common wrong answer because candidates confuse the two. Option C (10 Gbps) is USB 3.1 Gen 2. Option D (20 Gbps) is USB 3.2. Select B immediately.
Why this question: Cache level hierarchy is tested every few years in IBPS PO Computer Awareness. The phrase "integrated directly into the CPU chip" is the discriminating clue — candidates confuse L1 with L3 (which is also on the CPU die in modern chips but shared, not per-core).
Solving path: "Fastest but smallest" + "integrated into CPU chip" = L1. Apply the distance-from-core principle: L1 is at the core itself. L2 is nearby. L3 is shared. L4 barely exists in consumer hardware and is wrong by elimination. Select A.
Why this question: Volatile memory is the most fundamental memory concept tested in bank exams. The trap here is that PROM and EPROM sound like they could be temporary because they can be reprogrammed — but "reprogrammed" is not the same as "erased by power loss."
Solving path: Apply the power-cut test. ROM — survives. PROM — survives (written once, permanent). EPROM — survives (erased only by UV light, not power). RAM — does not survive. Answer is C. Eliminate A, B, D in one sweep using the power-cut test.
Why this question: The PCIe x16 vs. older slot formats question tests whether you know the current standard. AGP is the most dangerous distractor because it was specifically designed for GPUs before PCIe replaced it.
Solving path: Apply the timeline elimination. ISA — ancient, general purpose. PCI — older, general purpose. AGP — GPU-specific but obsolete (early 2000s). PCIe x16 — current standard, high bandwidth. "Modern motherboards" in the question stem eliminates A, B, D. Select C.
Why this question: Hyper-threading is frequently confused with multi-core processing. IBPS PO specifically tests whether candidates know which technology makes one core appear as two logical processors — a very specific distinction.
Solving path: Read the key phrase: "single physical CPU core appears as two logical processors." Multi-core processing means multiple physical cores — not applicable here. Turbo Boost increases clock speed — not applicable. Overclocking is manual speed increase — not applicable. Only Hyper-threading makes one physical core appear as two logical ones. Select B.
Confusing USB 2.0 speed (480 Mbps) with USB 3.0 speed (5 Gbps). The options in PYQs always include both values. If you haven't anchored USB 3.0 = 5 Gbps, you will pick 480 Mbps reflexively. Anchor first, then select.
Treating EPROM as volatile because it can be "erased." Erasable does not mean volatile. EPROM is erased by UV light — a deliberate physical process — not by simply turning off the power. Only RAM loses data on power loss.
Selecting AGP instead of PCIe x16 for GPU slots. AGP was the GPU slot from the late 1990s to mid-2000s. Any question with "modern" in the stem disqualifies AGP immediately.
Confusing hyper-threading with multi-core. Multi-core = more physical cores on one chip. Hyper-threading = one physical core presenting as two logical processors. The question will always include both as options — distinguish them by whether you're talking about physical or logical units.
Thinking L3 cache is the fastest because it is largest. The hierarchy is inverted: larger size = slower access speed. L1 is fastest precisely because it is smallest and closest to the execution units.
Selecting Mini-ITX or Micro-ATX as the "standard" motherboard form factor. ATX is the standard. Mini-ITX and Micro-ATX are "compact" variants. Only select them if the question explicitly mentions compact or small-form-factor systems.