INTRODUCTION TO COMPUTER
Definition of a Computer
A computer is an electronic machine that accepts data as input, processes it according to a set
of instructions, stores it, and produces meaningful information as output.
Basic Operations of a Computer
The basic operations of a computer include input, processing, storage, and output.
Computer System
A computer system is made up of hardware and software working together to perform tasks.
Hardware
Hardware refers to the physical components of a computer system that can be seen and
touched. Examples include keyboard, mouse, monitor, CPU, printer, and scanner.
Software
Software is a set of programs or instructions that tell the computer what to do. Software cannot
be physically touched.
Types of Software
There are two main types of software: system software and application software.
System Software
System software manages the overall operations of the computer system and acts as an
interface between the user and the hardware.
Operating System
An operating system is the main system software that controls and coordinates computer
activities. Examples include Windows, Linux, macOS, and Android.
Functions of Operating System
The operating system manages memory, controls hardware, manages files, provides security,
and allows user interaction with the computer.
Application Software
Application software is designed to help users perform specific tasks such as word processing,
spreadsheet calculations, presentations, and browsing the internet.
Central Processing Unit (CPU)
The CPU is known as the brain of the computer. It performs all processing and controls all
activities.
Components of CPU
The CPU consists of the Control Unit (CU), Arithmetic Logic Unit (ALU), and registers.
Control Unit (CU)
The Control Unit controls and coordinates all operations of the computer. It directs the flow of
data and instructions between different components.
Arithmetic Logic Unit (ALU)
The ALU performs all arithmetic operations such as addition, subtraction, multiplication, and
division, as well as logical operations like comparison.
Storage (Memory)
Storage refers to the devices used to store data, instructions, and results.
Primary Storage
Primary storage is temporary storage that holds data currently being processed. Examples
include RAM and cache memory. It is volatile.
Secondary Storage
Secondary storage is permanent storage used to store data for future use. Examples include
hard disks, flash drives, CDs, and memory cards.
Input Devices
Input devices are used to enter data and instructions into the computer. Examples include
keyboard, mouse, scanner, microphone, and webcam.
Output Devices
Output devices display the results processed by the computer. Examples include monitor,
printer, speakers, projector, and plotter.
Data Flow in a Computer System
The data flow in a computer system follows this sequence: Input → Processing → Storage →
Output.