Computer Types Parts and Components
Computer Types Parts and Components
of computer
System
Contents 1 Basics of Computer and its Operation
3 Components of computer
7 Output devices
9 Computer languages
BASICS OF
COMPUTER AND
ITS OPERATION
What is computer?
Computer is Electronic
Device that receives
input from the user,
calculates, processes the
raw data into meaningful
information and provides
the desired results as
output.
Basic operation done by a
computer
Accept/Input Data Storage Data Displaying the
Data Processing Calculated
Results
This refers to The data is required This refers to This refers to
collecting the data to be stored at processing the producing the
and instructions various levels while given data output on the
being given by the processing, before according to the output devices
processing, or even
user. It can also be given instructions once the result is
after processing to
termed as Data and producing the calculated.
store desired results.
Capturing. required output.
This is data storage.
components of computer
Secondary
Primary Memory
Memory
Input unit
The input unit basically includes
the input devices and its operation
is to take the input from the user.
The input data is not in machine
language. Therefore, the input unit
converts it into the language of the
computer (binary code). Some
important input devices are
Keyboard, Mouse, Microphone,
Scanner, Barcode Reader, Light
Pen, Joystick, etc.
Output Unit
The output unit basically involves
the output devices and its operation
is to give the processed information
as an output on the computer. The
results of processing are always in
binary code. Humans cannot
understand this code. Therefore the
output unit converts it into a form
that we can understand. Some
important output devices are
Monitors (also called Visual Display
Unit), Speakers, Printers, etc.
Central Processing
Unit (CPU)
This is a really important part of a
computer as it performs all the
processing parts of the computer.
The CPU carries out and performs
different calculations and other
operations on the data and
instructions. It has two subparts:
Subparts of cpu
Arithmetic and Logical Unit Control Unit
• Operating System
• Language processors
• System Utilities
• Device Drivers
Operating Language System Device Drivers
System Processors Utilities
An operating
converts the code This software is This software
system is basically
software used for given by the user responsible for the basically has the
interaction (source code) to proper and instructions in
computer smooth order to run the
between the user
and the computer language functioning of hardware devices.
hardware. It (machine code). computers. And
also, keeping the
controls all the
parts of a system safe.
computer system Examples are
Antivirus Software,
and manages
them. Examples File Management
are Microsoft Tools, etc.
Windows, Linux,
etc.
Application
Software
This software performs only a
specific task. Examples are MS-
Excel, PowerPoint, Google
Chrome, etc.
BASICS OF
COMPUTER:
HARDWARE
What is computer
hardware?
Hardware can be defined as the
physical components that a
computer system needs to
function.
Peripheral
devices
Peripheral devices are connected
to the computer externally. These
devices are used for performing
some specific functions.
Peripheral devices are as follows:
• Input Devices
• Output Devices
• Other Peripherals
Input devices 1
2
Keyboard
Mouse
Input devices accept data
and instructions from the 3 Lightpen
CRT or Cathode Ray This type of monitors are A LED display is a flat
Tube Monitor is the also known as flat panel panel display that uses
typical monitor that you monitor. Most of these an array of light-
see on a desktop employ liquid crystal emitting diodes as
computer. It looks a lot displays (LCDs) to render pixels for a video
like a television screen, images display.
and works the same
way. This type uses a
large vacuum tube
Printer
After a document is created on
the computer, it can be sent to a
printer for a hard copy (printout).
Some printers offer special
features such as colored and large
page formats.
Plotters usually come in two designs:
plotter 1. Flat Bed: Plotters of small size to
be kept on table with
A plotter is a special kind of
output device that, like a printer, restriction of paper size.
produces images on paper, but 2. Drum: These plotters are of big
does so in a different way. Plotters size using rolls of paper of
are designed to produce large unlimited length.
drawings or images, such
asconstruction plans for buildings
or blueprints for mechanical
objects. A plotter can be
connected to the port normally
used by a printer.
COMPUTER
LANGUAGES
Languages are a means of
communication. Normally people
interact with each other through a
language. On the same pattern,
communication with computers is
carried out through a language. This
language is understood both by user
and the machine. Just as every
language like English, Hindi has its
grammatical rules; every computer
language is bound by rules known as
SYNTAX of that language. The user is
bound by that syntax while
communicating with the computer
system.
Low Level Language
The term low level means
closeness to the way in which
machine understand. The low
level languages are:
• Machine Language
• Assembly Language
Machine Language
This is the language (in the form
of 0’s and 1’s, called binary
numbers) understood directly by
the computer. It is machine
dependent. It is difficult to learn
and even more difficult to write
programs
Assembly Language
This is the language where the
machine codes comprising of 0’s
and 1’s are substituted by
symbolic codes (called
mnemonics) to improve their
understanding. It is the first step
to improve programming
structure.
Assembly language programming
is simpler and less time consuming
than machine level programming,
it is easier to locate and correct
errors in assembly language than in
machine language programs. It is
also machine dependent.
Programmers must have
knowledge of the machine on
which the program will run.
High Level Language
You know that low level language
requires extensive knowledge of
the hardware since it is machine
dependent. To overcome the
limitation, high level language has
been evolved which uses normal
English like, easy to understand
statements to solve any problem.
Higher level languages are
computer independent
andprogramming becomes quite
easy and simple
END OF LESSON