Chapter 2
Chapter 2
1
Cont…
Computer system
known as hardware
2
Cont…
3
Computer Hardware
4
Computer Hardware
physical parts
5
Cont…
Information flow in the computer hardware
6
Cont…
Examples of Hardware
7
Central Processing Unit (CPU)
Considered as the brain of the computer
8
Cont…
Memory or Storage Unit
Store instructions, data, and intermediate results
Supplies information to other units
All inputs and outputs are transmitted through the main memory
Control Unit
Controls the operations of all parts of the computer
Responsible for controlling the transfer of data and instructions
Manages and coordinates all the units
Communicates with input/output devices for transfer of data
9
Cont…
ALU (Arithmetic Logic Unit)
Arithmetic Section
and division
Logic Section
merging of data
10
Cont…
It is semiconductor memories
13
Interconnecting components
To perform a given task in synchronized form there should be some
mechanism of communication
Electronic circuit which produces communication path between the different
components of a computer system
This path is called bus
Internal bus
External bus
15
Cont…
Keyboard
functions
16
Cont…
17
Cont…
Mouse
Pointing device
18
Cont…
Joystick
Pointing device
19
Cont…
Light Pen
20
Cont…
Track Ball
can be moved
21
Cont…
Scanner
22
Cont…
Digitizer
Converts analog information into digital
form
Used by the computer to create a
picture of whatever the camera had
been pointed at
Converts graphics and pictorial data
into binary inputs
Used for fine works of drawing and
image manipulation applications
23
Cont…
Microphone
24
Cont…
Magnetic Ink Card Reader (MICR)
25
Cont…
Optical Character Reader (OCR)
26
Cont…
Bar Code Readers
27
Output unit
Monitors
Graphic Plotter
Printer
28
Cont…
Monitors (Visual Display Unit)
Forms images from tiny dots, called pixels that are arranged in a
rectangular form
Flat-Panel Display
29
Cont…
Cathode-Ray Tube (CRT) Monitor
CRT display is made up of small picture elements
called pixels
takes more than one illuminated pixel to form a
whole character
finite number of characters can be displayed on a
screen at once
disadvantages of CRT:
Large in Size, High power consumption
30
Cont…
31
Cont…
Printers
Output device, which is used to
print information on paper
32
Computer Software
33
Cont…
Software is a set of programs, designed to perform a well-defined function
Software makes the interface between the user and the electronic components of
the computer
System Software
Application Software
34
Cont…
System software
Collection of programs designed to
Operate
Control
Extend the processing capabilities of the computer itself
Generally prepared by the computer manufacturers
Comprise of programs written in low-level languages
Serves as the interface between the hardware and the end users
Example:- operating system, compilers, interpreter, assemblers, etc.
35
Cont…
Features of a system software
Close to the system
Fast in speed
Difficult to design
Difficult to understand
Less interactive
Smaller in size
Difficult to manipulate
Generally written in low-level language
36
Cont…
Language Software
programming languages
language
Assemblers
Compiler
Interpreter
38
Cont…
Application Software
Products are designed to satisfy a particular need of a particular environment
Software applications prepared in the computer lab can come under the category
of application software
Examples
Student record software
Inventory management software
Microsoft office suite software
Microsoft word
Microsoft PowerPoint
Database management system
39
Cont…
Easy to design
More interactive
Slow in speed
Easy to understand