Hardware is everything you can physically touch in a computer system. That is the cleanest definition you will find. Contrast it with software — instructions that run on hardware — and firmware, which sits between the two (instructions permanently baked into hardware chips).
Think of a computer like an office. The CPU is the manager who makes decisions. RAM is the manager's desk — fast to access, but once everyone goes home (power off), the desk is cleared. Storage (HDD or SSD) is the filing cabinet — slower to retrieve things, but everything stays overnight. The motherboard is the office building itself: every room, corridor, and power socket that makes all components communicate. Input devices are the colleagues who hand information to the manager (keyboard, mouse, scanner). Output devices are the colleagues who receive the manager's decisions and act on them (monitor, printer, speakers).
This analogy covers SBI PO's favourite angle: the relationship between components, not isolated definitions. Questions test whether you understand which component does what, what connects to what, and the relevant speed/capacity numbers.
One more mental model worth fixing early — the bus system. A bus is simply a communication pathway. The data bus carries data, the address bus carries memory locations, and the control bus carries signals like read/write. The width of a bus (8-bit, 16-bit, 32-bit, 64-bit) determines how much data can travel in one clock cycle. Modern 64-bit processors send 64 bits of data per cycle across the data bus.
Hardware questions in SBI PO and IBPS PO cluster around: (1) memory classification — volatile vs. non-volatile, primary vs. secondary; (2) USB/SATA interface speeds; (3) HDD rotation speeds; (4) motherboard's role in the system; (5) cooling methods for CPUs. Know these five clusters cold and you cover roughly 80% of the hardware question pool.
The Central Processing Unit executes instructions. It has three core sub-units:
Clock speed (measured in GHz) determines how many cycles per second the CPU can execute. A 3.5 GHz CPU executes 3.5 billion cycles per second.
The memory hierarchy runs from fastest-and-smallest to slowest-and-largest:
| Level | Type | Volatile? | Speed | |---|---|---|---| | Registers | Inside CPU | Yes | Fastest | | Cache (L1/L2/L3) | Inside/near CPU | Yes | Very fast | | RAM | Primary memory | Yes | Fast | | SSD/HDD | Secondary storage | No | Slow-slower | | Optical/Tape | Tertiary storage | No | Slowest |
Volatile memory loses all data when power is cut — RAM and cache are volatile. Non-volatile memory retains data without power — ROM, flash memory (SSDs, pen drives), HDDs, optical discs.
RAM types you need: DRAM (Dynamic RAM) — main system memory, must be refreshed periodically. SRAM (Static RAM) — used in cache, faster, doesn't need refresh, more expensive. DDR4/DDR5 are current DRAM standards used in desktop and laptop RAM.
Cache memory sits between the CPU and RAM, storing recently or frequently accessed data. L1 cache is the closest to the processor core (fastest, smallest). L2 is slightly larger and slower. L3 is shared across cores.
The motherboard (also called the mainboard or system board) is the main PCB (Printed Circuit Board) that physically and electrically connects all components. It contains:
The chipset is the set of chips that manages data flow between the CPU, memory, and peripherals. Crucially for SBI PO — the chipset design (not the power supply or the case size) determines how many RAM slots are available and how much memory the board supports.
SATA (Serial ATA): The standard interface for connecting HDDs and SSDs internally. SATA III (current standard) supports up to 600 MB/s (theoretical). This is the answer when any question asks about connecting modern SSDs or HDDs internally — SATA.
IDE/PATA (Parallel ATA): The older interface SATA replaced. Still appears in questions as the "wrong but tempting" option for legacy systems.
NVMe (Non-Volatile Memory Express): A newer protocol used with M.2 PCIe SSDs. Much faster than SATA (3,000–7,000 MB/s), but this rarely appears in SBI PO questions at this level.
USB standards are heavily tested:
| Standard | Also Known As | Speed | |---|---|---| | USB 2.0 | — | 480 Mbps | | USB 3.0 / USB 3.2 Gen 1 | SuperSpeed | 5 Gbps | | USB 3.1 / USB 3.2 Gen 2 | SuperSpeed+ | 10 Gbps | | USB 3.2 Gen 2x2 | — | 20 Gbps | | USB4 | — | 40 Gbps |
Lock this table into memory. USB 3.0 = 5 Gbps. The rebrand to "USB 3.2 Gen 1" does not change the speed — a popular trap question pairs these two.
HDDs store data on spinning magnetic platters. The rotation speed (in RPM — Revolutions Per Minute) directly affects how quickly data is read or written:
SSDs have no moving parts and are therefore significantly faster than any HDD regardless of RPM.
CPU cooling is necessary because processors generate significant heat under load. The options from least to most effective:
Memorise the USB speed sequence as a ladder where each step roughly doubles: 480 Mbps (2.0) → 5 Gbps (3.0) → 10 Gbps (3.1) → 20 Gbps (3.2 Gen 2x2) → 40 Gbps (USB4). When the question says "USB 3.0" or "USB 3.2 Gen 1" — both map to 5 Gbps. That naming-trap is 90% of USB questions. Standard method: reading all options to reconstruct from scratch = 30s. Pattern ladder: 8s.
Any memory whose name starts with or contains the word "dynamic" or "random access" is volatile — RAM, DRAM, SRAM, Cache. Non-volatile = everything that stores data in a physical medium (magnetic disk, flash chip, optical disc, ROM). When a question asks "which retains data after power off?", immediately scan the options for ROM, Flash, SSD, HDD — these are non-volatile. Eliminate RAM and Cache in one pass. Standard method: reasoning from definitions = 20s. Pattern scan = 5s.
Look — a common distractor is the CPU socket type. The CPU socket determines compatibility (which processor fits), but the chipset determines the number of RAM slots, supported memory channels, and maximum RAM capacity. When a question gives options like "CPU socket type / Chipset design / Power supply / Case size", eliminate non-electronic answers (power supply, case size) immediately — that leaves CPU socket vs. Chipset. Remember: chipset = memory controller in modern systems. This eliminates 2 of 4 options in 3 seconds.
Anchor: 72 = Desktop. 54 = laptop (5400 RPM, saves battery). 7200 RPM = standard desktop. 10000+ = server/enterprise. The question will almost always ask "standard desktop HDD" — answer is 7200 RPM. If it says "laptop" or "battery life", answer is 5400 RPM. Two anchors cover every HDD speed question. Standard method: recalling all four options = 15s. Anchor method = 4s.
When a question asks which interface connects modern SSDs or HDDs internally, the options typically include IDE, SATA, Parallel ATA, Floppy, and sometimes NVMe. IDE and Parallel ATA are the same thing (different names for the same legacy standard) — eliminate both immediately as outdated. Floppy is obviously a distractor. That leaves SATA (or NVMe for M.2). For beginner-level SBI PO questions, SATA is the answer. Eliminating 2-3 options in 5 seconds vs. evaluating all four options in 20 seconds.
When you see a computer hardware question in SBI PO, run this decision tree in your head:
Step 1 — Category check: Is this about memory, storage interfaces, USB speeds, motherboard components, or cooling? Categorise before reading options.
Step 2 — Speed/spec number questions: Lock into your number anchors first (USB 3.0 = 5 Gbps; HDD desktop = 7200 RPM; SATA III = 600 MB/s). If your anchor matches an option exactly, pick it and move on — don't second-guess.
Step 3 — "Which component does X?" questions: Use function-to-component mapping. Communication between all components = Motherboard. Executes instructions = CPU. Fast temporary storage = RAM. Permanent storage = HDD/SSD. RAM slot count = Chipset.
Step 4 — Volatile vs. non-volatile: Apply the VA rule. Anything that needs power to hold data = volatile. Anything with a physical storage medium = non-volatile.
Step 5 — Elimination on legacy vs. modern: IDE, PATA, Floppy = old/legacy. SATA, USB 3.x, NVMe = modern. If the question says "modern" or "current standard", eliminate legacy options first.
Target: 30-40 seconds per hardware question. If you are over that, you are over-reading. Trust your anchors.
Why this question: USB speed questions appear every year in SBI PO computer awareness. The USB 3.0 / USB 3.2 Gen 1 naming overlap is the primary trap.
Solving path: The options are 480 Mbps (USB 2.0), 5 Gbps (USB 3.0), 10 Gbps (USB 3.1), 20 Gbps (USB 3.2 Gen 2x2). Apply the USB speed ladder. USB 3.0 = 5 Gbps. That is a 10x improvement over USB 2.0's 480 Mbps, which matches the explanation. Answer: 5 Gbps.
Why this question: The motherboard's role as the central connector is foundational. Confusing it with CPU is the classic trap — the CPU processes, the motherboard connects.
Solving path: CPU processes data, RAM stores data temporarily, Hard Drive stores data permanently — none of these "connect all components". Only the Motherboard physically and electrically links everything via its bus system. Answer: Motherboard.
Why this question: SATA vs. IDE is a direct test of knowing which interface is modern and which is legacy. The question specifically says "modern SSDs" — that's your cue.
Solving path: IDE and Parallel ATA are the same outdated technology. Floppy interface is obsolete. SATA is the current standard for internal HDDs and SSDs. For M.2 drives, NVMe is used, but it is not in these options. Answer: SATA.
Why this question: Volatile vs. non-volatile is tested multiple ways. This version asks what "retains data when power is off" — the definition of non-volatile.
Solving path: RAM — volatile, loses data on power off. Cache Memory — volatile. Virtual Memory — a portion of storage used as extended RAM, but the "memory" here is a concept, not a hardware type. Non-volatile Memory — by definition retains data without power (ROM, flash, HDD, SSD). Answer: Non-volatile Memory.
Why this question: HDD RPM is a recurring number-based question. Desktop vs. laptop RPM distinction is the secondary trap.
Solving path: 5400 RPM is laptop standard. 7200 RPM is desktop standard. 10,000 and 15,000 RPM are enterprise/server drives. The question says "standard desktop" — answer is 7200 RPM. The word "standard" rules out enterprise speeds.
Why this question: The chipset vs. CPU socket trap is a favourite because students assume the CPU determines everything about the system.
Solving path: Power supply and case size have no bearing on RAM slot count — eliminate immediately. CPU socket type determines which processors fit the board, not memory configuration. The chipset (specifically the Platform Controller Hub or memory controller in the chipset) defines the number of memory channels, maximum RAM slots, and total supported capacity. Answer: Chipset design.
Confusing USB 3.0 and USB 3.2 Gen 1: They are the same standard with a renamed designation. Both = 5 Gbps. Students often assume USB 3.2 must be faster because "3.2 > 3.0" — it is not; the speed depends on the Gen number, not the version number alone.
Selecting CPU socket type instead of Chipset for RAM slots: The CPU socket tells you which processor is compatible. The chipset controls memory slots, PCIe lanes, and USB ports. These are distinct functions.
Calling Virtual Memory "non-volatile": Virtual memory is a technique that uses a portion of the hard disk to simulate RAM. The hard disk itself is non-volatile, but "virtual memory" as a concept refers to the RAM-extension functionality. In the context of this question category, virtual memory is not a memory type — it is a management technique.
Choosing IDE/PATA as a modern storage interface: IDE and Parallel ATA are the same legacy technology. Any question with "modern" in it rules out IDE, PATA, and floppy. SATA replaced IDE in the early 2000s.
Treating 5400 RPM as the desktop standard: 5400 RPM is the laptop/portable drive standard chosen for lower power consumption and quieter operation. Desktop = 7200 RPM.
Assuming passive cooling is effective for high-performance CPUs: Passive cooling (heatsink with no fan) only works for very low-power processors. High-performance CPUs require active cooling — and among active methods, AIO liquid cooling is the most effective.