Xi Ip
Xi Ip
Xi Ip
INFORMATICS PRACTICES
COMPUTER …….??
It is a combination of hardware and software resources which integrate
together and provides various functionalities to the user.
HARDWARE
The physical electronic components of a computer are called hardware.
Hardware is tangible.
Example :
Keyboard
Monitor
Printer
Speaker
Motherboard
SOFTWARE
These are the recorded instructions and programs that govern the working of
a computer.
Software in intangible.
Example :
Microsoft suite (Excel, Word, PowerPoint)
Internet Browsers (Firefox, Google Chrome, Safari)
Zoom
EVOLUTION OF COMPUTING DEVICES
FIRST GENERATION 1940-1956
Main features of first generation computers are :
Vacuum tube technology
Supported machine language only
Very costly
Generated a lot of heat
Huge size
Non-portable
Consumed a lot of electricity
Need of AC
Slow input and output devices
FIRST GENERATION 1940-1956
Example :
ENIAC
EDVAC
EDSAC
UNIVAC-1
SECOND GENERATION 1957-1963
Main features of second generation computers are :
Use of transistors (cheaper, consume less power, more compact in size)
Reliable in comparison with first generation computers
Smaller size as compared to first generation computers
Consume less electricity as compared to first generation computers
Faster than first generation computers
Still very costly
AC required
Supported machine and assembly language
SECOND GENERATION 1957-1963
Example :
IBM 1620
IBM 7094
THIRD GENERATION 1964-1971
Main features of third generation computers are :
IC used (Single IC has many transistors)
Smaller size
Generated less heat
Faster than second generation computers
Consume less electricity
Supported high level languages like PASCAL and BASIC.
Example :
IBM 360
FOURTH GENERATION 1972-1980
Main features of fourth generation computers are :
VLSI technology used (Very large scale integration)
Very small size
Very cheap
Reliable and portable
No AC required
Concept of internet was introduced
Computers became easily available
Example :
Star 1000
Dec 10
FIFTH GENERATION 1981- Present
Main features of fifth generation computers are :
ULSI Technology (Ultra large scale integration)
Development of artificial intelligence
Advancement in parallel processing
More user friendly interfaces
Availability of very powerful and compact computers at cheaper rates.
Example :
Desktop
Laptop
Notebook etc.
CPU : CENTRAL PROCESSING UNIT
It is the main control center and processing unit.
It is also known as brain of computer as it governs the performance of a
computer.
Alternative names : Central Processor / Main Processor / Processor
SUB COMPONENTS OF CPU
Output devices are those devices which help to display the processed
information.
Example :
Monitor
Printer
Projector
MEMORY / PRIMARY MEMORY / MAIN MEMORY
Data stored in this memory automatically flushes out with power cut off,
which cannot recover later.
It is the workplace of a computer system where data is to be kept on
temporary basis for the purpose of processing.
Every memory location has a definite address.
UNITS OF MEMORY
MEMORY ACCESS TIME
LIMITATION
RAM is volatile in nature.
ROM : READ ONLY MEMORY
This is only for read operation.
It is programmed at the time of hardware manufacturing and whatever
we store in this memory cannot change later.
It is non-volatile in nature.
TYPES OF RAM
It is volatile in nature.
They are comparatively cheap and have a storage capacity of upto 700 MB.
Example :
Word Processor
Spreadsheet
Music Player
Web Browser
UTILITIES
Utilities are those programs that assist the computer by performing house
keeping functions like cleaning viruses, backing up of disk, scanning etc.
Example :
Antivirus Software
Backup Utility
Compression Utility
SYSTEM SOFTWARE
The software that controls internal computer operations is called System
Software.
Internal operations :
Reading data from input devices
Converting data / instructions to computer understandable form
Transmitting processed information to the output devices
TYPES OF SYSTEM SOFTWARE
System software can further be classified into two categories :
Operating system
Language Processor
OPERATING SYSTEM
It is a program which acts as an interface between a user and the hardware.
GOAL OF OPERATING SYSTEM
PRIMARY GOAL
To make the computer system convenient to use.
SECONDARY GOAL
To use the computer hardware in an efficient manner.
FUNCTIONS OF OPERATING SYSTEM
Memory Management
Process Management
File Management
Device Management
USER INTERFACE OF OPERATING SYSTEM
Example :
Linux
Unix
LANGUAGE PROCESSOR
It is a software that can translate the source code into an machine code.