postUpdated Apr 8, 2026

Basics of Computer Organisation – Complete Notes for IBPS, SSC, RRB & Govt Exams

Learn Basics of Computer Organisation for IBPS, SSC, RRB & all Govt Exams. Covers definition, functions, features, types & memory tricks. Free study notes at jobsme.in.

Basics of Computer Organisation – Complete Notes for IBPS, SSC, RRB & Govt Exams

Jump to section

Introduction: Why Computer Organisation Matters in Govt Exams

Computer Awareness is a compulsory section in almost every major government job exam in India — including IBPS PO, IBPS Clerk, SBI PO, SBI Clerk, RRB NTPC, SSC CGL, SSC CHSL, RBI Assistant, LIC AAO, and various State PSC exams. Among all the topics in Computer Awareness, Basics of Computer Organisation is the single most foundational chapter. It is the starting point from which every other topic — hardware, software, networking, operating systems — branches out.

Questions from this chapter appear in almost every exam paper, typically in the form of:

  • Definition-based MCQs ("A computer is best described as ___")
  • Feature-based MCQs ("Which feature of a computer means it never gets tired?")
  • Classification MCQs ("Which is the fastest type of computer?")
  • Inventor/Milestone MCQs ("Who developed India's first supercomputer?")

If you master this chapter thoroughly, you build the mental framework needed to understand every other topic in Computer Awareness. This post gives you everything — detailed notes, tables, tricks, and FAQs — so you never lose a single mark from this topic.


What is a Computer? Definition & Origin

The word "computer" is derived from the Latin word "computare", which literally means "to calculate." In ancient times, the word was used to describe a person who performed mathematical calculations. Over time, as machines began doing the same work, the term shifted to describe the machine itself.

In modern terms, a computer is defined as:

"An electronic device that accepts data (input), processes it according to a set of stored instructions (program), produces a meaningful result (output), and stores the result for future use."

The key elements of this definition are:

  • Electronic — it works on electrical signals
  • Accepts data — it needs input to function
  • Processes — the CPU executes instructions
  • Produces output — the result is communicated to the user
  • Stores results — data can be retained temporarily or permanently

A computer cannot think on its own — it only does what it is instructed to do. It has no emotions, no judgement, and no creativity of its own. Every action it performs is the direct result of a program written by a human.


The Four Basic Functions of a Computer (IPOS Cycle)

All computer operations — from playing a video game to running a bank's core banking software — boil down to four fundamental functions. These are collectively called the IPOS Cycle:

FunctionWhat It DoesReal-World Example
InputAccepts raw data and instructions from the userTyping your ATM PIN on a keyboard
ProcessingPerforms calculations, comparisons, and logical decisions on the dataCPU verifying your PIN against the bank database
OutputDisplays or prints the processed result to the userATM screen showing "PIN Correct - Enter Amount"
StorageStores data and programs permanently or temporarily for later useYour transaction history saved in the bank's server

Why is this important for exams? The IPOS cycle is tested both directly ("Which of the following is NOT a function of a computer?") and indirectly (questions about specific devices linked to each function — keyboards for input, monitors for output, hard disks for storage).

Extended IPO Cycle: Some exam papers extend this to 5 functions by separating Primary Storage (RAM) and Secondary Storage (Hard Disk). In that case: Input → Processing → Output → Primary Storage → Secondary Storage.


Key Features (Characteristics) of a Computer

The features of a computer distinguish it from all other machines and tools. These are repeatedly tested in government exams — often asking which feature matches a given description.

FeatureDescriptionExam Keyword
SpeedProcesses millions to billions of instructions per second; measured in MIPS, MHz, or GHz"Millions of instructions"
AccuracyProduces exact results every single time — errors occur only due to wrong input or programming"Error-free", "GIGO"
Storage CapacityCan store enormous amounts of data — from KBs to TBs — on internal and external storage"Huge data", "Hard disk"
VersatilityCan perform multiple completely different tasks — accounting, designing, gaming, communication"Multi-purpose", "Different tasks"
AutomationExecutes tasks automatically and repeatedly once a program is running, without human intervention"Automatically", "Without human help"
DiligenceWorks for hours, days, or years without fatigue, loss of concentration, or decrease in accuracy"Tireless", "No fatigue"
SecrecyPassword protection and encryption prevent unauthorised access to data"Password", "Security"
ReliabilityProduces consistent, dependable, repeatable output under all conditions"Consistent", "Dependable"
Plug and PlayAutomatically detects, installs, and configures new hardware or software devices"Auto-configure", "USB devices"

GIGO Principle - Accuracy in Detail

GIGO stands for "Garbage In, Garbage Out." This principle highlights the limitation of the computer's accuracy feature — while a computer processes data with 100% precision, it cannot correct fundamentally wrong input.

For example: If you ask a computer to calculate 10% interest on ₹50,000 but incorrectly enter ₹5,00,000 as the principal, the computer will give you a precise but completely wrong answer. The error is human, not mechanical.

Exam Tip: GIGO is one of the most frequently tested concepts. Questions appear as: "GIGO stands for ___" or "Which principle explains that a computer's output quality depends on its input quality?"


Basic Computer Terminology You Must Know

Before diving deeper into computer studies, you must be rock-solid on these fundamental terms. These are tested in fill-in-the-blank and match-the-column type questions.

TermMeaning
HardwareAll physical, tangible parts of a computer that you can touch — keyboard, monitor, CPU chip, RAM sticks, hard disk
SoftwareAll programs and instructions that run on hardware — they are intangible; you cannot physically touch them
DataRaw, unprocessed facts and figures that have no meaning by themselves — numbers, text, images in raw form
InformationData that has been processed, organised, and made meaningful and useful for the user
InstructionA single command given to a computer that tells it to perform one specific operation
ProgramA complete, ordered set of instructions designed to make the computer perform a specific task
UserAny person who interacts with and operates the computer system

Data vs. Information - Key Difference

This distinction is tested in almost every exam:

AspectDataInformation
DefinitionRaw, unprocessed factsProcessed, meaningful result
FormUnorganised, randomOrganised, structured
Example85, 72, 90, 66 (marks)Average score = 78.25
UsefulnessNot directly usefulDirectly useful for decisions
NatureInput to computerOutput from computer

Simple Rule: Data goes in → Processing happens → Information comes out.


Classification of Computers

Computers are classified on three main bases. Each classification is regularly tested in government exams.

A) Based on Size

This is the most important classification for exams. The four types from smallest to largest:

TypeDescriptionKey CharacteristicsExamples
MicrocomputerSmallest category; built around a single microprocessor chip; designed for individual useSingle user, affordable, portableDesktop PC, Laptop, Tablet, Smartphone, PDA
MinicomputerMid-range; larger than microcomputer; can support multiple simultaneous usersMulti-user, used as servers in departmentsIBM-17, DEC PDP-11, HP-9000
Mainframe ComputerLarge, powerful systems; designed to support hundreds or thousands of users simultaneouslyHigh processing power, used by banks, airlines, governmentIBM-370, IBM-S/390, UNIVAC 1110
SupercomputerThe fastest, most powerful computers ever built; used for highly complex scientific calculationsSpeed in FLOPS, extremely expensive, used by research labsCRAY-1, PARAM, Frontier

Size Hierarchy (Easy Memory Aid): Micro < Mini < Mainframe < Super

B) Based on Work (Type of Data Processed)

TypeHow It WorksReal-World Examples
Analog ComputerProcesses continuously varying physical signals (voltage, temperature, pressure, speed) — the data has no fixed discrete valuesSpeedometer, thermometer, seismograph, ECG machine, fuel gauge
Digital ComputerProcesses only discrete binary data — everything is represented as 0s and 1sDesktop PC, laptop, smartphone, ATM machine
Hybrid ComputerCombines the processing power of analog and the precision of digital — accepts analog input, converts to digital for processingHospital ICU monitors, dialysis machines, aircraft flight simulators

Key Differentiator for Exams:

  • Analog → "Continuous" data → Physical world
  • Digital → "Discrete" data → Binary (0 and 1)
  • Hybrid → "Best of both" → Medical/Scientific use

C) Based on Purpose

TypeDescriptionExamples
General Purpose ComputerDesigned to solve a wide variety of different problems by running different programsAccounting, database management, gaming, word processing, web browsing
Special Purpose ComputerDesigned and optimised to solve one specific, dedicated problem onlyATM machine, aircraft landing system, traffic signal controller, weather station

Types of Microcomputers

Since microcomputers are the most commonly used computers in daily life, exams frequently test their subtypes:

TypeDescription
Desktop / PCBased on a microprocessor; designed for use at home and office; placed on a desk; not portable
Laptop / NotebookPortable version of a desktop; has a built-in screen, keyboard, and battery; foldable design
UltrabookThinner, lighter version of a laptop; longer battery life; premium category
Palmtop / Handheld / PDAExtremely small; fits in the palm of a hand; uses stylus/pen input; Personal Digital Assistant
TabletTouch-screen-based; accepts finger or stylus input; between a smartphone and a laptop in size
WorkstationHigh-performance single-user computer used by engineers, architects, and graphic designers; high-resolution display
Nano ComputerEven smaller than a microcomputer; e.g., Raspberry Pi — used in IoT and education

Supercomputers - Key Facts for Every Exam

Supercomputers are the ultimate machines — used for tasks like weather forecasting, nuclear simulations, genome sequencing, space research, and climate modelling. Their speed is measured in FLOPS (Floating Point Operations Per Second).

Speed UnitValue
KiloFLOPS10³ FLOPS
MegaFLOPS10⁶ FLOPS
GigaFLOPS10⁹ FLOPS
TeraFLOPS10¹² FLOPS
PetaFLOPS10¹⁵ FLOPS
ExaFLOPS10¹⁸ FLOPS

Indian and World Supercomputers at a Glance

SupercomputerCountryYearSpeedSignificance
CRAY-1USA1976World's FIRST supercomputer; designed by Seymour R. Cray
PARAMIndia1990India's FIRST supercomputer; developed by C-DAC
PratyushIndia20186.8 PetaFLOPSIndia's first multi-petaflops supercomputer; IITM, Pune; 4th fastest for weather research globally
PARAM Siddhi-AIIndia20205.27 PetaFLOPSIndia's first AI supercomputer
FrontierUSA20221.2 ExaFLOPSWorld's CURRENT FASTEST supercomputer (as of 2024)

Special Mention:

  • Quantum Computer — Theoretical fastest computer; uses quantum bits (qubits); concept introduced by Richard Feynman; Google's Sycamore processor achieved Quantum Supremacy in 2019
  • Nano Computer — Smaller than microcomputer; example: Raspberry Pi

Advantages and Disadvantages of Computers

AdvantagesDisadvantages
Extremely high processing speedCannot think, reason, or make judgements independently
100% accuracy (with correct input)Completely dependent on electricity
Massive data storage capacityVulnerable to viruses, malware, and cyber attacks
Can perform multitasking simultaneouslyHigh initial cost of setup and maintenance
Works 24×7 without any fatigueEnvironmental impact — e-waste, energy consumption
Automates repetitive, boring tasksNo emotional intelligence or creativity

Memory Tricks

🔑 Remember the 4 Functions — "IPOS"

Input → Process → Output → Storage Silly sentence: "I Prefer Orange Samosas"

🔑 Remember Computer Features — First Letters: "SAVED R PP"

Speed | Accuracy | Versatility | Efficiency (Diligence) | Dependability (Reliability) | Secrecy | Reliability | Plug & Play | Power of Automation

🔑 Size Order — Small to Large:

"My Mini Main Super Hero" → Micro → Mini → Mainframe → Super

🔑 Types by Work — "ADH = A Doctor Helps":

Analog → Digital → Hybrid

🔑 GIGO — Never Forget:

Garbage In = Garbage Out | Input bad → Output bad

🔑 India's Supercomputer Timeline:

PARAM (1990) → Pratyush (2018) → PARAM Siddhi-AI (2020) Memory trick: "PPP" — Param, Pratyush, PARAM Siddhi


One-Liner Recap (Quick Revision)

  1. The word "computer" comes from Latin "computare" meaning "to calculate," and today it refers to an electronic device that inputs, processes, outputs, and stores data.
  2. The four basic functions of a computer — Input, Processing, Output, and Storage — form the IPOS Cycle, which is the foundation of all computing.
  3. GIGO (Garbage In, Garbage Out) means a computer's output is only as good as the input it receives — wrong data always produces wrong results.
  4. Speed is the feature by which a computer can process millions of instructions per second, measured in units like MIPS, MHz, or GHz.
  5. Diligence means a computer works 24×7 without any fatigue, loss of concentration, or decrease in performance — unlike human workers.
  6. Hardware refers to all physical components of a computer (monitor, keyboard, CPU), while Software refers to all programs and instructions (MS Word, Windows, etc.).
  7. Data is raw, unprocessed facts (e.g., individual marks), while Information is processed, meaningful output (e.g., average marks).
  8. Based on size, computers are classified as Microcomputers, Minicomputers, Mainframe computers, and Supercomputers — in increasing order of size and power.
  9. Analog computers process continuous physical signals; Digital computers process binary data (0s and 1s); Hybrid computers combine both.
  10. General Purpose computers perform a variety of tasks, while Special Purpose computers are designed for one specific task only.
  11. Microcomputers are the smallest and most widely used computers, including desktops, laptops, tablets, smartphones, and PDAs.
  12. Mainframe computers support hundreds of simultaneous users and are used by banks, airlines, and large organisations for transaction processing.
  13. FLOPS (Floating Point Operations Per Second) is the speed measurement unit for supercomputers.
  14. CRAY-1 (1976) was the world's first supercomputer; PARAM (1990) was India's first, developed by C-DAC.
  15. Frontier (USA, 2024) is currently the world's fastest supercomputer at 1.2 ExaFLOPS.

Practice here:
Practice Banking Awareness Quiz - https://jobsme.in/quizzes

Also refer:
Banking Awareness for Competitive Exams - https://jobsme.in/category/banking-awareness

Static GK for Government Exams - https://jobsme.in/category/static-gk

Latest Government Job Notifications - https://jobsme.in/jobs

Free quiz • No signup required

Put this topic into practice with Daily Current Affairs MCQ Quiz – 30 March 2026 (Exam Ready). It is the quickest way to reinforce what you just learned.

Frequently Asked Questions

Q1. What is the literal meaning of the word "computer" and where does it come from?
The word "computer" is derived from the Latin word "computare", which means "to calculate." Historically, the word was used to describe a person who performed mathematical calculations manually. Over time, as electronic machines took over this work, the term was applied to those machines, and the modern computer was born.
Q2. What are the four basic functions of a computer — explain with examples?
The four basic functions are called the IPOS Cycle: (1) Input — accepting data (e.g., typing on keyboard); (2) Processing — manipulating data in the CPU (e.g., calculating salary); (3) Output — presenting the result (e.g., printing a payslip); (4) Storage — saving data for future use (e.g., storing the payslip on a hard drive). Every computing task, however complex, performs these four functions.
Q3. What does GIGO mean in computers and why is it important?
GIGO stands for "Garbage In, Garbage Out." It is a fundamental principle of computing that states the quality of the output always depends on the quality of the input. If you feed incorrect, incomplete, or meaningless data into a computer, the output will also be incorrect, regardless of how powerful or accurate the computer is. It highlights that computers cannot correct human errors in data entry.
Q4. What is the difference between data and information — give an example?
Data is raw, unorganised, unprocessed facts that have no immediate meaning by themselves — for example, the numbers 45, 78, 92, 60. Information is what you get after processing that data to make it meaningful — for example, "The average marks of the student are 68.75." Data is the input; information is the output.
Q5. What is the difference between a microcomputer, minicomputer, mainframe, and supercomputer?
These are the four categories of computers based on size and power: Microcomputer — smallest, single-user (desktop, laptop); Minicomputer — mid-range, multi-user server (IBM-17); Mainframe — large, supports hundreds of users (IBM-370, used by banks); Supercomputer — fastest, used for complex scientific research (CRAY-1, Frontier). Power and cost increase as you move from micro to super.
vetri

About the author

vetri

Recent posts

Latest quizzes

New job notifications