Computer Hardware for SBI Clerk – CPU, RAM, Storage, Motherboard & More

beginner 18 min read

Concept

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:

  1. Processing — the CPU (Central Processing Unit) and its supporting chips do the thinking.
  2. Memory & Storage — RAM holds what the processor is actively working on; secondary storage holds everything else.
  3. Input — devices that let you feed data into the system (keyboard, mouse, scanner, microphone).
  4. Output — devices that deliver results back to you (monitor, printer, speakers).

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.


Deep Dive

The CPU and the Memory Hierarchy

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 — The Working Memory

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 and Storage Interfaces

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

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 Power Supply Unit (PSU)

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 and Output Devices

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).


Memory Tricks & Shortcuts

patternCache-RAM-ROM Volatility Line

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.

patternSATA Speed Doubling Pattern

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).

patternPSU Voltages: 3-5-12 Staircase

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).

eliminationSATA Point-to-Point = One Port, One Device

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.

eliminationATX is the Default Form Factor Answer

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.


Fast-Solving Framework

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.


Solved PYQs

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the maximum theoretical data transfer rate of SATA 3.0 interface?
SATA 3.0 इंटरफेस की अधिकतम थियोरेटिकल डेटा ट्रांसफर रेट क्या है?
  1. 3 Gbps
  2. 6 Gbps
  3. 12 Gbps
  4. 16 Gbps
  1. 3 Gbps
  2. 6 Gbps
  3. 12 Gbps
  4. 16 Gbps
Solutionसमाधान
SATA 3.0 (also known as SATA III or SATA 6Gb/s) has a maximum theoretical data transfer rate of 6 Gbps (gigabits per second), which translates to approximately 600 MB/s in practical terms.
SATA 3.0 (जिसे SATA III या SATA 6Gb/s भी कहा जाता है) की अधिकतम सैद्धांतिक डेटा ट्रांसफर दर 6 Gbps (गीगाबिट्स प्रति सेकंड) है, जो व्यावहारिक रूप से लगभग 600 MB/s के बराबर होती है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which type of memory is directly accessible by the CPU and has the fastest access time?
किस प्रकार की मेमोरी CPU द्वारा सीधे एक्सेस की जा सकती है और जिसका एक्सेस टाइम सबसे तेज़ होता है?
  1. Hard Disk Drive
  2. RAM
  3. Cache Memory
  4. Optical Drive
  1. Hard Disk Drive
  2. RAM
  3. Cache Memory
  4. Optical Drive
Solutionसमाधान
Cache memory, located on or very close to the CPU, has the fastest access time among all memory types. It stores frequently used data and instructions to reduce the number of times the CPU needs to access slower main memory.
कैश मेमोरी, जो CPU पर या उसके बहुत नजदीक स्थित होती है, सभी मेमोरी प्रकारों में सबसे तेज एक्सेस टाइम रखती है। यह बार-बार उपयोग होने वाले डेटा और निर्देशों को संग्रहीत करती है ताकि CPU को धीमी मुख्य मेमोरी तक पहुंचने की आवश्यकता कम हो।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the maximum number of devices that can be connected to a single SATA controller port?
एक सिंगल SATA कंट्रोलर पोर्ट से अधिकतम कितने डिवाइस कनेक्ट किए जा सकते हैं?
  1. 1
  2. 2
  3. 4
  4. 8
  1. 1
  2. 2
  3. 4
  4. 8
Solutionसमाधान
Each SATA port can connect to only one device directly. Unlike the older PATA (IDE) interface which could connect two devices per channel using master/slave configuration, SATA uses a point-to-point connection.
प्रत्येक SATA पोर्ट सीधे केवल एक उपकरण से जुड़ सकता है। पुराने PATA (IDE) इंटरफेस के विपरीत, जो मास्टर/स्लेव कॉन्फ़िगरेशन का उपयोग करके प्रति चैनल दो उपकरणों को जोड़ सकता था, SATA एक पॉइंट-टू-पॉइंट कनेक्शन का उपयोग करता है।

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).

Previous Year Questionपिछले वर्ष का प्रश्न
Which component is responsible for converting AC power from the wall outlet to DC power for computer components?
वॉल आउटलेट से आने वाली AC पावर को कंप्यूटर कंपोनेंट्स के लिए DC पावर में बदलने का काम कौन सा कंपोनेंट करता है?
  1. Motherboard
  2. Power Supply Unit (PSU)
  3. CPU
  4. Graphics Card
  1. Motherboard
  2. Power Supply Unit (PSU)
  3. CPU
  4. Graphics Card
Solutionसमाधान
The Power Supply Unit (PSU) converts alternating current (AC) from the wall outlet into direct current (DC) at various voltages required by different computer components. It provides stable power distribution throughout the system.
पावर सप्लाई यूनिट (PSU) दीवार के आउटलेट से आने वाली AC (अल्टरनेटिंग करंट) को कंप्यूटर के विभिन्न घटकों के लिए आवश्यक DC (डायरेक्ट करंट) में परिवर्तित करती है। यह पूरे सिस्टम में स्थिर विद्युत आपूर्ति प्रदान करती है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which type of memory is volatile and loses its contents when power is turned off?
किस प्रकार की मेमोरी volatile होती है और बिजली बंद होने पर अपना डेटा खो देती है?
  1. ROM
  2. RAM
  3. EPROM
  4. Flash Memory
  1. ROM
  2. RAM
  3. EPROM
  4. Flash Memory
Solutionसमाधान
RAM (Random Access Memory) is volatile memory that temporarily stores data and programs currently in use. When power is turned off, all data stored in RAM is lost, unlike non-volatile memories like ROM and Flash memory.
RAM (रैंडम एक्सेस मेमोरी) वोलेटाइल मेमोरी है जो अस्थायी रूप से डेटा और प्रोग्राम स्टोर करती है। जब पावर बंद हो जाती है, तो RAM में संग्रहीत सभी डेटा खो जाता है।

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.


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →