By the end of this chapter you'll be able to…

  • 1Explain the input–process–output model and hardware vs software
  • 2Order the five computer generations by their defining technology
  • 3Name the CPU's parts (ALU, CU, registers) and their roles
  • 4Describe the memory hierarchy and RAM/ROM volatility
  • 5State the storage-unit ladder and convert simple binary–decimal numbers
💡
Why this chapter matters in IBPS PO
Computer aptitude is a small slice of the Mains reasoning section, but it's genuinely free marks — shallow, factual and finite, with a syllabus that barely changes. Fundamentals and hardware are the most memorisable part: the IPO model, generations, CPU parts, memory hierarchy and number systems. One focused session locks it, so donating these marks is pure waste. The rule is: cover it once, revise lightly, and don't over-invest at the cost of higher-weight topics.

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)

GenerationTechnologyEra (approx.)Marker
1stVacuum tubes1940s–1956ENIAC, UNIVAC; huge, hot
2ndTransistors1956–1963Smaller, faster; assembly language
3rdIntegrated Circuits (ICs)1964–1971Keyboards & monitors; OS appears
4thMicroprocessors (VLSI)1971–presentPCs; the microprocessor era
5thArtificial Intelligence (ULSI)present–futureParallel 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)

  • RegistersCacheRAM (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

Question 1 of 5

Q1 (generation). Which technology defined the third generation of computers?

Show explanation

Solution. Integrated Circuits (ICs). (Tubes = 1st, transistors = 2nd, microprocessors = 4th.)

Question 2 of 5

Q2 (CPU). Which part of the CPU performs arithmetic and logical operations?

Show explanation

Solution. The ALU (Arithmetic & Logic Unit).

Question 3 of 5

Q3 (memory). Which memory is volatile?

Show explanation

Solution. RAM — it loses its contents when power is off (ROM is non-volatile).

Question 4 of 5

Q4 (units). How many bytes are in 1 KB (as computers count)?

Show explanation

Solution. 1024 bytes (2¹⁰).

Question 5 of 5

Q5 (number system). Convert 1101₂ to decimal.

Show explanation

Solution. 8 + 4 + 0 + 1 = 13.


8. The protocol

  1. Lock the fundamentals — IPO model, hardware vs software, CPU parts — as one-liners.
  2. Anchor generations by technology (tubes → transistors → ICs → microprocessors → AI).
  3. Fix the memory hierarchy and volatility (RAM volatile, ROM non-volatile) and the ×1024 unit ladder.
  4. Practise a few base conversions so binary questions are free.
  5. Cap prep at one focused session + light revision — this block is shallow; over-investing steals time from higher-weight topics.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

IPO model
Input → Process (CPU) → Output, with Storage underneath
A computer has no intelligence of its own — it only does what it's programmed to.
Generations
Tubes → Transistors → ICs → Microprocessors → AI
1st vacuum tubes, 2nd transistors, 3rd ICs, 4th microprocessors, 5th AI.
CPU parts
ALU (calculations/logic) + CU (control) + Registers (fastest storage)
Registers are the smallest, fastest memory.
RAM vs ROM
RAM = volatile (working memory); ROM = non-volatile (firmware/BIOS)
RAM loses data on power-off; ROM retains it.
Memory hierarchy
Registers → Cache → RAM → Secondary storage
Fast/small at the top, slow/large at the bottom.
Storage units
bit → byte(8) → KB → MB → GB → TB → PB, each ×1024
1 KB = 1024 bytes (2^10).
Binary→decimal
Sum place values (powers of 2)
1101₂ = 8+4+0+1 = 13.
⚠️

Traps IBPS PO sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Confusing hardware and software
Hardware is the physical, touchable parts (CPU, RAM, monitor); software is the intangible programs/instructions. A single question often just tests this line.
WATCH OUT
Mixing up which generation used which technology
Anchor by technology in order: vacuum tubes (1st), transistors (2nd), ICs (3rd), microprocessors (4th), AI (5th). Learn the chain, not isolated dates.
WATCH OUT
Thinking RAM is permanent storage
RAM is volatile working memory — it clears on power-off. ROM (firmware/BIOS) and secondary storage (HDD/SSD) are non-volatile.
WATCH OUT
Using 1000 instead of 1024 for unit conversions
In the classic computing convention, each unit step is ×1024 (2^10): 1 KB = 1024 bytes. Watch the wording of the question.
WATCH OUT
Over-preparing computer aptitude
It's a small, shallow block. Lock it in one focused session and revise lightly; time beyond that is better spent on puzzles, DI or awareness.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Computer Fundamentals, Generations & Hardware?

6 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

6 questions~4 min worth ~2 marks in IBPS PO exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Computer aptitude is small but free — cover once, revise lightly.
  • IPO model: Input → Process (CPU) → Output, with Storage; a computer has no intelligence of its own.
  • Generations: tubes → transistors → ICs → microprocessors → AI.
  • CPU = ALU + CU + registers.
  • RAM volatile (working memory); ROM non-volatile (firmware).
  • Memory hierarchy: registers → cache → RAM → secondary storage.
  • Units ×1024: bit → byte → KB → MB → GB → TB → PB.
  • Binary→decimal: sum powers of 2 (1101₂ = 13).

IBPS PO question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: Mains: 1–2 marks (within the ~3–5 computer questions of the reasoning section)

Question styleMarks eachTypical countWhat it tests
Fundamentals & generations1 each1–2IPO model, generations, hardware vs software
CPU / memory / units1 each0–2ALU/CU, RAM vs ROM, storage units
Number systems1 each0–1Binary–decimal conversion
Prep strategy
  • One focused session: fundamentals, generations, CPU, memory, units.
  • Practise 10 binary/decimal conversions until instant.
  • Light weekly revision alongside MS Office and networking chapters.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Lock the fundamentals (IPO, hardware vs software, CPU parts) as one-liners.
  2. Anchor generations by technology in order.
  3. Fix RAM/ROM volatility and the ×1024 unit ladder.
  4. Practise a few binary conversions so they're free.
  5. Cap prep at one focused session plus light revision.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

The digital workplace

A PO works on core banking software daily; understanding hardware, memory and files makes everyday troubleshooting easier.

Digital literacy

Knowing volatile vs permanent storage and file sizes is practical for anyone using a computer or phone.

Where else this topic is tested

Prepare once, score in every exam that asks it.

IBPS Clerk / SBI PO & Clerk (Mains)High — a dedicated computer-aptitude block
RRB PO & Clerk (Mains)High — fundamentals and hardware
RBI Assistant (Mains)Medium — basic computer knowledge

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Only a handful — around 3–5 across the whole computer-aptitude portion folded into the Mains Reasoning & Computer Aptitude section, with fundamentals/hardware being 1–2 of them. It doesn't appear in Prelims.

Yes, but briefly. The questions are shallow and the syllabus barely changes, so one focused study session plus light revision secures near-free marks. Just don't over-invest — puzzles, DI and awareness carry far more weight.

Anchor each to its defining technology in sequence: vacuum tubes, transistors, integrated circuits, microprocessors, artificial intelligence. Learn the technology chain and the generation number follows automatically.

Occasionally. Simple binary-to-decimal and decimal-to-binary conversions appear; practise a handful so they're instant. Know the four bases (binary, octal, decimal, hexadecimal) and that hex uses A–F for 10–15.
Header Logo