Chapter Two - Computer System
Chapter Two - Computer System
Input Device
Output Device
Storage Device
Input devices accept user commands and send them to the computer for
processing.
The most common input devices used by the computer are the keyboard and the
mouse.
Categories of Input Devices
7
Input Devices
Keyboards :-
Most frequently used for notebooks and desktops to enter information and commands
Stylus – most frequently used input devices for PDAs and tablet PCs to enter information
and commands
allows the selection of a point on the screen by moving a screen cursor to the point
and pressing a mouse button.
Trackball – similar to a mechanical mouse, but with the ball on top
Joystick:-
The vertical handle of the joystick can be rotated around 360 degrees. As
the handle is rotated the cursor also moves on the screen.
9
Cont..
Scanners – used to convert information that exists in visible form into electronic
form
Optical character reader – reads characters that appear on paper or sales tag
10
Cont..
Digital camera – captures still image or video as a series of 1s and 0s
Digital still camera – digitally captures still images in varying
resolutions
Digital video camera – captures video digitally
11
Cont..
Microphone:-
uses to input sound to the computer system. The computer with a
12
OUTPUT UNIT
Used to get data out of a computer so that it can be examined, analyzed or
distributed to others.
Devices accept results or data generated by the computer and present this
information to the user in a variety of different means (both audio and visual).
It display in human readable form in soft copy or hard copy.
Categories of Output Devices
14
Cont..
Monitors:-
The most common output device is a monitor which is usually a Cathode
Ray Tube device which can display text and graphics. If hard-copy output is
required then some form of printer is used.
called pixels.
The resolution of the screen improves as the number of pixels is increased.
16
Cont..
Two types of Monitor
LCD:-
Liquid crystal display (LCD) monitor – sends electricity through
CRT :-
monitors that look like traditional TV sets
17
Printers
Are devices used to print out information that is in the computer on to paper.
By printing you create what is known as a 'hard copy'.
Types
Inkjet printer – makes images by forcing ink through nozzles
Laser printer – forms images using the same electrostatic process that
photocopiers use
Multifunction printer – scan, copy, and fax, as well as print
18
Plotter
A Plotter is:-
A printer that produces hard copy output.
Plotters produce high quality color graphics output by using pens for
creating images.
Plotters help to draw maps from stored data.
Plotters are ideal for Engineering, Drafting and many other applications that
require graphics.
Output device is used for translating information from a computer into
19
Speaker
Speaker:-
is an output device that allows you to hear voice, music, and other sounds
The sound is input from external world into computer system via
20
CPU – Central Processing Unit
Central Processing Unit (CPU)
Most costly and main component of computer system.
Consists of the Control Unit & the Arithmetic Logic Unit and
Registers;
Interpret instruction:-
instruction must be decoded to determine what action is required
Fetch data:-
execution of an instruction may require reading of data from memory or an I/O module.
Process data:-
the execution of an instruction may require performing some arithmetic or logical
operation on data.
Central Processing Unit (CPU)
Write data:-
The result of an execution may require writing data to memory or an
I/O module.
Registers.
The Control Unit
When an instruction loaded from main memory, it is placed first in the register
to wait instructions from the control unit.
Secondary Storage
Primary Memory
Primary storage (memory) holds the immediate instructions that are to be
performed by the CPU.
IT is therefore very important that the primary storage can be accessed quickly
so that the CPU is not waiting for the next set of instructions.
Types:-
RAM
ROM
Cont..
RAM:-
Considered as main memory.
applications and data temporarily for the users. Random access memory is
also called user memory.
These days, most personal computers have slots for adding and replacing
memory sticks.
RAM is also volatile - losing the stored information in an event of power
permanently.
Secondary Storage Device
usually slower than primary storage, or internal memory, but also almost
34
Magnetic Storage Media
Hard disk
a digitally encoded nonvolatile storage device which stores data on
Floppy disk:-
Removable storage medium that holds 1.44 MB
35
Optical Storage Media
Optical storage media – plastic discs on which information is stored,
deleted, and changed using laser technology
Two types
CDs
DVDs
36
CDs
CD-ROM (compact disc read-only memory):-
Information cannot be changed
CD-R (compact disc – recordable) – write one time only up to 700 MB.
37
DVDs
DVD-R or DVD+R (DVD – recordable) – high capacity; write one time only
Note:-
DVD can store more data than a CD, its one of the reason is that CD contain
data on only a single side while in DVDs it present on both of the sides.
38
Flash Memory Devices and Cards
Flash memory device – very small storage device that plugs into USB
port
which are used for general storage and transfer of data between
computers.
Flash memory is highly portable and it can store much data but it is
expensive.
39
Storage Capacity Measurement
Bit (Binary Digit):-
A single bit is a one or a zero, a true or a false, a "flag" which is "on" or "off".
Byte:
A byte is a contiguous sequence of a fixed number of bits.
40
Computer Software
performing the task of solving a problem. However one has to give precise
The finite set of instructions (steps) that the computer follow to perform a
Software:-
is a collection of programs and routines that support the operations of
Software makes the interface between the user and the electronic
components of the computer.
b) Language software
c) Utility software
Operating system
It coordinates the activity between the user and the computer. An operating
system has three major functions.
1.Controlling operations (Control program)
Coordinates the activity of the computer system.
Decides where programs (or data) stored in the memory.
Handles communications among the computer components, applications
software and the user.
Controls the saving and retrieving of files to and from disks in the disk drive.
2. Input/output Management
The I/O manager coordinates the computers communication
with outside world, flow of data to the display screen and other
output devices (printers/ plotters) and from the key board or
other input devices.
Handles the flow of data to and from the disk drives (file
management).
Handles the process of preparing a disk for use, the copying,
renaming, erasing task of a file.
Operating system…
3. Command Processing ( command Interpreter)
It interprets the commands entered using the keyboard.
If you write an internal command, it carries out the function of that
command.
if it is external command or other executable file, it searches for the
corresponding file in the default or the user specified disk, loads the file into
memory and transfers control to that program.
Once this program is terminated, control returns to command.com and the
program for that command or file is discarded from memory.
Language Software
storage.
Application Software
It is a software that is designed to perform tasks for the specific area or areas.
But for use in more than one installation.
Until recently, financial analysis and other mathematical calculation were done
by entering numbers on pages of an accountants ruled ledger pad.
Allow you to store information on a computer, retrieve it when you need it and
update it when necessary.
You can do this with index cards, but database management programs do them
more quickly and easily.
Example: You can store large mailing list, inventory record or billing and
collect information in lists stored in files and manipulate this information, one
file at a time with database management program.
Graphics Program
Summary
There are two main categories of software: systems software and application
software.