Why this topic matters · 7 min read
Computer Hardware appears in the General Awareness / Computer Knowledge section of IBPS PO, typically contributing 3-5 questions per paper. Questions focus on identifying input/output devices, storage types, processor specs, and memory hierarchy. The difficulty is low to moderate, making this a scoring area if you memorize device categories and key facts precisely. Expect direct definition-based or application-based MCQs like 'Which of the following is a secondary storage device?' or 'RAM is volatile — True or False?'
What is Computer Hardware
Hardware refers to all the physical, tangible parts of a computer that you can touch and feel. Think of hardware as the body of a computer, while software is the brain or mind controlling it. Hardware includes everything from the keyboard you type on to the chips inside the motherboard.
- Hardware is physical; software is logical.
- Hardware is broadly divided into Input, Output, Processing, and Storage units.
- The CPU is the core processing hardware — often called the brain of the computer.
- Hardware interacts with software through firmware and device drivers.
- Hardware components communicate via a system bus (data bus, address bus, control bus).
Input Devices
Input devices allow users to feed data or instructions into the computer. Remember: INPUT = data going IN. Common exam traps involve borderline devices like touchscreens (both input and output) or scanners.
- Keyboard — most common input device, alphanumeric data entry.
- Mouse, Trackball, Joystick — pointing devices.
- Scanner — converts physical documents to digital format.
- Microphone — audio input.
- Barcode Reader, OMR, OCR, MICR — special-purpose input devices used in banking and exams.
- Webcam — captures video as input.
Output Devices
Output devices present processed data to the user. OUTPUT = processed result coming OUT. Monitor and printer are the most common. IBPS PO loves questions about printer types — know inkjet vs laser vs dot matrix.
- Monitor (VDU — Visual Display Unit) — most common output device.
- Printer types: Dot Matrix (impact, old), Inkjet (home use, liquid ink), Laser (office use, toner, fastest quality).
- Plotter — used for large drawings and blueprints (engineering output).
- Speaker / Headphones — audio output.
- Projector — displays output on a large screen.
- Touchscreen is BOTH input and output — a dual-purpose device.
Processing Unit — CPU
The Central Processing Unit (CPU) is the processor that executes instructions. It has three sub-parts: ALU, CU, and Registers. Think of CPU as the manager of a bank branch — it directs all work but does not store files permanently.
- ALU (Arithmetic Logic Unit) — performs all math and logical operations.
- CU (Control Unit) — directs and coordinates all computer operations.
- Registers — tiny, fastest memory inside the CPU for immediate data.
- Clock Speed measured in GHz — higher GHz means faster processing.
- Cache Memory — small fast memory between CPU and RAM (L1, L2, L3 levels).
- Multi-core processors (dual, quad, octa) allow parallel processing.
Memory — Primary vs Secondary
Memory is where data is stored. Primary memory is directly accessed by CPU and is fast but temporary. Secondary memory is permanent but slower. Think of primary memory as your work desk (temporary workspace) and secondary memory as a filing cabinet (permanent storage).
- RAM (Random Access Memory) — primary, volatile (data lost on power off), read and write.
- ROM (Read Only Memory) — primary, non-volatile, stores boot instructions (BIOS).
- Types of ROM: PROM, EPROM, EEPROM — increasingly flexible to rewrite.
- Secondary storage: Hard Disk (HDD), Solid State Drive (SSD), CD, DVD, Pen Drive, Memory Card.
- SSD is faster than HDD; HDD uses magnetic disks; SSD uses flash memory.
- Memory speed order (fastest to slowest): Registers > Cache > RAM > HDD/SSD.
Key formulas
Storage Unit Conversion
1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB
When: Used when questions ask about file sizes, storage capacity comparisons, or data transfer.
Worked examples
Q: A 4 GB pen drive can store how many 1 MB files? Answer: 4 GB = 4 x 1024 MB = 4096 MB. So it can store 4096 files of 1 MB each.
Q: Which is faster — L1 Cache or RAM? Answer: L1 Cache. Memory speed: Registers > L1 Cache > L2 Cache > RAM.
Ports and Connectivity Hardware
Ports are physical connection points on a computer. These are frequently asked in IBPS PO as one-liner identification questions. Know the full forms and uses.
- USB (Universal Serial Bus) — most common port for pen drives, keyboards, mouse.
- HDMI (High Definition Multimedia Interface) — connects monitors, TVs for audio-video.
- VGA (Video Graphics Array) — older monitor connection, video only.
- Ethernet Port (RJ-45) — wired internet/LAN connection.
- Audio Jack (3.5mm) — headphones and microphone.
- Bluetooth and Wi-Fi — wireless connectivity hardware (built into motherboard or as adapters).
Motherboard and Other Key Components
The motherboard is the main circuit board that connects all hardware components. It is the backbone of a computer. IBPS PO occasionally asks about expansion slots and chipsets.
- Motherboard holds CPU, RAM slots, ROM chip, expansion slots.
- SMPS (Switched Mode Power Supply) — converts AC to DC power for the computer.
- NIC (Network Interface Card) — hardware for connecting to a network.
- GPU (Graphics Processing Unit) — handles display and graphics, separate from CPU.
- Expansion slots: PCI, PCIe — used to add graphics card, sound card etc.
- BIOS (Basic Input Output System) — firmware stored on ROM, runs during startup.
⚠ Common mistakes to avoid
- Confusing RAM with ROM: RAM is volatile (data erases on shutdown), ROM is non-volatile. Many aspirants reverse this in a hurry.
- Treating touchscreen as only an output device: It is a dual-purpose device — both input and output. Questions trick you here.
- Mixing up printer types: Laser printer uses toner (powder), inkjet uses liquid ink. Dot matrix is an impact printer and is oldest. Do not say laser is an impact printer.
- Forgetting that Cache is between CPU and RAM, not the same as RAM or ROM.
- Thinking 1 KB = 1000 Bytes: In computing, 1 KB = 1024 Bytes. This matters in storage calculation questions.
🧠 Memory aids
- IPOS Model — Input, Process, Output, Storage. Every hardware device falls into one of these four roles. Ask yourself which role the device plays.
- RAM = Temporary, ROM = Permanent. Mnemonic: RAM Runs Away (volatile) when power cuts; ROM Remains (non-volatile).
- Speed ladder top to bottom: R-C-R-H. Registers, Cache, RAM, HDD. Think 'Rich Cats Rarely Hurry'.
- Printer types by speed and quality: Dot (slowest, oldest) to Inkjet (medium) to Laser (fastest, best). D-I-L = Dull to Ideal to Lightning.
🎯 IBPS PO exam tips
- IBPS PO Computer section has 20 questions; Hardware typically accounts for 3-5 of them. These are mostly direct recall questions so they are quick marks — spend no more than 30 seconds each.
- Most frequent question types: Identify device category (input/output/storage), full form of abbreviations (MICR, OMR, OCR, SMPS, NIC), and memory type properties (volatile/non-volatile).
- Banking-specific hardware like MICR (Magnetic Ink Character Recognition used on cheques) and ATM hardware components appear frequently in bank PO exams. Know MICR is both input and reader device.
- Questions on storage units and conversion (KB, MB, GB, TB) appear occasionally in the quant or DI section too — keep the 1024 conversion memorized.
- Recent trend: Questions have started mixing hardware with networking — like which hardware is needed for a LAN (NIC, Switch, Router). Expect 1-2 such cross-topic questions.
Q1 · medium · AI-verified
What is the maximum data transfer rate of a SATA III interface?
- 3 Gbps
- 12 Gbps
- 6 Gbps
- 1.5 Gbps
Q2 · medium · AI-verified
Which component is responsible for temporary storage of frequently accessed data to speed up CPU operations?
- Hard disk
- RAM
- Cache memory
- ROM
Q3 · medium · AI-verified
Which component determines the maximum number and type of expansion cards that can be installed in a computer?
- CPU
- RAM
- Motherboard
- Power Supply
Q4 · medium · AI-verified
Which CPU socket type is commonly used for Intel's 12th generation processors?
- LGA 2066
- LGA 1151
- LGA 1700
- LGA 1200
Q5 · medium · AI-verified
What is the standard form factor for most modern desktop motherboards that measures approximately 12 × 9.6 inches?
- ATX
- Micro-ATX
- E-ATX
- Mini-ITX