Computer Fundamentals Notes
Computer Fundamentals Notes
Softtech
IT Academy
Page 1
COMPUTER FUNDAMENTALS
INFORMATION consists of facts and items of knowledge. It can be anything that has meaning to people.
Usually information is expressed in words and numbers. However, it can be expressed in other
forms, such as sounds, measurements or pictures.
Ex:
A list of names and addresses.
The contents of a letter.
The words of a song.
A map.
Ex:
A word processed letter stored on a floppy disc
A song written as sheet music so that it can be played.
A telephone conversation converted to electrical signals to be sent down the wires.
PROCESSING INFORMATION
Information processing is the organization, manipulation and distribution of information.
Sorting a list of names and address into alphabetical order.
Producing a letter with a word processor, saving it on floppy disc and then sending
it by electronic mail.
Transmitting a conversation over the phone system.
Processi
ng
Memory
Page 2
INFORMATION TECHNOLOGY
INFORMATION TECHNOLOGY (IT) is all types of equipment and programs which are used in the processing
of information.
ex:
A computer.
A calculator.
A fax machine.
A telephone.
Presentation of information.
Handling information.
Searching data, sorting it into order and analyzing
Producing modules of real situations
Data communication.
Control and measurement
COMPUTERS
A Computer is a programmable, multipurpose machine that accepts data (e.g. raw data, facts &
figures) and processes, or manipulates it into information we can use, such as summaries or totals
EX: An Automated Teller Machine (ATM) computes the deposits and withdrawals to give you the
total in your account.
Computer: (ISO) A programmable functional unit that consists of one or more associated
processing units and peripheral equipment, that is controlled by internally stored programs and
that can perform substantial computation, including numerous arithmetic operations or logic
operations, without human intervention during a run.
Page 3
HISTORY OF COMPUTERS
3000 BC the ABACUS a rudimentary first computing device developed
1642 – Blaise Pascal built the first mechanical digital calculator Pascaline.
1822 – Charles Babbage invented Difference Engine with a mechanical memory to store
results.
1840 – Ada, the first programmer suggested binary Data storage rather than decimal.
1880 – Dr.Herman Hollerith developed the punched card that would contain data coded in
form of punched holes.
1939 – Dr. John Vincent Atanasoft produced the first prototype electronic computer.
1944 – Aitken built Mark 1 the first automatic, sequence controlled calculator; used by military
to compute ballistic data.
1947 – Mauchy and Eckert built ENIAC – 2nd Electronic digital computer.
1949 – Maurice, Eckert and Von Neumann built EDVAC the -1st stored program computer.
1960 – Gene Amdahl designed IBM System/360 mainframe computer – 1st general purpose
digital using Integrated circuits.
1963 – Olsen with Digital Equipment Corporation produced PDP-1 – 1st Mini computer.
1977 – Stephen Wonzniak and Steven Jobs built first Apple Microcomputer.
Page 4
Block Diagram of a Modern PC
Input Devices
Keyboard
Mouse/Joystick Output Devices
Light pen VDU(Monitor)
Scanner Printer
Infra-red ray Speaker etc.
Video Camera
Microphone etc.
External Storage : Hard Disk,
Floppy Disk, CDROM, Magnetic Tape
ALU
Control
Processo
r
Main
Input Memor Output
y
Storage
Page 5
THE CENTRAL PROCESSING UNIT
Processor:- The heart of any computer system. It consists of ALU, control elements and small
memory units called registers.
ALU:- All calculations and all comparisons take place in this unit.
Control Unit:- This interprets any instruction it receives from memory and directs the
sequence of events Necessary to execute the instruction. CU uses a system clock which
synchronizes all tasks by sending out electrical pulses.
INPUT DEVICES
Input devices are used to feed data and instructions to the computer system.
Input devices provide the interface between the outside world and the computer system for this
purpose. An input device is a peripheral which accepts data and sends it to the central processing
unit.
Ex. of input devices
The keyboard
Alight pen
An Electronic digital weighing scale interface d to a computer
A document reader
A mouse.
DOCUMENT READERS
Page 6
OPTICAL MARK RECOGNITION. (OMR)
OMR is a system of reading lines or marks which have been made in exactly the right positions on a
card or document.
APPLICATIONS OF OMR
The documents to be read have empty boxes to take the marks. These have been preprinted on to
the documents together with information telling the user what to do. The person preparing the
data makes pencil or ink marks in the appropriate boxes.
The data to be input has to be simple because the user can only make marks and cannot write any
information.
There has to be large number of documents to justify designing and printing them.
Ex: marking multiple choice question papers.
An optical character reader can recognize characters from their shape. As with OMR light is
reflected from the paper and form the ink. In OCR however the reader has to workout what the
characters are.
Scanners were originally design to scan pictures but they can also be used to read text.
MOUSE
A mouse is an input device designed to fit snugly under a hand while it is moved about over a table.
Moving the mouse produce s movements of a cursor or a pointer on the screen.
The mouse is also provided with one, two or three buttons. These are pressed to produce action
when the user has moved the cursor to the right place.
USES OF MOUSE:
To select options from a menu or from a set of icons.
To position the cursor when editing text or using a design packages.
To select an object in a drawing or a piece of text to be copied, moved or deleted.
Page 7
OUT PUT DEVICES
TEXT OUTPUT
Is simply alphanumeric characters that makeup our language. Text output appearance ranges from
type writer to typeset quality.
GRAPHIC OUTPUT
Includes line drawings, maps, presentations business graphics.
SOUND OUTPUT
Ranges from the message beeps produced by the computer system to the human voice to music and
other forms of sound.
VIDEO OUTPUT
Photographs (still images) or moving images such as television and video taped material
Hard copy.
Soft copy.
Page 8
PRINTER
A printer is read only device, driven directly by a computer and provide permanent visual records
called hard copy. The basic criteria for evaluating printers include:
IMPACT PRINTERS:
Form characters or images by striking mechanism Such as print hammer or wheel against an inked
ribbon leaving an image on paper.
Ex Low speed impact printers (Daisy wheel print head, Dot matrix printer head)
NON-IMPACT PRINTERS
Form characters or images without making direct physical
contact between printing mechanism and papers.
Eg. Laser printer, Ink jet printer
This mechanism enable the print control up to the dot level on the paper, can be used to produce
both text and graphics. Fast but noisy wear out ribbons very quickly.
LASER PRINTER
Page 9
INK-JET PRINTERS
Ink jet printers’ transfers characters and images to the paper by spraying a fine jet of ink.
Offers nearly the quality of laser printing but not the speed. Low cost alternative for high quality
printing.
MONITOR
The higher the resolution the characters and images are sharper and crisper as fill image.
PLOTTERS
It is a specialized output device designed to produce high quality graphics in a variety of colors.
Those are especially useful for creating maps and architectural drawings, although they may also
produce less complicated charts and graphics.
TYPE OF PLOTTERS
♦ Pen plotter
♦ Electrostatic plotter.
♦ Thermal plotter.
Page 10
DATA STORAGE IN COMPUTERS
STORAGE OF DATA
The number of instructions and amount of data a computer can store in its memory is measured in
bytes. A single character can be stored in one byte.
A BYTE is a small group of bits treated as a unit. It is usually the number of bits needed to store
one character. Normally a byte consists of 8 bits.
WRITE – Data means to move it or copy from the main store to backing store.
READ - Read data means to move it or copy from the backing store to main store.
CACHE MEMORY
Cache is an area of memory that holds frequently accessed data or program instructions for the
purpose of speeding a computer system’s performance.
Page 11
Is Memory which can be read from but not written to. ROM is permanent data and programs on it
cannot be changed. It is not volatile. If ROM was volatile it would lose. Its data and it would not
be possible to write it back. There are four types of ROM.
PROM: Programmable Read Only Memory
EPROM Erasable Programmable Read Only Memory
EEPROM: Electrically Erasable Programmable Read Only Memory
Is memory which can be read from or written to. RAM is temporary. It contents can be changed. It
is usually volatile.
BACKING STORE
A STORAGE MEDIUM is the material on which the data is stored.
Eg. Magnetic tape, Floppy disk, CD ROM
Storage DRIVE Is the piece of equipment which rotates the storage medium and access the data on
it.
MAGNETIC DISCS
A typical Magnetic Disc has two surfaces or sides. Each surface holds data in circular tracks. Each
track is divided into equal sections called sectors.
COMPACT DISC
Page 12
All types of compact disc can be read by a computer if you have the right player interfaces and
software.
A CD ROM is a compact disc normally of about 12cm in diameter. CD ROM’s of other sizes
are also available. Ex. Electronic books which are 8 cm in diameter.
Data is written to the disc using a powerful laser beam to burn patterns in the surface. The
discs are exchangeable and easy to transport.
Access to data is faster than floppy discs but slower than hard discs.
Page 13
DATA FILES
Facts about Files
The term File is used to describe any data or program stored on a backing store such as a disc or a
tape.
A data file is an organized collection of data. It usually consists of a number of separate parts
called records.
A Record is a subdivision of a file. It consists of a set of items of data which together can be
treated as a unit.
Storage of Files
Creating a file
Organizing data into a file means creating a file.
Saving a file
Copying all record from main store on to a backing store
Types of file
Page 14
Data Communications
Data communication is the process of sending data electronically from one computer or similar
device to another.
Linking one computer to another permits the power and resources of that computer to be tapped.
It also makes possible the updating and sharing of data at different locations.
Computers that are located in the same room or office building can communicate data through a
direct cable link.
Computers located far away use a special form of data communication – telecommunication or
telegraph.
Local Area Network (LAN) - LANs are networks usually confined to a geographic area, such as a
single building or a college campus. LANs can be small, linking as few as three computers, but often
link hundreds of computers.
Metropolitan Area Network (MAN) - MAN is basically a bigger version of a LAN and normally uses
similar technology. It might cover a group of near by corporate offices or a city and might be either
private or public.
Wide Area Network (WAN) - Often a network is located in multiple physical places. Wide area
networking combines multiple LANs that are geographically separate. This is accomplished by
connecting the different LANs using services such as dedicated leased phone lines, dial-up phone
lines (both synchronous and asynchronous), satellite links, and data packet carrier services.
Page 15
LOCAL AREA NETWORK
Router
Router
Subnet
Sub net
Page 16
WIDE AREA NETWORK
Page 17