Introduction of Computer

Author: Ravi Poswal

Five Basic Operations of a Computer

Every computer, no matter how simple or advanced, performs these five basic operations:

  1. Takes Input — It accepts data or instructions from the outside world (usually from the user).
  2. Stores Data — It can hold data and instructions, both before and after processing.
  3. Processes Data — It performs arithmetic and logical operations on the data as instructed.
  4. Gives Output — It presents the results of processing to the user in an understandable form.
  5. Controls all Operations — It directs the manner and sequence in which all the above operations take place.

Basic Components of a Computer

To perform the five operations above, a computer is built using four main functional units. These units work together as a team:

  • Input Unit — accepts data and instructions
  • Central Processing Unit (CPU) — processes and controls everything
  • Memory Unit — stores data, instructions, and results
  • Output Unit — displays or presents the final result

Here is how these four units are connected and work together:

i. Input Unit

The Input Unit is used to feed data and instructions into the computer. It converts whatever you enter (text, images, sound, clicks) into a form the computer's electronic circuits can understand — binary (0s and 1s).

Common Input Devices

Device

Used For

Keyboard

Typing text, numbers, and commands

Mouse

Pointing, clicking, and selecting items on screen

Scanner

Converting printed documents/photos into digital form

Microphone

Capturing voice/sound as input

Webcam

Capturing live video/images

Joystick

Used mainly for playing games

Touch Screen

Accepting input directly by touching the screen

Barcode Reader

Reading barcodes, common in shops/supermarkets

ii. Central Processing Unit (CPU)

The CPU is called the "Brain of the Computer." It is responsible for carrying out every instruction and controlling all the other units. The CPU itself is made up of smaller parts:

A) Control Unit (CU)

The Control Unit does not process data itself. Instead, it acts like a manager — it directs and coordinates the activities of all other units. It fetches instructions from memory, figures out what needs to be done, and tells the ALU, memory, input and output units what to do and when.

B) Arithmetic Logic Unit (ALU)

The ALU is where all the actual "work" happens. It performs two types of operations:

  • Arithmetic operations — addition, subtraction, multiplication, division
  • Logical operations — comparisons such as greater than, less than, equal to (AND, OR, NOT, etc.)

C) Registers

Registers are very small, super-fast storage locations built directly inside the CPU. They temporarily hold data, instructions, and results while the CPU is working on them — because reading from regular memory would be too slow.

iii. Memory Unit

The Memory Unit stores data, instructions, and results — either temporarily while processing is going on, or permanently for future use. Computer memory is of two main types:

A) Primary Memory (Main Memory)

This is the memory the CPU can access directly and very quickly. It is of two kinds:

  • RAM (Random Access Memory) — Temporary/working memory. Stores data only while the computer is switched ON. Data is lost when power goes off (this is called volatile memory).
  • ROM (Read Only Memory) — Permanent memory. Stores essential startup instructions (like BIOS). Data stays even after power is switched off (this is called non-volatile memory).

B) Secondary Memory (Auxiliary / Storage Memory)

This is used for permanent, long-term storage of large amounts of data. It is slower than primary memory but keeps data safe even when the computer is switched off.

  • Hard Disk Drive (HDD) and Solid State Drive (SSD)
  • Pen Drive / USB Flash Drive
  • CD, DVD, and Blu-ray Discs
  • Memory Cards

 

Quick Comparison: Primary vs Secondary Memory

Point

Primary

Secondary

Speed

Very fast

Slower

Cost

Costlier per unit

Cheaper per unit

Storage Size

Smaller capacity

Larger capacity

Data on Power Off

RAM: lost, ROM: safe

Always safe

Examples

RAM, ROM

Hard Disk, SSD, Pen Drive

IV. Output Unit

The Output Unit takes the processed results (which are in binary form inside the computer) and converts them into a form humans can understand — such as text, images, sound, or printed pages.

Common Output Devices

Device

Used for

Monitor / Screen

Displaying text, images, and video

Printer

Producing a paper (hard) copy of documents

Speaker

Producing sound output

Projector

Displaying output on a large screen

Plotter

Printing large technical drawings & graphs

FAQs

Charles Babbag

First Generation