Hardware is every physical component you can touch in a computer system. It stands in direct contrast to software — the programs and data that run on hardware but have no physical form. Think of it this way: if you dropped your laptop, it's the hardware that would break and the software that would survive (on a backup drive somewhere).
The entire hardware ecosystem of a computer can be grouped into four broad roles:
Here is an analogy that works well for this topic: imagine a kitchen. The CPU is the chef — the one who actually processes and transforms raw ingredients. RAM is the kitchen counter — limited space, but whatever the chef is currently working on sits right there. Secondary storage (hard drive or SSD) is the pantry — vast, but you have to walk over there to fetch something. The motherboard is the kitchen itself — the fixed infrastructure connecting everything. The PSU is the electrical supply — everything runs on it, but you rarely think about it until it fails.
In the SBI Clerk exam, Computer Awareness questions on hardware tend to cluster around:
You will rarely see deep technical questions. What you will see are definitional questions — "which is fastest?", "which is volatile?", "what does PSU do?" — paired with trap answer choices that mix up closely related terms. Know the hierarchy cold and you will not be trapped.
The CPU executes instructions, but it can only work on data that it can physically access. The problem: faster memory is more expensive and physically smaller; slower memory is cheap and vast. The solution is a hierarchy.
From fastest to slowest (and smallest to largest):
| Level | Type | Location | Volatile? | |---|---|---|---| | 1 | Registers | Inside CPU | Yes | | 2 | Cache (L1/L2/L3) | On/near CPU chip | Yes | | 3 | RAM (Main Memory) | DIMM slots on motherboard | Yes | | 4 | SSD/HDD | Connected via SATA/NVMe | No | | 5 | Optical/Tape | External | No |
Cache memory sits on or immediately adjacent to the CPU die. It stores copies of frequently accessed data so the CPU does not have to reach out to RAM every single cycle. L1 cache is the fastest and smallest (typically 32–128 KB per core). L2 is larger and slightly slower. L3 is shared across cores and can range from a few MB to tens of MB. For the exam: cache has the fastest access time among named memory types — faster than RAM, faster than any storage device.
RAM (Random Access Memory) is volatile — cut power and all data is gone. This is the defining characteristic that the exam tests repeatedly.
Modern desktops use DDR4 (Double Data Rate 4) SDRAM as the standard. "Double Data Rate" means data transfers occur on both the rising and falling edges of the clock signal, effectively doubling throughput. DDR5 is emerging in newer platforms, but DDR4 remains the stated standard for most exam purposes.
Contrast RAM with:
The volatile/non-volatile axis is the most-tested RAM concept. Do not mix it up.
SATA (Serial ATA) is the dominant interface connecting storage drives (HDDs and SSDs) to the motherboard.
Key SATA specifications:
The exam specifically tests SATA 3.0 = 6 Gbps. Lock this in.
One other critical SATA fact: SATA uses a point-to-point connection. Each SATA port connects to exactly one device. This is the architectural break from the older PATA/IDE interface, which used a master/slave configuration allowing two devices per channel. If a question asks "how many devices per SATA port?" — the answer is 1.
The motherboard (also called the mainboard or system board) is the central printed circuit board that interconnects every other component. It houses:
Form factors define the physical size and mounting hole layout of a motherboard:
For the exam: ATX is the standard form factor for most modern desktop computers.
The PSU performs one essential job: it converts AC (alternating current) from the wall outlet into DC (direct current) at the precise voltages computer components require.
The standard ATX power supply delivers three primary voltage rails:
The main ATX connector is a 24-pin connector. This three-rail (+3.3V, +5V, +12V) specification is a direct exam target — especially in questions that list "12V only" or "5V and 12V" as distractors.
Input devices — send data into the CPU: Keyboard, mouse, scanner, microphone, webcam, joystick, trackpad, light pen, barcode reader, OCR reader, biometric sensor.
Output devices — receive processed data from the CPU: Monitor, printer, speakers, plotter, projector, headphones.
Both input and output (I/O devices): Touch screen, modem, network interface card, external hard drive (read = input, write = output).
Draw a single line in your head: left side = volatile (loses data without power), right side = non-volatile (retains data without power). Place: Cache → RAM → on the volatile side. ROM → Flash → EPROM → Hard Drive → on the non-volatile side. Every memory question maps to this line. Standard recall: 20s of re-reading the options. With this mental line: 5s — you place each option left or right and eliminate immediately.
SATA versions double in speed each generation: SATA 1 = 1.5 Gbps, SATA 2 = 3 Gbps (×2), SATA 3 = 6 Gbps (×2 again). If you blank on SATA 3.0, just double SATA 2.0. No memorisation of isolated facts — just one doubling rule. Standard method: trying to recall the exact number from memory (15–20s, with risk of confusion). Pattern method: double the previous (3s, zero risk of confusion between SATA 2 and SATA 3).
The three PSU rails form an ascending staircase: 3.3 → 5 → 12. Say it as "three-five-twelve" once when you read the question. Distractors always drop one of these or add an incorrect value (like 24V, which is the pin count of the connector, not a voltage). Knowing "three-five-twelve" as a locked unit means you spot the complete correct answer (3.3V, 5V, and 12V) in under 4s versus re-reading each option carefully (12–15s).
The question "how many devices per SATA port?" tempts you toward 2 (because the older PATA/IDE standard allowed 2 per channel using master/slave). The elimination is immediate: SATA replaced PATA precisely because it dropped the master/slave complexity for a clean 1:1 connection. See the word "SATA" in a connectivity question → eliminate 2, 4, 8 → answer is 1. Saves re-reading all options: standard 20s vs. elimination 5s.
When asked about the standard form factor for most modern desktop computers, the four options always include Mini-ITX (too small/niche), Micro-ATX (popular but not the primary standard), ATX (correct), and sometimes E-ATX (high-end/workstation). The word "standard" or "most common" = ATX. Mini-ITX and E-ATX are both niche products — eliminate them first. Micro-ATX is often used as the close distractor. 3-step elimination vs. 4-option reading: cuts 8s to 3s.
When you see a hardware question in the exam hall, run through this decision tree in order:
Step 1 — Is it a volatility question? Keywords: "loses data when power off", "temporary", "volatile". → Answer is RAM (or cache). If the question asks what is NOT volatile → ROM, Flash, EPROM, Hard Drive.
Step 2 — Is it a speed/hierarchy question? "Fastest access time" → Cache. "Directly accessible by CPU" → Cache. "Main memory" → RAM. "Secondary storage" → HDD/SSD.
Step 3 — Is it a SATA question? "SATA 3.0 speed" → 6 Gbps. "Devices per SATA port" → 1. Apply the doubling pattern if you need to reconstruct the speed.
Step 4 — Is it a PSU/power question? "Converts AC to DC" → PSU. "Standard voltages" → 3.3V, 5V, 12V.
Step 5 — Is it a form factor question? "Standard desktop" → ATX. "Compact/small form factor" → Mini-ITX.
Step 6 — Is it an input/output classification? Apply the rule: input = data goes IN to the CPU; output = processed data comes OUT. Touch screen and modem = both.
If the question does not match any step above, look for the most specific technical term in the answer options and trace it back to the concept it belongs to.
Why this question: This tests the single most-recalled SATA specification. It appears in IBPS and SBI Clerk papers in near-identical form. The distractor "12 Gbps" is designed to trap anyone who confuses SATA 3 with NVMe speeds.
Solving path: Apply the SATA doubling pattern — 1.5 → 3 → 6. SATA 3.0 = 6 Gbps. Eliminate 3 Gbps (SATA 2.0), 12 Gbps (NVMe territory, not SATA), 16 Gbps (no standard SATA interface). Answer: 6 Gbps.
Why this question: The memory hierarchy is tested in almost every Computer Awareness section. "Fastest access time" is the exact phrasing used repeatedly. The trap here is answering RAM — which is fast, but not the fastest.
Solving path: Step 2 of the framework — "fastest access time" → Cache. Hard Disk Drive is secondary storage, slowest in the list. RAM is faster than HDD but slower than Cache. Optical Drive is even slower than HDD. Answer: Cache Memory.
Why this question: This tests the SATA point-to-point architecture. The trap is option "2" — because many candidates remember that older interfaces (PATA) allowed 2 devices per channel.
Solving path: SATA = point-to-point = 1 device per port. PATA = master/slave = 2 devices per channel. The question specifies SATA, so eliminate 2, 4, 8. Answer: 1.
Why this question: This is a direct definition question on the PSU's role. It appears because many candidates confuse the motherboard (which distributes power) with the PSU (which converts it).
Solving path: The verb is "converting AC to DC." The motherboard distributes power but does not convert it. The CPU processes data. The graphics card handles rendering. Only the PSU performs AC→DC conversion. Answer: Power Supply Unit (PSU).
Why this question: The volatile/non-volatile distinction is one of the five most-tested facts in Computer Awareness for banking exams. ROM, EPROM, and Flash are all designed as distractors — all three are non-volatile.
Solving path: Volatile = loses data without power. ROM = Read-Only, non-volatile (holds BIOS). EPROM = UV-erasable, non-volatile. Flash = electrically erasable, non-volatile (USB drives, SSDs). RAM = volatile. Answer: RAM.
Confusing Cache with RAM on "directly accessible by CPU" questions. Both are accessible by the CPU, but cache is faster and physically closer. When the question says "fastest access time" or "directly on/near CPU," the answer is cache — not RAM.
Answering "2 devices per SATA port" because of PATA muscle memory. PATA allowed 2 devices per channel (master/slave). SATA dropped this entirely in favour of a 1:1 point-to-point connection. If the question says SATA, the answer is 1, every time.
Selecting "12V only" for PSU voltage output. The PSU provides three rails: 3.3V, 5V, and 12V. "12V only" is a distractor that sounds plausible because 12V is the most prominent rail for CPU and GPU power.
Treating DDR4 and DRAM as competing options. DDR4 IS a type of DRAM (Dynamic RAM). Questions that list both as options are testing whether you know DDR4 is the specific current standard, not just the broad category. When "DDR4" is an option alongside "DRAM," pick DDR4.
Marking Micro-ATX as the standard desktop form factor. Micro-ATX is widely used, but ATX is the defined standard for full-size desktop computers. The keyword "standard" or "most common" in the question = ATX.
Classifying a touch screen as output-only. Touch screens are bidirectional I/O devices — they display output (like a monitor) and also accept touch input. Marking them as purely output will cost you marks.