Computer Hardware for IBPS Clerk — CPU, RAM, ROM, Motherboard & Devices

beginner 18 min read

Concept

Hardware is everything you can physically touch on or inside a computer. If you can drop it on your foot, it is hardware. That is the classic line — and it is accurate enough for exams.

Think of a computer as an office. The CPU (Central Processing Unit) is the manager who makes all decisions. RAM is the manager's desk — work in progress sits there, fast to access, but the desk is cleared every night when the power goes off. ROM is a notice board with permanent instructions that do not change. Storage devices (HDD, SSD) are the filing cabinets — slower to access than the desk, but the files stay there even when the office closes. The motherboard is the office floor itself — every piece of furniture (component) connects to it.

For IBPS Clerk, the Computer section typically carries straightforward factual questions. You will not be asked to build a computer; you will be asked what something does or what an abbreviation stands for. The payoff here is high — these questions take 20–30 seconds each if your definitions are sharp.

Hardware falls into four broad categories that you must have wired in memory:

One important boundary: a device can be both input and output. A touch screen is I/O. A modem is I/O. A pen drive is I/O (you write to it and read from it). Examiners test this boundary deliberately.


Deep Dive

The CPU — Breaking It Down

The CPU has three functional units:

CPU speed is measured in GHz (Gigahertz) — billions of cycles per second. A higher clock speed generally means faster processing, but the number of cores matters too. Modern CPUs are multi-core (dual-core = 2, quad-core = 4, etc.).

Memory — The Full Hierarchy

This is where IBPS questions concentrate. Learn this hierarchy top-to-bottom (fastest/smallest → slowest/largest):

| Level | Type | Speed | Volatile? | |---|---|---|---| | Registers | Inside CPU | Fastest | Yes | | Cache (L1, L2, L3) | Inside/near CPU | Very fast | Yes | | RAM | On motherboard | Fast | Yes | | ROM / EEPROM / Flash | On motherboard | Moderate | No | | SSD / HDD | External storage | Slow | No | | Optical / Tape | Archival | Slowest | No |

RAM (Random Access Memory): volatile, temporary workspace. Two types — SRAM (Static RAM, used in cache, faster, costlier) and DRAM (Dynamic RAM, used as main memory, needs periodic refreshing). DDR4 and DDR5 are current standards for desktop RAM.

ROM (Read Only Memory): non-volatile, data survives power-off. Variants: PROM (Programmable, write once), EPROM (Erasable with UV light), EEPROM (Electrically Erasable, can be rewritten without removing from board — flash memory is a type of EEPROM). BIOS is stored in ROM/Flash.

Cache Memory: lives between the CPU and RAM. Holds recently or frequently used data so the processor does not have to fetch it from the slower RAM repeatedly. L1 cache is smallest and fastest (inside the CPU core), L2 is larger, L3 is shared across cores.

Motherboard — The Backbone

The motherboard (also called mainboard or system board) is the PCB (Printed Circuit Board) that connects every component. Key elements on a motherboard:

The standard form factor for desktop motherboards is ATX (Advanced Technology eXtended), introduced by Intel. Smaller variants: Micro-ATX, Mini-ITX. Larger: E-ATX (used in workstations/servers).

BIOS and UEFI

BIOS (Basic Input/Output System) is firmware stored in ROM on the motherboard. When you press the power button, BIOS runs POST (Power-On Self Test) — it checks that hardware (RAM, keyboard, storage) is working. Then it hands control to the OS bootloader. BIOS operates in 16-bit mode with a 1 MB addressing limit.

Modern systems replace BIOS with UEFI (Unified Extensible Firmware Interface) — faster boot, supports drives larger than 2 TB (GPT partition scheme), has a graphical interface, and operates in 32/64-bit mode.

Power Supply Unit (PSU)

The PSU converts AC (Alternating Current) from the wall socket to the DC (Direct Current) voltages required by components: +12V (CPU, fans), +5V (drives, USB), +3.3V (RAM, chipset). Without the PSU, no component receives power. It is distinct from a UPS (Uninterruptible Power Supply), which provides battery backup during outages.

Connectors and Ports — The Exam's Favourite Facts

| Interface | Max Transfer Rate | Notes | |---|---|---| | USB 2.0 | 480 Mbps | Older standard, still common | | USB 3.0 (3.1 Gen 1) | 5 Gbps | ~10x faster than USB 2.0 | | USB 3.1 Gen 2 | 10 Gbps | | | USB 3.2 Gen 2x2 | 20 Gbps | | | HDMI | Varies (up to ~48 Gbps in 2.1) | Audio + video in one cable | | VGA | Analogue signal | Older monitors, no audio | | DVI | Digital/Analogue | Transitional standard | | DisplayPort | Up to 77 Gbps (2.0) | Common on gaming monitors |

HDMI is the standard asked about most frequently in IBPS-pattern exams. Remember: HDMI carries both audio and video; VGA carries video only and is analogue.

Virtualization

Virtualization software (a hypervisor) abstracts physical hardware resources so multiple Virtual Machines (VMs) can run simultaneously on one physical server. Type 1 hypervisors (bare-metal) run directly on hardware — VMware ESXi, Microsoft Hyper-V. Type 2 hypervisors run inside a host OS — VirtualBox, VMware Workstation. This is distinct from multitasking (one OS, multiple processes) and cloud computing (virtualization at scale, delivered over a network).


Memory Tricks & Shortcuts

patternIPOS Model — Never Confuse Device Types

Map every device to: Input → Process → Output → Storage. When a question lists a device, ask: does it put data IN, work on it, push it OUT, or hold it? Scanner = Input. Monitor = Output. CPU = Process. Hard Disk = Storage. Touch screen = Input AND Output. This eliminates wrong choices in 5 seconds. Standard approach (reading each option cold): ~25s. With IPOS filter: ~8s.

eliminationVolatile vs. Non-Volatile: The Power-Off Test

Any memory that loses data when power is off = volatile = RAM family. Any memory that keeps data = non-volatile = ROM, Flash, SSD, HDD, optical. When options include RAM, ROM, Flash, EEPROM — apply the power-off test instantly. RAM is always the volatile answer. This reduces a 4-option question to a 1-step recall. Standard method (re-reading definitions): ~20s. With power-off rule: ~6s.

patternUSB Speed Ladder — 480 / 5 / 10 / 20

The USB speed sequence doubles at each major jump: USB 2.0 = 480 Mbps, USB 3.0 = 5 Gbps, USB 3.1 Gen 2 = 10 Gbps, USB 3.2 Gen 2x2 = 20 Gbps. Memorise the anchor: USB 2.0 = 480 Mbps, USB 3.0 = 5 Gbps. If the question says "10 times faster than USB 2.0", the answer is USB 3.0 (5 Gbps ÷ 480 Mbps ≈ 10x). 3 steps to check vs. 1 direct recall.

patternBIOS Acronym — Build It to Own It

Basic Input/Output System. The distractor options always swap one word: "Binary Input/Output Structure" or "Boot Information Operating System." Lock in the correct expansion by noting that BIOS is firmware, not software, not a structure — it is a system. The word "Basic" always appears first. Spotting the wrong word in distractors takes 3 seconds with this anchor vs. 15 seconds reading all options fresh.

eliminationATX is Always the Desktop Standard

For any question about motherboard form factor for "standard desktop" or "most common desktop", the answer is ATX. Mini-ITX = compact builds, Micro-ATX = mid-range smaller, E-ATX = workstations/high-end. The moment the question says "most common" or "standard desktop", eliminate all others. 1-step elimination vs. 4-step comparison.


Fast-Solving Framework

When you see a Computer Hardware question in the exam hall, run this decision tree in your head:

Step 1 — Is it an abbreviation question? Yes → Recall full form directly. BIOS, PSU, ATX, HDMI, SRAM, DRAM, ALU, CU, UEFI, POST. If you know it, mark and move. Time: 10s.

Step 2 — Is it a device classification question? Apply the IPOS model. If the device sends data to the CPU = Input. If it receives data from the CPU = Output. If it does both = I/O. Time: 8s.

Step 3 — Is it a memory type question? Apply the power-off test. Volatile = RAM. Non-volatile = ROM/Flash/SSD/HDD. Check if it is asking about speed hierarchy (Registers > Cache > RAM > Storage). Time: 10s.

Step 4 — Is it a speed/specification question? Use the USB ladder (480 Mbps / 5 Gbps / 10 Gbps / 20 Gbps) or connector facts (HDMI = audio + video). Time: 8s.

Step 5 — Is it a concept/function question (cache, virtualization, PSU)? Recall the one-line function: Cache = reduce RAM access time, PSU = AC to DC, Virtualization = multiple VMs on one machine. Mark confidently.

If still unsure after Step 5: eliminate the most obviously wrong option, pick the most specific remaining answer. Do not leave blank — there is no mention of negative marking changes that would alter this advice.


Solved PYQs

Why this question: Cache memory questions appear almost every cycle because aspirants confuse cache with RAM or with storage. This tests whether you understand where cache sits in the hierarchy and why it exists.

Previous Year Questionपिछले वर्ष का प्रश्न
What does CPU cache memory primarily help to improve?
CPU cache memory मुख्य रूप से किसे बेहतर बनाने में मदद करती है?
  1. Storage capacity
  2. Network connectivity
  3. Processing speed
  4. Power consumption
  1. Storage capacity
  2. Network connectivity
  3. Processing speed
  4. Power consumption
Solutionसमाधान
CPU cache memory stores frequently accessed data and instructions close to the processor, significantly reducing the time needed to access this information and thereby improving overall processing speed.
CPU कैश मेमोरी बार-बार एक्सेस किए जाने वाले डेटा और निर्देशों को प्रोसेसर के नजदीक संग्रहीत करती है, जिससे इस जानकारी तक पहुंचने का समय काफी कम हो जाता है और समग्र प्रसंस्करण गति में सुधार होता है।

Solving path: Cache sits between CPU and RAM. Its sole purpose is to feed frequently used data to the processor faster than RAM can. "Storage capacity" is wrong — cache is tiny by design. "Network connectivity" is irrelevant hardware. "Power consumption" is not what cache targets. Only "Processing speed" survives. 10 seconds with the hierarchy mental model.


Why this question: Volatile vs. non-volatile is a high-frequency distinction. Notice the trap — Flash Memory and EEPROM are both non-volatile but look like "fancy RAM" to unprepared candidates.

Previous Year Questionपिछले वर्ष का प्रश्न
Which memory type loses its contents when power is turned off?
कौन सी मेमोरी का कंटेंट बिजली बंद होने पर मिट जाता है?
  1. ROM
  2. Flash Memory
  3. RAM
  4. EEPROM
  1. ROM
  2. Flash Memory
  3. RAM
  4. EEPROM
Solutionसमाधान
RAM (Random Access Memory) is volatile memory, meaning it loses all stored data when power is removed from the system. This is why data needs to be saved to non-volatile storage.
RAM (रैंडम एक्सेस मेमोरी) वोलाटाइल मेमोरी है, जिसका अर्थ है कि जब सिस्टम से पावर हटा दी जाती है तो यह सभी संग्रहीत डेटा खो देती है। यही कारण है कि डेटा को नॉन-वोलाटाइल स्टोरेज में सेव करना पड़ता है।

Solving path: Apply the power-off test to each option. ROM = stays after power-off (non-volatile). Flash Memory = stays (it is EEPROM-based). EEPROM = stays. RAM = gone when power is removed (volatile by definition). Mark RAM in 6 seconds.


Why this question: The PSU function is tested because candidates confuse it with UPS. The question locks in the AC-to-DC conversion function.

Previous Year Questionपिछले वर्ष का प्रश्न
Which component converts AC power from the wall outlet to DC power for computer components?
कौन सा कंपोनेंट दीवार के आउटलेट से आने वाली AC पावर को कंप्यूटर के पार्ट्स के लिए DC पावर में बदलता है?
  1. Motherboard
  2. Power Supply Unit (PSU)
  3. UPS
  4. Voltage Regulator
  1. मदरबोर्ड
  2. Power Supply Unit (PSU)
  3. UPS
  4. Voltage Regulator
Solutionसमाधान
PSU (Power Supply Unit) converts alternating current (AC) from the electrical outlet into direct current (DC) at various voltages required by different computer components.
PSU (पावर सप्लाई यूनिट) बिजली के आउटलेट से प्रत्यावर्ती धारा (AC) को विभिन्न कंप्यूटर घटकों द्वारा आवश्यक विभिन्न वोल्टेज पर प्रत्यक्ष धारा (DC) में परिवर्तित करता है।

Solving path: The motherboard distributes power but does not convert it. A UPS provides backup power but does not do the AC-to-DC conversion itself (it has a built-in PSU internally, but in exam context UPS = backup power device). A Voltage Regulator stabilises voltage but does not convert AC to DC. PSU is the correct, specific answer. 12 seconds.


Why this question: USB 3.0 speed is a direct factual recall tested repeatedly. The distractor "480 Mbps" is USB 2.0's speed — examiners expect you to confuse the two generations.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the typical data transfer rate of USB 3.0 interface?
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 (also known as USB 3.1 Gen 1) has a theoretical maximum data transfer rate of 5 Gbps, which is approximately 10 times faster than USB 2.0's 480 Mbps.
USB 3.0 (जिसे USB 3.1 Gen 1 के रूप में भी जाना जाता है) की सैद्धांतिक अधिकतम डेटा स्थानांतरण दर 5 Gbps है, जो USB 2.0 के 480 Mbps से लगभग 10 गुना तेज है।

Solving path: USB 2.0 = 480 Mbps (this is option A, the trap). USB 3.0 = 5 Gbps. USB 3.1 Gen 2 = 10 Gbps. USB 3.2 Gen 2x2 = 20 Gbps. The explanation itself confirms: 5 Gbps is approximately 10 times 480 Mbps. Mark 5 Gbps. 8 seconds with the USB ladder memorised.


Why this question: BIOS is one of the most frequently tested abbreviations in IBPS Clerk Computer sections. The distractor options are crafted to sound plausible — "Boot Information Operating System" sounds logical to someone who knows BIOS handles booting.

Previous Year Questionपिछले वर्ष का प्रश्न
What does BIOS stand for in computer terminology?
कंप्यूटर की भाषा में BIOS का पूरा नाम क्या है?
  1. Basic Input/Output System
  2. Binary Input/Output Structure
  3. Boot Information Operating System
  4. Basic Integrated Operating Software
  1. Basic Input/Output System
  2. Binary Input/Output Structure
  3. Boot Information Operating System
  4. Basic Integrated Operating Software
Solutionसमाधान
BIOS stands for Basic Input/Output System. It's firmware that initializes hardware components during the boot process and provides runtime services for operating systems and programs.
BIOS का अर्थ Basic Input/Output System है। यह फर्मवेयर है जो बूट प्रक्रिया के दौरान हार्डवेयर घटकों को प्रारंभ करता है और ऑपरेटिंग सिस्टम और प्रोग्राम के लिए रनटाइम सेवाएं प्रदान करता है।

Solving path: "Basic" always comes first — eliminate options B, C, D on that basis alone. The word "System" (not "Structure" or "Software") completes it. Option A = Basic Input/Output System. Mark in 6 seconds using the anchor.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →