Class9 Ict
Class9 Ict
com
Chapter 1
Fundamental of Computer
Inside this chapter : Brief history of computer, Basic components of computer, Different I/O Devices,
Computer Language, Software definition and its types, Computer Memory, Different types of Printers.
1. The history of computers starts out about 2000 years ago in Babylonia (Mesopotamia),
at the birth of the abacus, a wooden rack holding two horizontal wires with beads
strung on them.
2. Blaise Pascal has credited the first digital computer
in 1642. The basic principle of his calculator is still
used today in water meters and modern-day
odometers.
3. Punched cards, which were first successfully used with computers in 1890 by Herman
Hollerith and James Powers. They developed devices
that could read the information that had been
punched into the cards automatically, without human
help.
4. Punch-card using computers created by International Business
Machines (IBM), Remington, Burroughs. These computers used
electromechanical devices in which electrical power provided
mechanical motion -- like turning the wheels of an adding
machine. Such systems included features to:
o feed in a specified number of cards automatically
o add, multiply, and sort
2
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
5. In 1942, John P. Eckert, John W. Mauchly, and their
associates at the Moore school of Electrical Engineering
of University of Pennsylvania decided to build a high -
speed electronic computer to do the job. This machine
became known as ENIAC (Electrical Numerical
Integrator And Calculator) and it occupied the entire
thirty by fifty feet room.
6. ENIAC was therefore about 1,000 times faster than the
previous generation of relay computers. ENIAC used
18,000 vacuum tubes about 1,800 square feet of floor
space, and consumed about 180,000 watts of electrical
power.
7. In 1950 magnetic core memory and the Transistor -
Circuit Element of digital computers. RAM capacities
increased from 8,000 to 64,000 words in commercially
available machines by the 1960s, with access times of 2
to 3 MS (Milliseconds).
8. In the 1980's manufacturing of semiconductor chips
was done, The Intel and Motorola Corporations were very competitive into the 1980s,
although Japanese firms were making strong economic
advances, especially in the area of memory chips. By the
late 1980s, some personal computers were run by
microprocessors that, handling 32 bits of data at a time.
Input Unit
The devices which are used to input the data and programs in the computer are known
as "Input Devices". Input unit accepts instructions and data from the user and converts these
instructions and data in computer acceptable format which are sent to computer system for
processing.
Mouse: It is a pointing device. The mouse is rolled over the mouse pad,
which in turn controls the movement of the cursor in the screen. You can
click, double click or drag the mouse. Its sensor notifies the speed of its
movements to the computer, which in turn moves the cursor/pointer on the
screen.
4
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
Scanner: Scanners are used to enter information directly in to the
computer memory. This device works like a Xerox machine. The
scanner converts any type of printed or written information including
photographs into digital pulses, which can be manipulated by the
computer.
Track Ball: Track ball is similar to the upside- down design of the mouse.
The user moves the ball directly, while the device itself remains
stationary. The user spins the ball in various directions to effect the
screen movements.
Light Pen: This is an input device which is used to draw lines or figures on
a computer screen. It is touched to the CRT screen where it can detect
raster on the screen as it passes.
Bar Code Reader: This device reads bar codes and coverts them into
electric pulses to be processed by a computer. A bar code is nothing but
data coded in form of light and dark bars.
Output Unit
Output Device produces the final results of computer into human understandable form.
Output unit accepts the results produced by the computer which are in coded form and it
converts these coded results to human readable form.
6
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
Types of Printers
Prints characters in the Prints fully formed Prints fully formed characters.
form of dots. characters.
Speed: 200-540 Speed: 4-8 pages per Speed: 4-20 pages per minute.
characters per second. minute.
Touch Screen: A touch screen is a display screen that is sensitive to human touch. It allows
the user to interact with the computer by touching pictures or words
displayed on the screen. Touch screens are used to display the output
information on the screen as well as to give input by touching the words
or pictures on the screen. Thus it is an input/output device. Touch
screens are normally used when information has to be accessed with
minimum effort.
Storage Unit
The data and instructions that are entered into the computer
system through input units have to be stored inside the computer
before the actual processing starts. Similarly, the results produced
by the computer after processing must also be kept somewhere
inside the computer system before being passed on to the output
units. The Storage Unit or the primary / main storage of a
computer system is designed to do all these things. It provides space for storing data and
instructions, intermediate results and for the final results.
The main unit inside the computer is the CPU. This unit is responsible for all events
inside the computer. It consists of Control Unit and Arithmetic and Logic unit. The CPU is the
brain of any computer system. In a human body, all major
decisions are taken by the brain and the other parts of the
body function as directed by the brain. Similarly, in a
computer system, all major calculations and comparisons are
made inside the CPU and it activates and controls the
operations of other units like Hard disk, Printer etc. of a computer system.
Arithmetic and Logic Unit (ALU): The arithmetic and logic unit (ALU) is the part where actual
computations take place. It consists of circuits that perform arithmetic operations (e.g.
addition, subtraction, multiplication, division over data received from memory and capable to
compare numbers (less than, equal to, or greater than etc).
Control Unit: The control unit acts as a central nervous system for the components of the
computer. It manages and coordinates the entire computer system. It obtains instructions from
the program stored in main memory, interprets the instructions, and issues signals that cause
other units of the system to execute them. the control unit directs and controls the activities of
the internal and external devices.
Computer Language
A language is defined as the medium of expression of thoughts. All the human beings in
this world communicate with each other by a language. Similarly, computer also needs some
expression medium to communicate with others.
A computer follows the instructions given by the programmer to perform a specific job.
To perform a particular task, programmer prepares a sequence of instructions, known as
program. A program written for a computer is known as Software.
1)First Generation Languages -1GLs (Machine language):When the human being stared
programming, the computer the instruction were given to it in a language that it could easily
understand is called as machine language. The binary language of 1 and 0 is known as
Machine language. Any instruction in this language is given in the form of 1s and 0s.
8
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
Graphical User Interface (GUI) based languages: These are the languages which use a
Graphical User Interface to write, compile & execute the program with ease. Some of them are-
Visual Basic
Visual C++
C# (Pronounced as C sharp)
Visual Basic.NET
Visual Basic 2005
Software
Computer software also called program is a set of instructions that directs a computer
to perform specific tasks or operations. Computer software consists of computer programs and
libraries.
System software: Software that directly operates the computer hardware to provide basic
functionality needed by users and other software and to provide a platform for running
application software. System software includes:
Operating system (OS): Operating system manages resources of computer system like
memory, CPU, hard disk, printer etc. also provides an interface between user and
computer system & provides various services to other software.
Language Processor & Device drivers: All the devices like mouse, keyboard, modem
etc needs at least one corresponding device driver. A device driver is a program that
controls a device. A language processor is a hardware device designed or used to
perform tasks, such as processing program code to machine code. Language processors
are found in languages such as Fortran and COBOL
Computer Memory:
A memory is just like a human brain. It is used to store data and instructions. Computer
memory is the storage space in computer where data is to be processed and instructions
required for processing are stored.
10
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
Memory is primarily of three types
Cache Memory
Primary Memory or Main Memory
Secondary Memory
Disadvantages
The disadvantages of cache memory are as follows:
• Cache memory has limited capacity.
• It is very expensive.
11
RAM ROM
Data gets erased when power supply off. Data stored permanently.
It is used in the normal operations of a A ROM chip is used primarily in the start-up
computer after starting up and loading process of a computer.
the operating system.
Secondary Memory
It is also known as external memory or non-volatile memory. It is slower than main
memory. These are used for storing data or information permanently. For example: hard disk,
CD-ROM, DVD etc.
Characteristic of Secondary memory
• These are magnetic and optical memories
• It is non-volatile memory which is used for storage of data in a computer.
• Data is permanently stored even if power is switched off.
• Computer may run without secondary memory.
• Slower than primary memories.
12
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
Printers
Printers are output devices which are used to prepare permanent output on paper.
Types of Printers
the paper when the pin strikes the carbon. There are generally 9
or 24 pins.
Line Printer The line printer is an impact computer printer that prints
one entire line of text at a time. It is mostly associated with unit record
equipment and the early days of digital computing, but the technology is
still in use.
Non-Impact Printers: There printers use non-Impact technology such as ink-jet or laser
technology. There printers provide better quality of output at higher speed. These printers are
of two types:
Ink-Jet Printer: It prints characters by spraying patterns of ink on the
paper from a nozzle or jet. It prints from nozzles having very fine holes,
from which ink is pumped out to create various letters and shapes.
13
14
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
WORKSHEET
Identify the following peripherals as INPUT device or OUTPUT device.
1. Monitor
2. Keyboard
3. Scanner
4. Laser Printer
5. Mouse
6. Speakers
7. Digital Camera
Fill in the blank with the correct answer from the box. Some may be used more than
once or not at all.
CPU BIOS power supply hard drive network card
Motherboard RAM USB Port ROM video card
1. I connect computers and allow them to talk to each other.
2. I wake up the computer and remind it what to do.
3. I am the brain of the computer.
4. Information is stored on my magnetic cylinders.
5. I hold all of the other circuit boards.
6. I handle the graphics that are displayed on the monitor.
7. I am the type of port used by flash drives
Fill in the blanks with the vocabulary words from the box. Use each word only once.
information flash drive CD primary DVD secondary
Windows operating system graphics upgraded user friendly
1. ________________________ memory is stored on chips located on the motherboard.
2. _________________________memory is stored on the hard drive.
3. A _______________________can hold information greater than a CD or DVD.
4. A _______________________usually holds up to 650 to 700 MB.
5. A _______________________holds even more information at least 7 GB.
6. The purpose of storage in a computer is to hold ____________________or data.
15
O M
P T R
C U
T M M Y
K B D
A A C S
16
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
1 CD a Impact printer
17