Employabitily Skills - Components of Computer System
Employabitily Skills - Components of Computer System
A computer is an electronic device that has devices to enter data, store data and process raw facts
and figures according to the given instructions and give the desired result on an output device.
Data: Data refers to raw facts and figures. For example, 123, “English”, etc.
Information: Information refers to processed data. For example, total marks and percentage of a
student.
• Computer hardware – Physical parts of a computer such as Input devices, output devices,
central processing unit and storage devices are called computer hardware.
• Computer software – Software are the programs or applications that run on computer.
For example, MS Word, MS PowerPoint, Operating systems, etc.
The physical components of a computer system are called hardware. A computer basically consists of
following physical components:
• Input unit
• Processing unit
• Storage unit
• Auxiliary storage
• Output unit
<A> Input Devices
30
It consists of the following main units:
+ (addition)
- (subtraction)
*(multiplication)
/(Division)
^(Exponent)
The ALU also performs the following logical operations:
< (less than)
<(greater than)
<= (less than or equal to)
>= (greater than or equal to)
<> (not equal to)
<D> Control Unit
The control unit controls the flow of data from the input devices to memory and from memory to
output devices. It does not process the data.
When the processing begins, the first instruction of the program is selected and fed into the control
section of the primary storage area. It is then interpreted there and then the signals are sent to other
components to perform the necessary action.
The next instruction, is then selected, interpreted, and executed. This is continued till all the
instructions are processed.
<E> Registers
2.2.2 Software
31
Software
System software is a set of one or more programs designed to control the operation of a computer
system.
Operating systems and language processors come under the category of system software.
Operating System
Operating system is a master control program that runs the computer. When the computer is
switched on, operating system is the first program loaded into the computer’s memory.
Examples of operating system are Windows, UNIX, MS-DOS, Mac OS, Solaris, etc.
Language Processors
A computer understands instructions in the form of machine code, i.e., 0 and 1. The programs are
written in English like high level language called source code. The source code must be converted
into machine language in order to be executed. The translator program that is used to convert
source program written in high level language to machine code is called language processor. The
program translated into machine code is called the object program.
32
<C> Application Software
Application software is a computer program that is designed to perform a certain type of work.
This type of software pertains to one specific application. For example, software written to
calculate salary of the school employees cannot be used to prepare school result.
Application softwares can be classified as General purpose software and Specific purpose
application software.
General purpose application software includes word processing software, like, Microsoft Word.,
spreadsheet software, like, Microsoft Excel, etc.
Antivirus software:- This program helps in detecting and removing viruses. For example, Norton
antivirus, McAffee virus scan, etc.
File management tools:-These tools help in storing, searching, and sorting files and folders on the
system. For example, Windows Explorer.
Compression:- This program helps in compression of large files so that they take less storage
space. For example, WinZip.
• Disk Cleaner:-This utility scans for the files that have not been used since long. These files may
be occupying large amount of space. It prompts the user to delete such files to create more
disk space.
• Disk Defragmenter:-It rearranges the files and free space on the computer so that files are
stored in contiguous and free space is consolidated in one contiguous block. This speeds up
the disk access.
33
• Backup:- backup means making a duplicate of the files and data stored on the computer. This
program is used to take backup copy of the data. In case the original data is lost, the backed
up data can be used.
Lets Try It
Worksheet 1
Worksheet 2
34
2.3 PRIMARY AND SECONDARY MEMORY
• Primary storage
• Temporary Storage
2.3.1 Primary Storage
The primary storage is also called the primary memory. It is directly accessible by the CPU. It can be:
Units of computer memory are:- Bit (Binary Digit), Byte (Kilobyte, Megabyte, GigaByte, TeraByte,
PetaByte, ExaByte, ZettaByte, YottaByte)
The elementary unit of memory is a bit. A group of 4 bits is called a nibble and a group of 8 bits is
called a byte.
1 Byte = 8 bits
One petabyte (PB) = 1024 TB=1024 x 1024 x 1024 x 1024 x 1024 bytes
One ExaByte (EB)=1024 PB=1024 x 1024 x1024 x 1024 x 1024 x 1024 bytes
One ZettaByte (ZB)=1024 EB)= 1024 x 1024 x 1024 x1024 x 1024 x 1024 x 1024 bytes
RAM is used to hold active information of data and instructions. Information in RAM is stored in
random order, that is why it is known as Random Access Memory.
35
It is a temporary memory. When power supply is switched off, the information stored in RAM is lost,
so it is also known as volatile memory.
It is also known as read/write memory as information can be read from RAM and also written onto it.
Information stored in RAM may be erased or written over.
ROM is a part of computer’s main memory. It is used to store the instructions provided by the
manufacturer to check basic hardware and to load operating system from appropriate storage device.
The storage of data and instructions in ROM is permanent until it is written over.
The contents of the ROM are not lost when power supply is switched off. That is why, ROM is called
non-volatile memory.
Since the computer’s main memory stores the data and information temporarily, the secondary
memory is used. Secondary memory is sued to store bulk of information.
The information stored in secondary memory is not lost, so it is also a non-volatile memory. These
devices are non-volatile as data is stored in these devices till it is deleted.
Secondary storage devices include hard disk, CD, DVDs, Pen drive , etc.
Scanners are another important hardware devices that are used to convert a picture or text in a book
or page in a digital form.
The output unit comprises of devices such as Monitor, Printer, speaker, etc. to display information to
the user.
36
<C> Storage Devices
Lets Try It
1. Discuss different secondary storage devices, their uses and their storage capacities.
2. Name a few external storage devices.
3. Discuss various output devices and their uses.
Worksheet
37