CLASS NOTES
St. John Intermediate College
Topic: Introduction to Computers
Q1. What is a Computer?
A computer is an electronic device that is designed to receive data (input), process it according
to a set of instructions (a program), and then produce a result (output). The word 'computer'
originally referred to a person who performed calculations, but today it refers to the powerful
machines we use every day.
A Formal Definition
A computer can be formally defined as: 'An electronic, digital device that accepts raw data as
input, processes it under the control of a stored program, and provides the result as meaningful
information (output), while also being able to store data for future use.'
The key parts of this definition are: it is electronic (uses electricity), it is programmable (you can
change what it does by changing the program), it stores data (in memory and storage), and it
produces output (results you can see or use).
IPO Cycle
Every computer works on a simple three-step cycle called the IPO Cycle:
• Input — The data or information you give to the computer (e.g., typing on a keyboard,
clicking a mouse, scanning a document).
• Processing — The computer’s brain (the CPU) works on that data and performs
calculations or logical decisions.
• Output — The result that comes out after processing (e.g., text on screen, a printed
document, a sound from a speaker).
Q2. Why is a Computer Important for Today's World?
Imagine waking up one morning and finding that all computers have stopped working. No
smartphones, no internet, no ATMs, no hospitals with digital records, no power grids running on
automated systems. The world as we know it would come to a complete halt. That is how deeply
computers have entered every corner of modern life.
Computers are not just machines for typing letters or playing games. They are the backbone of
modern civilization. Let us look at the major areas where computers are absolutely essential:
1. Education
Students can now access lessons, books, videos, and practice tests from all over the world
using a computer. A student sitting in a small town can learn from a professor at a top university
— all because of computers.
2. Healthcare and Medicine
Doctors use computers to store patient records, analyze test results, and even perform
surgeries using robotic systems guided by computers. MRI machines, ECG monitors, and digital
X-rays all depend on computers.
3. Business and Commerce
Every bank, shop, company, and factory runs on computers. Billing, accounting, inventory
management, payroll, online shopping, and digital payments — all of these are computer-based.
4. Communication
Computers have revolutionized the way people communicate. Email, video calls, social media,
messaging apps — all work because of computers and the internet.
5. Entertainment
Movies, music, video games, streaming services like YouTube and Netflix — all are produced,
edited, and delivered using computers.
Q3. Types of Computers
Not all computers look the same or do the same job. Computers come in many sizes and types,
each designed for a specific purpose. Just as there are different types of vehicles — a bicycle, a
car, a truck, and a rocket — there are different types of computers for different needs.
1. Supercomputer
A supercomputer is the most powerful and fastest type of computer in the world. It can perform
billions and trillions of calculations per second. Supercomputers are used for weather
forecasting, scientific research, nuclear simulations, and space exploration. They are extremely
expensive and occupy large rooms. Example: PARAM series computers developed in India.
2. Mainframe Computer
Mainframe computers are large, powerful machines used by big organizations such as banks,
airlines, and government departments. They can handle thousands of users at the same time.
For example, when you use an ATM or book a train ticket online, that data is often processed by
a mainframe computer running in the background.
3. Minicomputer (Mid-Range Computer)
Minicomputers are smaller than mainframes but more powerful than personal computers. They
are used by medium-sized companies and departments within large organizations. They can
handle multiple users but not as many as a mainframe. Though the term 'minicomputer' is less
common today, modern servers perform a similar role.
4. Microcomputer (Personal Computer / PC)
This is the most common type of computer that we use in daily life. A microcomputer is designed
for individual use. It includes desktop computers, laptop computers, tablets, and smartphones.
They are affordable, compact, and powerful enough for everyday tasks like browsing, studying,
writing, and entertainment.
Q4. Layout of a Digital Computer
The layout of a digital computer consists of five main functional units.
1. Input Unit
The Input Unit is responsible for accepting data and instructions from the outside world and
sending them to the computer for processing. Common input devices include the keyboard,
mouse, scanner, microphone, webcam, and touchscreen. Without input, the computer has
nothing to work with.
2. Central Processing Unit (CPU)
The CPU is the brain of the computer. It is the most important component. It does all the thinking
— performing calculations, making decisions, and controlling all other parts. The CPU itself has
three sub-parts:
• Arithmetic and Logic Unit (ALU) — Performs all mathematical calculations (addition,
subtraction, etc.) and logical comparisons (greater than, equal to, etc.).
• Control Unit (CU) — Acts like a manager. It directs and coordinates the activities of all
other units. It does not process data itself but controls the flow of data.
• Registers — Small, ultra-fast memory locations inside the CPU that temporarily hold data
and instructions currently being used.
3. Memory Unit
The Memory Unit stores data and instructions that the CPU needs while working. It is like the
computer's short-term memory.
4. Output Unit
The Output Unit sends the processed results from the computer to the outside world in a form
that humans can understand. Common output devices include the monitor (screen), printer,
speaker, and projector.
5. Storage Unit
The Storage Unit is where data is permanently saved, even when the computer is turned off. It
includes hard disk drives (HDD), solid-state drives (SSD), CD/DVD drives, and USB flash drives.
The difference between storage and memory is that memory (RAM) loses its data when power
is off, but storage keeps data permanently.
All five units are connected and work together. The flow is: Input → Memory → CPU
(Processing) → Memory → Output. The Control Unit manages all communication between these
units.
Q5. Types of Memory
Computer memory is broadly divided into two major categories: Primary Memory and Secondary
Memory.
A. Primary Memory (Main Memory)
Primary memory is directly connected to the CPU. It holds the data and programs that are
currently in use. It is fast but limited in capacity.
• RAM (Random Access Memory) — RAM is the most important primary memory. It stores
data temporarily while the computer is working. When you open a software application, it
is loaded into RAM. RAM is volatile — meaning all data in RAM is lost when the
computer is switched off. The more RAM a computer has, the faster it can multitask.
• ROM (Read Only Memory) — ROM is a permanent type of memory. It stores important
instructions that the computer needs to start up (called the BIOS or boot instructions).
Data in ROM cannot be changed by the user. ROM is non-volatile — it retains data even
when the power is off.
• Cache Memory — Cache is a very small but extremely fast type of memory located
inside or very close to the CPU. It stores frequently used data so the CPU does not have
to fetch it from the slower RAM again and again. It acts as a shortcut for the CPU.
B. Secondary Memory (Auxiliary / Permanent Storage)
Secondary memory is used for permanent storage. It holds data even after the computer is
turned off. It is slower than primary memory but has a much larger capacity.
• Hard Disk Drive (HDD) — A magnetic storage device that stores large amounts of data.
It has rotating disks (platters) where data is stored magnetically. HDDs are slower but
cheaper and available in large sizes (terabytes).
• Solid State Drive (SSD) — A modern, faster alternative to HDD. SSDs have no moving
parts and use flash memory chips. They are faster, more durable, and consume less
power, but are more expensive.
• USB Flash Drive (Pen Drive) — A small, portable storage device that can be plugged
into a USB port. Easy to carry and use.
• CD / DVD — Optical storage media used to store music, videos, software, and backups.
• Memory Card / SD Card — Small cards used in smartphones, cameras, and other
portable devices.
Memory Hierarchy (Fastest to Slowest)
Registers → Cache Memory → RAM → Hard Disk / SSD → External Storage
Q6. Characteristics of a Computer
These characteristics explain why computers have become so important in every field of human
life.
1. Speed
A computer works at incredibly high speed. It can perform millions of calculations in a single
second. The speed of a computer is measured in MIPS (Millions of Instructions Per Second) or
GHz (Gigahertz).
2. Accuracy
A computer is extremely accurate. It does not make calculation errors. If the input data is correct
and the program is written correctly, the output will always be 100% accurate. Errors that occur
in computers are almost always caused by incorrect input.
3. Diligence (No Fatigue)
Unlike human beings, a computer never gets tired. It can work continuously for hours, days, or
even months without losing its accuracy or speed. It does not need rest, sleep, or breaks.
4. Versatility
A computer is not built for one single purpose. The same computer can be used to write a letter,
design a building, play music, browse the internet, manage a hospital's records, and control a
satellite — all with just a change of software. This ability to perform a wide variety of tasks is
called versatility.
5. Storage Capacity
A computer can store enormous amounts of data in a very small physical space. Millions of
books, thousands of movies, billions of records — all can be stored on a single hard disk or
server. This stored data can be retrieved instantly at any time, which makes computers far
superior to traditional filing systems.
End of Notes for 10/04/26 — Introduction to Computers