Why this topic matters · 7 min read
Computer Basics is a consistent scorer in IBPS RRB Office Assistant exams, contributing 5-10 questions in the General Awareness or Computer Knowledge section. Questions cover definitions of hardware and software, input/output devices, memory types, and generations of computers. The difficulty is low to moderate, making this a reliable topic to score full marks with the right preparation.
What is a Computer
A computer is an electronic device that takes raw data as input, processes it according to instructions, and gives output. Think of it like a dosa stall — raw batter (input) goes in, heat and skill (processing) is applied, and a crispy dosa (output) comes out. The key characteristics are: it follows instructions, works at high speed, is accurate, and can store data.
- IPO Cycle: Input, Process, Output — the basic working model of a computer
- Computer cannot think on its own — it follows stored instructions called programs
- Full form: Commonly Operated Machine Particularly Used for Technical and Educational Research (not official but asked in exams)
- A computer has both hardware (physical parts) and software (programs/instructions)
- Speed is measured in MHz or GHz for processors; storage in KB, MB, GB, TB
Hardware vs Software
Hardware is anything you can physically touch — monitor, keyboard, CPU box, mouse. Software is a set of instructions that tells hardware what to do. Analogy: Hardware is the human body; software is the mind and thoughts. Without software, hardware is useless, and without hardware, software cannot run.
- Hardware examples: CPU, RAM, Hard Disk, Monitor, Printer, Scanner, Keyboard, Mouse
- Software types: System Software (OS like Windows, Linux) and Application Software (MS Word, Chrome)
- Firmware: Software embedded in hardware (like BIOS) — sits between hardware and software
- Open Source Software: Free to use and modify — example: Linux, VLC
- Proprietary Software: Paid/licensed — example: Microsoft Windows, MS Office
Input and Output Devices
Input devices send data TO the computer. Output devices bring data FROM the computer to the user. Some devices are both input and output — called I/O devices. Think: Input = you talking to the computer; Output = computer talking back to you.
- Input devices: Keyboard, Mouse, Scanner, Microphone, Webcam, Joystick, Light Pen, Barcode Reader
- Output devices: Monitor, Printer, Speaker, Plotter, Projector
- I/O devices (both): Touch Screen, Modem, USB Drive, Headset with mic
- Plotter is used for large drawings and engineering diagrams — a common trick question
- Soft copy output: Monitor, Projector. Hard copy output: Printer, Plotter
Memory Types
Memory stores data and instructions. Primary memory is directly accessible by the CPU and is fast but temporary (RAM) or permanent (ROM). Secondary memory stores data permanently but is slower — like a hard disk or pen drive. Think of RAM as your study desk (temporary, limited space) and hard disk as your bookshelf (permanent, more space).
- RAM (Random Access Memory): Volatile — data lost when power is off. Used for current tasks
- ROM (Read Only Memory): Non-volatile — stores BIOS/boot instructions. Cannot be changed normally
- Cache Memory: Fastest memory, sits between CPU and RAM. Very small in size
- Hard Disk Drive (HDD) and Solid State Drive (SSD): Secondary storage, non-volatile
- USB Flash Drive, CD, DVD: Removable secondary storage
- 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB
Key formulas
Memory Size Order
Bit < Byte < KB < MB < GB < TB < PB
When: Use when asked about data size comparisons or conversions
Generations of Computers
Computers evolved through five generations, each defined by the technology used inside them. Exam questions often ask which generation used which technology or which generation is current. Remember the generations like chapters of a story — each newer chapter had better technology.
- 1st Generation (1940s-50s): Vacuum Tubes — ENIAC, UNIVAC. Very large, produced lot of heat
- 2nd Generation (1950s-60s): Transistors — smaller, faster, less heat
- 3rd Generation (1960s-70s): Integrated Circuits (IC) — even smaller and more reliable
- 4th Generation (1970s-present): Microprocessors (VLSI) — personal computers, Intel chips
- 5th Generation (present/future): Artificial Intelligence, Natural Language Processing — still developing
CPU and its Components
CPU (Central Processing Unit) is the brain of the computer. It has three main parts: ALU (does calculations), CU (controls operations), and Registers (tiny fast memory inside CPU). The CPU speed is measured in GHz. A higher GHz means faster processing.
- ALU: Arithmetic Logic Unit — performs addition, subtraction, comparisons
- CU: Control Unit — directs all operations, does not process data itself
- Registers: Temporary storage inside CPU — fastest memory in computer
- Bus: Pathway for data transfer — Data Bus, Address Bus, Control Bus
- Clock Speed measured in GHz — more GHz means more instructions per second
⚠ Common mistakes to avoid
- Confusing RAM with ROM — RAM is temporary (volatile), ROM is permanent (non-volatile). Students often swap these in MCQs
- Thinking Monitor is an input device — it is purely an output device. Touch screen is I/O, not monitor alone
- Mixing up Plotter with Printer — Plotter draws vector graphics and engineering diagrams; Printer prints normal documents
- Confusing Cache Memory with RAM — Cache is faster, smaller, and sits between CPU and RAM. It is not the same as RAM
- Generations confusion: Transistors belong to 2nd generation, NOT 1st. 1st generation used Vacuum Tubes
🧠 Memory aids
- IPO = Input Process Output — remember as I Pay Online (I=Input, P=Process, O=Output)
- Generations mnemonic: Very Tiny Integrated Microchips Always — Vacuum Tubes, Transistors, ICs, Microprocessors, AI
- RAM vs ROM: RAM = Runs All Momentarily (volatile, temporary); ROM = Remains On Memory (non-volatile, permanent)
- CPU parts: All Computers Run — ALU, Control Unit, Registers
🎯 IBPS RRB CLERK exam tips
- IBPS RRB Clerk typically asks 5-10 questions from Computer Knowledge — Computer Basics alone can fetch 3-4 marks if you know devices and memory types cold
- Input/Output device identification is the most repeated question type — expect one question asking if a specific device is input, output, or both
- Memory unit conversions (KB to MB etc.) occasionally appear as part of number series or standalone questions — memorize the 1024 factor
- Generation-based questions are straightforward — usually one question per paper asking which technology belongs to which generation
- Expect definition-type questions like what is RAM, what is a CPU, what is firmware — these are direct and take under 20 seconds if you have revised well
Q1 · easy · AI-verified
What does 'ROM' stand for?
- Rapid Only Memory
- Read On Memory
- Read Only Memory
- Random Only Memory
Q2 · easy · AI-verified
What is the full form of HTTP?
- HyperText Transfer Protocol
- HyperText Transfer Page
- High Transfer Text Protocol
- HyperText Technical Protocol
Q3 · easy · AI-verified
What does 'www' stand for in a web address?
- Web World Wide
- World Wide Web
- Wide World Web
- World Web Wide
Q4 · easy · AI-verified
The full form of URL is ________.
- Uniform Resource Link
- Universal Resource Link
- Uniform Resource Locator
- Universal Resource Locator
Q5 · easy · AI-verified
1 Kilobyte (KB) is equal to how many bytes?
- 2048 bytes
- 1024 bytes
- 512 bytes
- 1000 bytes