Computer Hardware and Software Ucu
Computer Hardware and Software Ucu
Light Pen
This is a pointing device similar to a pen. It is used to select a displayed menu item or draw pictures on the
monitor screen, It consists of a photocell and an optical system placed in a small tube. When the tip of a light
pen is moved over the monitor screen and the pen button is pressed, its photocell sensing element detects
the screen location and sends the corresponding signal to the CPU.
Computer Hardware
Trackball
This is an input device that is mostly used in notebook or laptop computer, instead of a mouse. This is a ball
which is half inserted and by moving fingers on the ball, the pointer can be moved. Since the whole device is
not moved, a trackball requires less space than a mouse. A track ball comes in various shapes like a ball, a
button or a square.
Scanner
This is an input device, which works more like a photocopy machine. It is used when some information is
available on paper and it is to be transferred to the hard disk of the computer for further manipulation.
Scanner captures images from the source which are then converted into a digital form that can be stored on
the disk. These images can be edited before they are printed.
Computer Hardware
Microphone
This is an input device to input sound that is then stored in a digital form. The microphone is used for various applications such as
adding sound to a multimedia presentation or for mixing music.
Barcode Readers
This is a device used for reading bar coded data (data in the form of light and dark lines). Bar coded data is generally used in labelling
goods, numbering the books, etc. It may be a handheld scanner or may be embedded in a stationary scanner. Barcode Reader scans
a barcode image, converts it into an alphanumeric value, which is then fed to the computer that the bar code reader is connected to.
Computer Hardware
Central Processing Unit
It consists of the following features:
1. CPU is considered as the brain of the computer.
2. CPU performs all types of data processing operations.
3. It stores data, intermediate results, and instructions (program)
4. It controls the operation of all parts of the computer.
Arithmetic Section
The function of arithmetic section is to perform arithmetic operations like addition, subtraction, multiplication,
and division. All complex operations are done by making repetitive use of the above operations.
Logic Section
The function of logic section is to perform logic operations such as comparing, selecting, matching, and
merging of data
Computer Hardware
Output Unit
The output unit consists of devices with the help of which we get the information from the computer.
This unit is a link between the computer and the users. Output devices translate the computer's
output into a form understandable by the users.
Some of the output devices include:
1. Monitors
2. Graphic Plotter
3. Printer Monitor
Computer Hardware
Monitors
Monitors, commonly called as Visual Display Unit (VDU), are the main output device of a computer. It forms images
from tiny dots, called pixels that are arranged in a rectangular form. The sharpness of the image depends upon the
number of pixels.
● Size − It is the diagonal size of the LCD screen. Larger the area, bigger the picture screen. A bigger picture is
preferable for movie watching and gaming. It will increase the productivity as well.
● Resolution − This is the number of pixels on the screen. For example, 24inch display is 1920x1200 (width by
length) and 22- inch display is 1680x1050. High resolution provides better picture quality and a nice gaming
experience.
● Inputs − Now-a-days monitors can accept inputs from cable as well apart from the computer. They can also
have USB ports.
● Stand − Some monitors come with adjustable stands while some may not.
● Recommended − 24 Inch LCD.
Computer Hardware
Printers
Printer is an output device, which is used to print information on paper.
There are two types of printers:
1. Impact Printers
2. Non-Impact Printers
Computer Hardware
Impact Printers
Impact printers print the characters by striking them on the ribbon, which is then pressed on the paper.
System Software
The system software is a collection of programs designed to operate, control, and extend the processing
capabilities of the computer itself. System software is generally prepared by the computer manufacturers.
These software products comprise of programs written in low-level languages, which interact with the
hardware at a very basic level. System software serves as the interface between the hardware and the end
users.
Computer Software
Some examples of system software are Operating System, compilers, interpreter, assemblers, etc.
Features of a system software
1. Close to the system
2. Fast in speed
3. Difficult to design
4. Difficult to understand
5. Less interactive
6. Smaller in size
7. Difficult to manipulate
8. Generally written in low-level language
Computer Software
Operating System
Operating System is the main software of the computer as everything will run on it in one form or other.
There are primarily three choices: Windows, Linux, Apple OS X.
Machine Language
In the earliest days of computers, the only programming languages available were machine languages. Each
computer has its own machine language which is made of streams of 0‘s and 1‘s. The instructions in
machine language must be in streams of 0‘s and 1‘s. This is also referred as binary digits.
Computer Languages
Advantages of Machine Language
1. High speed execution
2. The computer can understood instructions immediately
3. No translation is needed.