Hardware and Software 4
Hardware and Software 4
SHAHABUDDIN
MS Scholar, Department of Computer Science, University of Peshawar
1
AGENDA
INTRODUCTION
HARDWARE
TYPES OF HARDWARE
SOFTWARE
TYPES OF SOFTWARE
2
INTRODUCTION
A computer is an electronic device that accept data (input) and process data
arithmetically and logically, produce information (output).
HARDWARE
SOFTWARE 3
Hardware
Hardware is the physical aspect of computers, telecommunications, and other
devices.
It includes not only the computer proper but also the cables, connectors, power
supply units, and peripheral devices such as the keyboard, mouse, audio
speakers, and printers.
4
Types of Hardware
Internal Hardware
Internal hardware is also called components. It includes
CPU
Motherboard
RAM
ROM
5
CENTRAL PROCESSING UNIT
It is the brains of the computer.
Most of the calculations take place here.
Two typical components of a CPU are
Arithmetic Logic Unit(ALU) And Control Unit (CU).
MOTHERBOARD
Is the main circuit board of a microcomputer.
It contains the CPU, memory, expansion slots
and all the controllers required to control standard hardware devices.
6
RANDOM ACCESS MEMORY (RAM)
RAM is the place in a computer where the operating system,
application programs, and data in current use are kept.
It is a temporary memory and can be compared to a person’s short- term memory.
7
Input Hardware
Input hardware consist of external devices by which we give information and instruction to the
computer.
Common input hardware are:
Keyboard
Mouse
Scanner
8
KEYBOARD
The set of typewriter-like keys that enables
you to enter data into a computer.
MOUSE
A device that controls the movement of
the cursor or printer on a display screen
Scanner
A device that can read text or illustrations printed on paper
and translate the information into a form the computer can use.
9
Output Hardware
Output hardware consists of internal and external devices that transfer information from the
computer’s CPU to the computer user.
Common output hardware are
Monitor
Printer
Speaker
10
Monitor
A display screen used to present output from a computer,
video camera, VCR or other video generator.
Printer
In computers, a printer is a device that accepts text and
graphic output from a computer and transfers the information to paper.
Speaker
Speakers or headphones to an output port to
hear the audio produced by the computer.
11
Connecting Hardware
Connecting device allow hardware devices to communicate with each other.
Common devices are:
Modem
LAN Card
12
MODEM
Modems connect a personal or portable computer
to dial-up networks through a regular telephone line.
LAN CARD
A Local Area Network (LAN) card is used to provide wireless
Internet access to computer users in home or roaming networks.
13
Storage Hardware
A computer storage device is any type of hardware that stores data.
Some common storage devices are:
Hard Disc
Floppy Disc
CD ROM
14
HARD DISC
A magnetic disk on which you can store computer data.
The term hard is used to distinguish it from a soft, or Floppy disk.
FLOOPY DISC
A flexible plastic disk coated with magnetic material
and covered by a protective jacket, used primarily by
computers to store data magnetically.
CD ROM
A CD-ROM is a CD that can be read by a computer
with an optical drive.
15
Software
A set of instructions that enables physical components of a computer to work in synchronize way
is known as Software.
This set of instructions is often called a program.
Computers cannot do any useful work without instructions from software.
16
Types of Software
Computer Software is also divided in four major types.
System Software
Programming Software
Application Software
Utility Software
17
System Software
System Software helps in running the computer hardware and the computer system.
main system Software's are
Operating Systems
Devices Drivers
18
Application Software
It enables the users to accomplish certain specific tasks.
Following are the types of application software.
19
Spreadsheet Software
Allow users to create document and perform calculation.
Examples: MS Excel etc.
Database Software
Allows users to store and retrieve vast amount of data.
Example: MS Access etc.
20
Utility Software
Utility Software helps in the management of computer
hardware and application software. It performs a small
range of tasks. Some typical examples of utility software are:
Disk Partitioned
It divide an individual drive into multiple logical drives each
with its own file system which can be mounted by the
operating system and treated as an individual drive.
Anti-virus
These utilities scan computer for viruses.
22
Programming Software
This is one of the most known and popularly used form of computer software. These software come
in forms of tools that assist a programmer in writing computer programs.
The tools that help the programmers in instructing a computer system include
Text Editors
Compilers
Interpreters
23