Computer Hardware for SBI PO — Components, Interfaces, and Memory Explained

beginner 18 min read

Concept

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.


Deep Dive

The CPU — Heart of Processing

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.

Memory Hierarchy — Get This Exactly Right

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 — Central Hub

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.

Storage Interfaces

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.

HDD Rotation Speed

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.

Cooling Systems

CPU cooling is necessary because processors generate significant heat under load. The options from least to most effective:


Memory Tricks & Shortcuts

patternUSB Speed Ladder — 480 / 5 / 10 / 20 / 40

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.

patternVolatile = VAnishes (VA rule)

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.

eliminationMotherboard vs CPU — What Decides RAM Slots?

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.

patternHDD RPM Anchor: 7200 = Desktop Standard

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.

eliminationStorage Interface Elimination: SATA Wins Internally

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.


Fast-Solving Framework

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.


Solved PYQs

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the typical data transfer speed of USB 3.0?
USB 3.0 की सामान्य डेटा ट्रांसफर स्पीड कितनी होती है?
  1. 480 Mbps
  2. 5 Gbps
  3. 10 Gbps
  4. 20 Gbps
  1. 480 Mbps
  2. 5 Gbps
  3. 10 Gbps
  4. 20 Gbps
Solutionसमाधान
USB 3.0 has a theoretical maximum data transfer speed of 5 Gbps (Gigabits per second), which is significantly faster than USB 2.0's 480 Mbps. This represents about a 10x improvement in data transfer speed over the previous generation.
USB 3.0 की सैद्धांतिक अधिकतम डेटा ट्रांसफर गति 5 Gbps (गीगाबिट प्रति सेकेंड) है, जो USB 2.0 के 480 Mbps से काफी तेज़ है। यह पिछली पीढ़ी की तुलना में डेटा ट्रांसफर गति में लगभग 10 गुना सुधार दर्शाता है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which component connects all other components in a computer and allows them to communicate?
कंप्यूटर में कौन सा कॉम्पोनेंट बाकी सभी कॉम्पोनेंट्स को आपस में जोड़ता है और उन्हें एक-दूसरे से communicate करने देता है?
  1. CPU
  2. Motherboard
  3. RAM
  4. Hard Drive
  1. CPU
  2. Motherboard
  3. RAM
  4. Hard Drive
Solutionसमाधान
The motherboard is the main circuit board that connects all components of a computer system. It houses the CPU, RAM slots, expansion slots, and various connectors, providing communication pathways between all components through its bus system.
मदरबोर्ड मुख्य सर्किट बोर्ड है जो कंप्यूटर सिस्टम के सभी घटकों को जोड़ता है। इसमें CPU, RAM स्लॉट, एक्सपेंशन स्लॉट और विभिन्न कनेक्टर होते हैं, जो अपने बस सिस्टम के माध्यम से सभी घटकों के बीच संचार मार्ग प्रदान करता है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which interface is commonly used to connect modern SSDs internally in computers?
कंप्यूटर में आधुनिक SSD को अंदर से कनेक्ट करने के लिए आमतौर पर कौन सा इंटरफेस इस्तेमाल होता है?
  1. IDE
  2. SATA
  3. Parallel ATA
  4. Floppy
  1. IDE
  2. SATA
  3. Parallel ATA
  4. Floppy
Solutionसमाधान
SATA (Serial Advanced Technology Attachment) is the most common interface for connecting modern SSDs and HDDs internally. SATA provides faster data transfer speeds than older interfaces like IDE/PATA and is the standard for current storage devices.
SATA (सीरियल एडवांस्ड टेक्नोलॉजी अटैचमेंट) आधुनिक SSD और HDD को आंतरिक रूप से जोड़ने के लिए सबसे आम इंटरफेस है। SATA पुराने इंटरफेस जैसे IDE/PATA की तुलना में तेज़ डेटा ट्रांसफर स्पीड प्रदान करता है और वर्तमान स्टोरेज डिवाइसेज के लिए मानक है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which type of memory retains data even when power is turned off?
किस प्रकार की मेमोरी में पावर बंद होने के बाद भी डेटा सुरक्षित रहता है?
  1. RAM
  2. Cache Memory
  3. Non-volatile Memory
  4. Virtual Memory
  1. RAM
  2. Cache Memory
  3. Non-volatile Memory
  4. Virtual Memory
Solutionसमाधान
Non-volatile memory retains stored data even when electrical power is removed. Examples include ROM, flash memory, hard drives, and SSDs. This is opposite to volatile memory like RAM, which loses data when power is turned off.
नॉन-वोलेटाइल मेमोरी विद्युत शक्ति हटाए जाने पर भी संग्रहीत डेटा को बनाए रखती है। उदाहरण में ROM, फ्लैश मेमोरी, हार्ड ड्राइव और SSD शामिल हैं। यह RAM जैसी वोलेटाइल मेमोरी के विपरीत है, जो पावर बंद होने पर डेटा खो देती है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the typical rotational speed of a standard desktop hard disk drive (HDD)?
एक सामान्य डेस्कटॉप हार्ड डिस्क ड्राइव (HDD) की सामान्य रोटेशनल स्पीड क्या होती है?
  1. 5400 RPM
  2. 7200 RPM
  3. 10000 RPM
  4. 15000 RPM
  1. 5400 RPM
  2. 7200 RPM
  3. 10000 RPM
  4. 15000 RPM
Solutionसमाधान
Most standard desktop HDDs operate at 7200 RPM (Revolutions Per Minute). This speed provides a good balance between performance and cost. Laptop drives often run at 5400 RPM for better battery life, while high-performance drives can reach 10000 or 15000 RPM.
अधिकांश मानक डेस्कटॉप HDD 7200 RPM (रिवोल्यूशन पर मिनट) पर काम करते हैं। यह गति प्रदर्शन और लागत के बीच अच्छा संतुलन प्रदान करती है। लैपटॉप ड्राइव अक्सर बेहतर बैटरी जीवन के लिए 5400 RPM पर चलते हैं, जबकि उच्च-प्रदर्शन ड्राइव 10000 या 15000 RPM तक पहुंच सकते हैं।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which component determines the maximum number of RAM slots available on a motherboard?
मदरबोर्ड पर उपलब्ध RAM स्लॉट्स की अधिकतम संख्या कौन सा कॉम्पोनेंट तय करता है?
  1. CPU socket type
  2. Chipset design
  3. Power supply capacity
  4. Case size
  1. CPU सॉकेट टाइप
  2. चिपसेट डिज़ाइन
  3. पावर सप्लाई कैपेसिटी
  4. केस का साइज़
Solutionसमाधान
The chipset design determines the maximum number of RAM slots and memory channels supported by a motherboard. Different chipsets have varying capabilities for memory support, with high-end chipsets typically supporting more memory slots and channels than budget models.
चिपसेट डिज़ाइन यह निर्धारित करता है कि मदरबोर्ड द्वारा समर्थित RAM स्लॉट्स और मेमोरी चैनलों की अधिकतम संख्या क्या होगी। विभिन्न चिपसेट्स में मेमोरी समर्थन के लिए अलग-अलग क्षमताएं होती हैं, उच्च-अंत चिपसेट्स आमतौर पर बजट मॉडल की तुलना में अधिक मेमोरी स्लॉट्स और चैनलों का समर्थन करते हैं।

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.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →