Computer Fundamentals, Generations & Hardware — IBPS PO
Computer aptitude is a small part of IBPS PO — a handful of questions inside the Mains "Reasoning & Computer Aptitude" section — but it is genuinely free: the questions are shallow, factual and finite. The syllabus barely moves year to year, so one focused study session locks most of it. This chapter covers the fundamentals that anchor the rest: what a computer is, its generations, the input–process–output model, the hardware components, the memory hierarchy, and the number systems IBPS occasionally tests. Don't over-invest — but don't hand these marks away either.
1. What IBPS actually asks
Inside the Mains reasoning section, ~3–5 questions on: computer generations & fundamentals, hardware (CPU, memory, I/O devices), MS Office & shortcuts, networking & internet, and common abbreviations. This chapter is the fundamentals + hardware slice — the most factual and the easiest to lock.
2. What a computer is: the IPO model
A computer follows Input → Process → Output, with Storage underneath:
- Input devices feed data in (keyboard, mouse, scanner, mic).
- Processing happens in the CPU — the brain.
- Output devices present results (monitor, printer, speaker).
- Storage holds data and programs (memory + drives).
The defining traits examiners like: a computer is fast, accurate, diligent (no fatigue), has huge storage, and is versatile — but has no IQ / no intelligence of its own (it does only what it's programmed to).
3. Generations of computers (a repeat topic)
| Generation | Technology | Era (approx.) | Marker |
|---|---|---|---|
| 1st | Vacuum tubes | 1940s–1956 | ENIAC, UNIVAC; huge, hot |
| 2nd | Transistors | 1956–1963 | Smaller, faster; assembly language |
| 3rd | Integrated Circuits (ICs) | 1964–1971 | Keyboards & monitors; OS appears |
| 4th | Microprocessors (VLSI) | 1971–present | PCs; the microprocessor era |
| 5th | Artificial Intelligence (ULSI) | present–future | Parallel processing, AI, natural language |
Anchor by technology: tubes → transistors → ICs → microprocessors → AI.
4. The CPU and hardware
The CPU (Central Processing Unit) has three parts:
- ALU (Arithmetic & Logic Unit) — does calculations and logical comparisons.
- CU (Control Unit) — directs the flow of data and instructions.
- Registers — tiny, fastest storage inside the CPU.
Hardware categories:
- Input: keyboard, mouse, scanner, joystick, microphone, webcam, barcode reader.
- Output: monitor, printer, speaker, plotter, projector.
- Both (I/O): touchscreen, modem, network card.
- Ports: USB, HDMI, VGA, Ethernet — the physical connectors.
Hardware = physical parts you can touch; software = programs/instructions you can't. A single question often just tests this distinction.
5. The memory hierarchy (fast/small → slow/large)
- Registers → Cache → RAM (primary, volatile) → Secondary storage (HDD/SSD, non-volatile).
- RAM (Random Access Memory) is volatile — loses data on power-off; it's the working memory.
- ROM (Read Only Memory) is non-volatile — holds firmware like the BIOS; retains data without power.
- Cache is small, ultra-fast memory between CPU and RAM.
- Secondary storage (hard disk, SSD, USB, optical) is large and permanent.
Units (smallest → largest): bit → byte (8 bits) → KB → MB → GB → TB → PB. Each step ×1024 (2¹⁰).
6. Number systems (occasional but easy)
Computers use binary (base 2); you may be asked to convert:
- Binary → Decimal: sum the place values (powers of 2).
1011₂ = 8+0+2+1 = 11. - Decimal → Binary: divide by 2, read remainders bottom-up.
13 = 1101₂. - Bases to know: binary (2), octal (8), decimal (10), hexadecimal (16). Hex digits go 0–9 then A–F (A=10 … F=15).
Solved examples
Q1 (generation). Which technology defined the third generation of computers?
Show explanation
Solution. Integrated Circuits (ICs). (Tubes = 1st, transistors = 2nd, microprocessors = 4th.)
Q2 (CPU). Which part of the CPU performs arithmetic and logical operations?
Show explanation
Solution. The ALU (Arithmetic & Logic Unit).
Q3 (memory). Which memory is volatile?
Show explanation
Solution. RAM — it loses its contents when power is off (ROM is non-volatile).
Q4 (units). How many bytes are in 1 KB (as computers count)?
Show explanation
Solution. 1024 bytes (2¹⁰).
Q5 (number system). Convert 1101₂ to decimal.
Show explanation
Solution. 8 + 4 + 0 + 1 = 13.
8. The protocol
- Lock the fundamentals — IPO model, hardware vs software, CPU parts — as one-liners.
- Anchor generations by technology (tubes → transistors → ICs → microprocessors → AI).
- Fix the memory hierarchy and volatility (RAM volatile, ROM non-volatile) and the ×1024 unit ladder.
- Practise a few base conversions so binary questions are free.
- Cap prep at one focused session + light revision — this block is shallow; over-investing steals time from higher-weight topics.
