1
Discovering Computers: Living in a Digital World
Lecture 02
(Generation of Computers)
COMPUTER GENERATIONS
GENERATIONS IN COMPUTER
• First Generation – 1940-1956: Vacuum Tubes
• Second Generation – 1956-1962: Transistors
• Third Generation - 1963-1971: Integrated Circuits
• Fourth Generation – 1971-1989: Microprocessor
• Fifth Generation – Present and Beyond: Artificial
Intelligence
FIRST-GENERATION COMPUTERS
(1940 - 1956)
• Machines were built by vacuum tubes.
• First generation computers relied on machine
language.
• Single Tasking: They could only solve one
problem at a time.
• Input was based on punch cards.
• Output was displayed on printouts.
• The UNIVAC-1 and ENIAC computers are examples of
first-generation computing device.
• The UNIVAC was the first commercial computer
delivered to a business client.
• First-generations computers were mainly used for
scientific computations.
CHARACTERISTICS OF 1st
- GENERATION
COMPUTERS
• They were fastest calculating devices of their time.
• They were too bulky in size, requiring large rooms for
installation.
• Thousands of vacuum tubes, which were used, emitted
large amount of heat and burnt out frequently. Hence,
the rooms/areas in which these computers were located
had to be properly air-conditioned.
• Each vacuum tube consumed about half a watt of power.
First Generation Software
(1951-1959)
• Machine Language
• Computer programs written in binary (1s and 0s)
• Assembly Languages and Translators
• Programs written using mnemonics, which were translated
into machine language
• Programmer Changes
• Programmers divide into two groups: application
programmers and systems programmers
AGE CONCLUSION
• Vacuum tubes were used – basic arithmetic
operations took few milliseconds.
• Bulky/heavy volume.
• Consume more power with limited
performance.
• High cost.
• Uses assembly language “low level language” –
to prepare programs. These were translated
into machine level language for execution.
• Punch cards are used to feed programs, data
and to get results.
• Mainly used for scientific calculations.
SECOND – GENERATION COMPUTERS
(1956 - 1963)
• Second generation computers were manufactured
using transistors instead of vacuum tubes.
• Second generation computers were more
powerful, more reliable, less expensive, smaller,
and cooler to operate.
• Magnetic tape were the main secondary storage
media used in 2nd
generations computers.
• ON SOFTWARE FRONT: The 2nd
generations computer saw the
emergence of high-level programming languages and batch
operating systems.
• FORTRAN, COBOL(Common Business Oriented Language),
ALGOL (short for ALGOrithmic Language)and SNOBOL(StriNg
Oriented and symBOlic Language) were developed during the
2nd
generation period, due to it, it becomes easier to write
programs on computer.
• In the 2nd
generations period an increasing usage of computers
was seen in business and industry for commercial data
processing applications like payroll, inventory control,
marketing and production planning.
CHARACTERISTICS OF 2nd
- GENERATION
COMPUTERS
• They were more than 10 times faster than the first-generation
computers.
• They were much smaller than first-generation computers,
requiring smaller space.
• Although the heat dissipation was much less than 1st
- generation
computers, the room/areas in which the 2nd
– generation
computers were located had to be properly air conditioned.
• They consumed much less power than the 1st
-generation
computers.
• They had faster and larger storage as
compared to 1st
-generation computers.
• They were much easier to program and use
than the 1st
– generation computers.
Second Generation Software
(1959-1965)
• High-level Languages
• English-like statements made programming easier:
• Fortran, COBOL, Lisp
Systems
programmers
write translators for
high-level languages
Application
programmers
use high-level
languages to
solve problems
AGE CONCLUSION
• Lower cost as compare to 1st
generation
computers.
• Magnetic random access non-volatile memory
were used a main memory.
• Magnetic tapes were used as secondary memory.
• High level languages such as FORTAN, COBOL
were used.
• Compiler were developed to translate high-level
program into corresponding machine language.
• 10 fold increase the speed.
• Increasingly used in business, industry and
commercial organizations for preparation of
payroll, inventory control, marketing, production
planning, research, scientific & engineering
analysis and design etc.
THIRD – GENERATION COMPUTERS
(1963 - 1975)
• The development of the integrated circuit (IC) was the
hallmark of the third generation of computers.
• ICs are circuits consisting of several electronic
components like transistors, resistors and capacitors
grown on a single chip of silicon. Eliminating wired
interconnection b/w components.
• ICs were much smaller, less expensive, more featured
and reliable, faster in operation, dissipated less heat
and consumed much less power.
• Parallel advancements in storage technologies allowed the
construction of larger magnetic based random access
memory and larger capacity magnetic disks/Hard disk.
• Hence, the 3rd
– generation computers typically had few
megabytes (less than 5 MB) of main memory, and
magnetic disks capable of storing few tens of MB of data
per disk.
• The development and introduction of minicomputers also
took place during the 3rd
– generation period. The
computers built until the early 1960s were mainframe
systems, which only very large companies could afford to
purchase and use.
• ON SOFTWARE FRONT: The 3rd – generation saw
the emergence of high-level programming, multi
user operating systems UNIX and creation of an
independent software industry.
• UNIX is a multi-user OS able to perform many tasks.
• UNIX is written in C language.
• UNIX OS was designed to let a number of
programmers access the computer at the same time
and share its resources.
• FORTAN and COBOL, which were the most popular high-level
programming language in those days, were standardized by
the American National Standards Institute (ANSI) in 1966
and these standards are followed in program writing.
• A FORTAN or a COBOL program could be run on any
computer with an ANSI FORTAN or ANSI COBOL compiler.
• Additionally more high-level programming languages were
introduced during the 3rd
period. Notable among were PL/1,
PASCAL and BASIC.
• The first GUI (Graphical User Interface) was designed for
Alto computer system.
CHARACTERISTICS OF 3rd
- GENERATION
COMPUTERS
• They were much more powerful than the 2nd
–
generation computers. They were capable of
performing about 1 million instructions per second.
• They were much smaller than 2nd
generation
computer.
• Although the heat dissipation was much less than 2nd
-
generation computers, the room/areas in which the
3rd
– generation computers were located had to be
properly air conditioned.
• They consumed much less power than the 2nd
generation computers.
• They had faster and larger primary and secondary
storage as compared to 2nd
– generation computers.
• They were totally general-purpose machines suitable
for both scientific and commercial applications.
• Standardization of high-level programming language
allowed programs written for one computer to be
easily ported to and executed on another computer.
Third Generation Software
(1965-1971)
Systems Software
Utility programs
Language translators
Operating system, which decides which programs to run
and when
Separation between Users and Hardware
Computer programmers write programs to be used by general public (i.e.,
nonprogrammers)
Third Generation Software
(1965-1971)
AGE CONCLUSION
• ICs were used.
• SSI and MSI technology were introduced.
• Smaller and better in performance.
• Comparatively lesser cost.
• (RAM & ROM).
• Parallel processing (multiprocessor system etc), multi-
user system (time-shared systems) were introduced.
• Cache memories were introduced (Cache memory
makes the main memory appear faster than it really
is.)
• High-level languages were standardized by ANSI.
• In third generation, users interact with computers
through keyboards, monitors and interfaced with an
Operating System.
FOURTH – GENERATION COMPUTERS
(1971- 1989)
• The microprocessor brought the fourth – generation of
computers.
• The average number of electronic components packed
on a silicon chip doubled each year after 1965. this soon
led to the era of large scale integration (LSI) when it was
possible to integrate over 30,000 electronic components
on a single chip, followed by very large scale integration
(VLSI) when it was possible to integrate about 1 million
electronic components on a single chip. This progress
led to a dramatic creation of a microprocessor.
• A microprocessor contains all the circuits needed to
perform arithmetic, logic and control functions, the core
activities of all computers, on a single chip.
• During the 4th
– generation, capacity of random access
memories were increased with very fast access time.
• Hard disks become cheaper, smaller and larger in
capacity.
• Floppy disks became very popular as a portable medium
for porting programs and data from one computer
systems to another.
• Another significant development during the
4th
– generation period was the spread of high-
speed computer networking, which enabled
multiple computers to be connected together,
to enable them to communicate and share
data.
• ON SOFTWARE FRONT: Several new operating
systems were developed for PCs. Notable
among these were MS DOS, MS- Windows and
Apple’s propriety OS.
• Several new PC-based applications were also
developed to make the PCs a powerful tool.
E.g. word processing packages, spreadsheet
packages and graphical packages.
• During the 4th
- generation period, the UNIX OS
and C programming language also become
very popular.
CHARACTERISTICS OF 4th
- GENERATION
COMPUTERS
• The PCs were smaller and cheaper than the mainframe or
minicomputers of the 3rd
generations.
• The mainframes were much more powerful than the 3rd
generation systems.
• They consumed much less power than the 3rd
generation
computers.
• They had faster and larger primary and secondary storage
as compared to 3rd
generation computers.
• Use of standard high-level programming languages allowed
programs written for one computer to be easily ported to and
executed on another computer.
• GUI enabled new users to quickly learn how to use computers.
• PC-based applications made the PCs a powerful tool for both
office and home usage.
• Network of computers enabled sharing of resources like disks,
printers etc among multiple computers and their users.
• The PCs of the 4th
generation make computers affordable even
by individuals for their personal use at home.
Fourth Generation Software
(1971-1989)
• Structured Programming
• Pascal
• C
• C++
• New Application Software for Users
• Spreadsheets
• Word processors
• Database management systems
FIFTH – GENERATION COMPUTERS
(1989 - PRESENT)
• 5th
generations computers is start from 1989 to date, with Artificial
intelligence. AI is also known Robotics.
• This generation of computers being designed to expand the use of
artificial intelligence, natural language, expert system and online
social networks.
• AI – is an area in computer science that emphasizes the creation of
intelligent machines and software's that work and react like humans.
• The trend of further miniaturization of electronic components, the
dramatic increase in the power of microprocessor chips, and the
capacity of main memory and hard disk continues in the 5th
generation.
• The VLSI technology became ULSI (Ultra Large Scale
Integration) technology, resulting in the production of
microprocessor chips, having 10 million electronic
components.
• In fact, the speed of microprocessors and the size of main
memory and hard disk doubled almost every 18th
month.
• Due to this fast pace of advancement in computer technology
more powerful computers being introduced almost every
year, at more or less the same price or even cheaper.
• portable notebook computers, which give the power of a PC
to their users even while travelling.
• Powerful desktop PCs and workstations, powerful servers
and very powerful supercomputers.
• Optical disks also emerged as a popular portable mass
storage media. They are commonly known as CD-ROM
(Compact Disk – Read Only memory). The data is only read
(not written/modified).
• During the 5th
generation period, there was tremendous
outgrowth of computer network. Communication
technologies become faster day-by-day, and more and
more computers were networked together. This trend
resulted in the emergence and popularity of the internet
and associated technologies and applications.
CHARACTERISTICS OF 5th
GENERATION
COMPUTERS
• Portable PCs (called notebook computers) are much more handy and
smaller than the PCs of the 4th
generation.
• The desktop PCs and workstations are several times more powerful
than the PCs of the 4th
generation.
• The mainframes are several times more powerful than the mainframe
systems of the 4th
generation.
• They consume much less power than their predecessors.
• They are more reliable and less prone to hardware failures than their
predecessors.
• They have faster and larger primary and secondary storage as
compared to their predecessors.
• Use of standard high-level programming languages allows
programs written for one computer to be easily ported to and
executed on another computer.
• More user-friendly interfaces with multimedia features make
the system easier to learn and use by anyone.
• The explosion in the size of the internet, coupled with
internet-based tools and application have made these systems
influenced the life of even common men and women.
Fifth Generation Software
(1990- present)
• Microsoft
• Windows operating system and other Microsoft application programs
dominate the market
• Object-Oriented Design
• Based on a hierarchy of data objects (i.e. Java)
• World Wide Web
• Allows easy global communication through the Internet
• New Users
• Today’s user needs no computer knowledge
SOME POPULAR SYSTEM OF GENERATIONS
• First-Generation popular systems:
ENIAC, UNIVAC 1, IBM 701
• Second-Generation popular systems:
Honeywell 400, IBM 7030, CDC 1604, UNIVAC LARC
• Third-Generation popular systems:
IBM 360/370, PDP-8, PDP-11, CDC 6600
• Fourth-Generation popular systems:
IBM PC and its clones, Apple II, TRS-80, VAX 9000, CRAY -1, CRAY-2, CRAY-
X/MP
• Fifth-Generation popular systems:
IBM notebooks, Pentium PCs, SUN workstations, IBM SP/2, SGI origin 2000,
PARAM 10000

More Related Content

PPTX
Evolution of computer
PPTX
GENERATION OF COMPUTERS.
PPTX
Copyofcomputerfinalppt 130903070322-
PPTX
Computer beginner first
PPTX
History of comp
PPT
Computer Generations
PPTX
Generation of Computer.pptx
PPTX
Generations of computer definition and examples
Evolution of computer
GENERATION OF COMPUTERS.
Copyofcomputerfinalppt 130903070322-
Computer beginner first
History of comp
Computer Generations
Generation of Computer.pptx
Generations of computer definition and examples

Similar to Generation of Computers for management sciences (20)

PPT
generation of computers
PDF
Generationofcomputer
PPTX
generation of computers
PPTX
Generation of Computers
PPTX
Introduction To Computer
PPTX
Generation of computer
PPTX
Generation of computer
PPTX
TERRANCE_MHA04.pptx
PPT
Generation of computer
PPTX
Generations of computer
PPT
The five generatios of computers-history
PPTX
Generation of computer
PDF
Generation of computer
PPTX
1. COMPUTER SCIENCE I, INTRODUCTION.pptx
PPTX
Generation Of Computers
PPT
Semester-1-22-23-computer-generations.ppt
PPTX
EVOLUTION OF COMPUTERS.pptx
PPT
GENERATION OF COMPUTERS.ppt
PPT
Computer Generations
PPT
history and computer-generations for kids.ppt
generation of computers
Generationofcomputer
generation of computers
Generation of Computers
Introduction To Computer
Generation of computer
Generation of computer
TERRANCE_MHA04.pptx
Generation of computer
Generations of computer
The five generatios of computers-history
Generation of computer
Generation of computer
1. COMPUTER SCIENCE I, INTRODUCTION.pptx
Generation Of Computers
Semester-1-22-23-computer-generations.ppt
EVOLUTION OF COMPUTERS.pptx
GENERATION OF COMPUTERS.ppt
Computer Generations
history and computer-generations for kids.ppt
Ad

Recently uploaded (20)

PPTX
CTG - Business Update 2Q2025 & 6M2025.pptx
PPTX
chapter 2 entrepreneurship full lecture ppt
PPTX
operations management : demand supply ch
DOCX
Center Enamel Powering Innovation and Resilience in the Italian Chemical Indu...
PDF
Communication Tactics in Legal Contexts: Historical Case Studies (www.kiu.ac...
PDF
533158074-Saudi-Arabia-Companies-List-Contact.pdf
DOCX
Center Enamel A Strategic Partner for the Modernization of Georgia's Chemical...
PPTX
IMM marketing mix of four ps give fjcb jjb
PDF
MBA2024 CGE 1.pdf file presentation 2025
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PPTX
IMM.pptx marketing communication givguhfh thfyu
DOCX
Emerging Dubai Investment Opportunities in 2025.docx
PDF
Chapter 2 - AI chatbots and prompt engineering.pdf
PDF
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
PDF
Comments on Clouds that Assimilate Parts I&II.pdf
PDF
HQ #118 / 'Building Resilience While Climbing the Event Mountain
DOCX
Hand book of Entrepreneurship 4 Chapters.docx
PDF
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
PDF
Immigration Law and Communication: Challenges and Solutions {www.kiu.ac.ug)
PPTX
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
CTG - Business Update 2Q2025 & 6M2025.pptx
chapter 2 entrepreneurship full lecture ppt
operations management : demand supply ch
Center Enamel Powering Innovation and Resilience in the Italian Chemical Indu...
Communication Tactics in Legal Contexts: Historical Case Studies (www.kiu.ac...
533158074-Saudi-Arabia-Companies-List-Contact.pdf
Center Enamel A Strategic Partner for the Modernization of Georgia's Chemical...
IMM marketing mix of four ps give fjcb jjb
MBA2024 CGE 1.pdf file presentation 2025
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
IMM.pptx marketing communication givguhfh thfyu
Emerging Dubai Investment Opportunities in 2025.docx
Chapter 2 - AI chatbots and prompt engineering.pdf
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
Comments on Clouds that Assimilate Parts I&II.pdf
HQ #118 / 'Building Resilience While Climbing the Event Mountain
Hand book of Entrepreneurship 4 Chapters.docx
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
Immigration Law and Communication: Challenges and Solutions {www.kiu.ac.ug)
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
Ad

Generation of Computers for management sciences

  • 1. 1 Discovering Computers: Living in a Digital World Lecture 02 (Generation of Computers)
  • 3. GENERATIONS IN COMPUTER • First Generation – 1940-1956: Vacuum Tubes • Second Generation – 1956-1962: Transistors • Third Generation - 1963-1971: Integrated Circuits • Fourth Generation – 1971-1989: Microprocessor • Fifth Generation – Present and Beyond: Artificial Intelligence
  • 4. FIRST-GENERATION COMPUTERS (1940 - 1956) • Machines were built by vacuum tubes. • First generation computers relied on machine language. • Single Tasking: They could only solve one problem at a time.
  • 5. • Input was based on punch cards. • Output was displayed on printouts. • The UNIVAC-1 and ENIAC computers are examples of first-generation computing device. • The UNIVAC was the first commercial computer delivered to a business client. • First-generations computers were mainly used for scientific computations.
  • 6. CHARACTERISTICS OF 1st - GENERATION COMPUTERS • They were fastest calculating devices of their time. • They were too bulky in size, requiring large rooms for installation. • Thousands of vacuum tubes, which were used, emitted large amount of heat and burnt out frequently. Hence, the rooms/areas in which these computers were located had to be properly air-conditioned. • Each vacuum tube consumed about half a watt of power.
  • 7. First Generation Software (1951-1959) • Machine Language • Computer programs written in binary (1s and 0s) • Assembly Languages and Translators • Programs written using mnemonics, which were translated into machine language • Programmer Changes • Programmers divide into two groups: application programmers and systems programmers
  • 8. AGE CONCLUSION • Vacuum tubes were used – basic arithmetic operations took few milliseconds. • Bulky/heavy volume. • Consume more power with limited performance. • High cost.
  • 9. • Uses assembly language “low level language” – to prepare programs. These were translated into machine level language for execution. • Punch cards are used to feed programs, data and to get results. • Mainly used for scientific calculations.
  • 10. SECOND – GENERATION COMPUTERS (1956 - 1963) • Second generation computers were manufactured using transistors instead of vacuum tubes. • Second generation computers were more powerful, more reliable, less expensive, smaller, and cooler to operate. • Magnetic tape were the main secondary storage media used in 2nd generations computers.
  • 11. • ON SOFTWARE FRONT: The 2nd generations computer saw the emergence of high-level programming languages and batch operating systems. • FORTRAN, COBOL(Common Business Oriented Language), ALGOL (short for ALGOrithmic Language)and SNOBOL(StriNg Oriented and symBOlic Language) were developed during the 2nd generation period, due to it, it becomes easier to write programs on computer. • In the 2nd generations period an increasing usage of computers was seen in business and industry for commercial data processing applications like payroll, inventory control, marketing and production planning.
  • 12. CHARACTERISTICS OF 2nd - GENERATION COMPUTERS • They were more than 10 times faster than the first-generation computers. • They were much smaller than first-generation computers, requiring smaller space. • Although the heat dissipation was much less than 1st - generation computers, the room/areas in which the 2nd – generation computers were located had to be properly air conditioned. • They consumed much less power than the 1st -generation computers.
  • 13. • They had faster and larger storage as compared to 1st -generation computers. • They were much easier to program and use than the 1st – generation computers.
  • 14. Second Generation Software (1959-1965) • High-level Languages • English-like statements made programming easier: • Fortran, COBOL, Lisp Systems programmers write translators for high-level languages Application programmers use high-level languages to solve problems
  • 15. AGE CONCLUSION • Lower cost as compare to 1st generation computers. • Magnetic random access non-volatile memory were used a main memory. • Magnetic tapes were used as secondary memory. • High level languages such as FORTAN, COBOL were used.
  • 16. • Compiler were developed to translate high-level program into corresponding machine language. • 10 fold increase the speed. • Increasingly used in business, industry and commercial organizations for preparation of payroll, inventory control, marketing, production planning, research, scientific & engineering analysis and design etc.
  • 17. THIRD – GENERATION COMPUTERS (1963 - 1975) • The development of the integrated circuit (IC) was the hallmark of the third generation of computers. • ICs are circuits consisting of several electronic components like transistors, resistors and capacitors grown on a single chip of silicon. Eliminating wired interconnection b/w components. • ICs were much smaller, less expensive, more featured and reliable, faster in operation, dissipated less heat and consumed much less power.
  • 18. • Parallel advancements in storage technologies allowed the construction of larger magnetic based random access memory and larger capacity magnetic disks/Hard disk. • Hence, the 3rd – generation computers typically had few megabytes (less than 5 MB) of main memory, and magnetic disks capable of storing few tens of MB of data per disk. • The development and introduction of minicomputers also took place during the 3rd – generation period. The computers built until the early 1960s were mainframe systems, which only very large companies could afford to purchase and use.
  • 19. • ON SOFTWARE FRONT: The 3rd – generation saw the emergence of high-level programming, multi user operating systems UNIX and creation of an independent software industry. • UNIX is a multi-user OS able to perform many tasks. • UNIX is written in C language. • UNIX OS was designed to let a number of programmers access the computer at the same time and share its resources.
  • 20. • FORTAN and COBOL, which were the most popular high-level programming language in those days, were standardized by the American National Standards Institute (ANSI) in 1966 and these standards are followed in program writing. • A FORTAN or a COBOL program could be run on any computer with an ANSI FORTAN or ANSI COBOL compiler. • Additionally more high-level programming languages were introduced during the 3rd period. Notable among were PL/1, PASCAL and BASIC. • The first GUI (Graphical User Interface) was designed for Alto computer system.
  • 21. CHARACTERISTICS OF 3rd - GENERATION COMPUTERS • They were much more powerful than the 2nd – generation computers. They were capable of performing about 1 million instructions per second. • They were much smaller than 2nd generation computer. • Although the heat dissipation was much less than 2nd - generation computers, the room/areas in which the 3rd – generation computers were located had to be properly air conditioned.
  • 22. • They consumed much less power than the 2nd generation computers. • They had faster and larger primary and secondary storage as compared to 2nd – generation computers. • They were totally general-purpose machines suitable for both scientific and commercial applications. • Standardization of high-level programming language allowed programs written for one computer to be easily ported to and executed on another computer.
  • 23. Third Generation Software (1965-1971) Systems Software Utility programs Language translators Operating system, which decides which programs to run and when Separation between Users and Hardware Computer programmers write programs to be used by general public (i.e., nonprogrammers)
  • 25. AGE CONCLUSION • ICs were used. • SSI and MSI technology were introduced. • Smaller and better in performance. • Comparatively lesser cost. • (RAM & ROM).
  • 26. • Parallel processing (multiprocessor system etc), multi- user system (time-shared systems) were introduced. • Cache memories were introduced (Cache memory makes the main memory appear faster than it really is.) • High-level languages were standardized by ANSI. • In third generation, users interact with computers through keyboards, monitors and interfaced with an Operating System.
  • 27. FOURTH – GENERATION COMPUTERS (1971- 1989) • The microprocessor brought the fourth – generation of computers. • The average number of electronic components packed on a silicon chip doubled each year after 1965. this soon led to the era of large scale integration (LSI) when it was possible to integrate over 30,000 electronic components on a single chip, followed by very large scale integration (VLSI) when it was possible to integrate about 1 million electronic components on a single chip. This progress led to a dramatic creation of a microprocessor.
  • 28. • A microprocessor contains all the circuits needed to perform arithmetic, logic and control functions, the core activities of all computers, on a single chip. • During the 4th – generation, capacity of random access memories were increased with very fast access time. • Hard disks become cheaper, smaller and larger in capacity. • Floppy disks became very popular as a portable medium for porting programs and data from one computer systems to another.
  • 29. • Another significant development during the 4th – generation period was the spread of high- speed computer networking, which enabled multiple computers to be connected together, to enable them to communicate and share data. • ON SOFTWARE FRONT: Several new operating systems were developed for PCs. Notable among these were MS DOS, MS- Windows and Apple’s propriety OS.
  • 30. • Several new PC-based applications were also developed to make the PCs a powerful tool. E.g. word processing packages, spreadsheet packages and graphical packages. • During the 4th - generation period, the UNIX OS and C programming language also become very popular.
  • 31. CHARACTERISTICS OF 4th - GENERATION COMPUTERS • The PCs were smaller and cheaper than the mainframe or minicomputers of the 3rd generations. • The mainframes were much more powerful than the 3rd generation systems. • They consumed much less power than the 3rd generation computers. • They had faster and larger primary and secondary storage as compared to 3rd generation computers.
  • 32. • Use of standard high-level programming languages allowed programs written for one computer to be easily ported to and executed on another computer. • GUI enabled new users to quickly learn how to use computers. • PC-based applications made the PCs a powerful tool for both office and home usage. • Network of computers enabled sharing of resources like disks, printers etc among multiple computers and their users. • The PCs of the 4th generation make computers affordable even by individuals for their personal use at home.
  • 33. Fourth Generation Software (1971-1989) • Structured Programming • Pascal • C • C++ • New Application Software for Users • Spreadsheets • Word processors • Database management systems
  • 34. FIFTH – GENERATION COMPUTERS (1989 - PRESENT) • 5th generations computers is start from 1989 to date, with Artificial intelligence. AI is also known Robotics. • This generation of computers being designed to expand the use of artificial intelligence, natural language, expert system and online social networks. • AI – is an area in computer science that emphasizes the creation of intelligent machines and software's that work and react like humans. • The trend of further miniaturization of electronic components, the dramatic increase in the power of microprocessor chips, and the capacity of main memory and hard disk continues in the 5th generation.
  • 35. • The VLSI technology became ULSI (Ultra Large Scale Integration) technology, resulting in the production of microprocessor chips, having 10 million electronic components. • In fact, the speed of microprocessors and the size of main memory and hard disk doubled almost every 18th month. • Due to this fast pace of advancement in computer technology more powerful computers being introduced almost every year, at more or less the same price or even cheaper. • portable notebook computers, which give the power of a PC to their users even while travelling.
  • 36. • Powerful desktop PCs and workstations, powerful servers and very powerful supercomputers. • Optical disks also emerged as a popular portable mass storage media. They are commonly known as CD-ROM (Compact Disk – Read Only memory). The data is only read (not written/modified). • During the 5th generation period, there was tremendous outgrowth of computer network. Communication technologies become faster day-by-day, and more and more computers were networked together. This trend resulted in the emergence and popularity of the internet and associated technologies and applications.
  • 37. CHARACTERISTICS OF 5th GENERATION COMPUTERS • Portable PCs (called notebook computers) are much more handy and smaller than the PCs of the 4th generation. • The desktop PCs and workstations are several times more powerful than the PCs of the 4th generation. • The mainframes are several times more powerful than the mainframe systems of the 4th generation. • They consume much less power than their predecessors. • They are more reliable and less prone to hardware failures than their predecessors.
  • 38. • They have faster and larger primary and secondary storage as compared to their predecessors. • Use of standard high-level programming languages allows programs written for one computer to be easily ported to and executed on another computer. • More user-friendly interfaces with multimedia features make the system easier to learn and use by anyone. • The explosion in the size of the internet, coupled with internet-based tools and application have made these systems influenced the life of even common men and women.
  • 39. Fifth Generation Software (1990- present) • Microsoft • Windows operating system and other Microsoft application programs dominate the market • Object-Oriented Design • Based on a hierarchy of data objects (i.e. Java) • World Wide Web • Allows easy global communication through the Internet • New Users • Today’s user needs no computer knowledge
  • 40. SOME POPULAR SYSTEM OF GENERATIONS • First-Generation popular systems: ENIAC, UNIVAC 1, IBM 701 • Second-Generation popular systems: Honeywell 400, IBM 7030, CDC 1604, UNIVAC LARC • Third-Generation popular systems: IBM 360/370, PDP-8, PDP-11, CDC 6600 • Fourth-Generation popular systems: IBM PC and its clones, Apple II, TRS-80, VAX 9000, CRAY -1, CRAY-2, CRAY- X/MP • Fifth-Generation popular systems: IBM notebooks, Pentium PCs, SUN workstations, IBM SP/2, SGI origin 2000, PARAM 10000