SlideShare a Scribd company logo
Chapter 1: Introduction to
Computers
Contents
•Features of computer System,
•Block Diagram,
•Hardware & software,
•Operating System (Overview = WINDOWS),
•Application Software,
•Viruses and Their Types,
•Precautions to take – e.g. Trojans, Worms, (Names of anti-virus software) etc.,
•Networking Concept- Advantages,
• Topologies,
• Types
Computer
Computer Basics
video
LEARNING OBJECTIVES
In this chapter you will learn about:
 Computer
 Data processing
 Characteristic features of computers
 Computers’ evolution to their present form
 Computer generations
 Characteristic features of each computer generation
 The word computer comes from the word “compute”,
which means, “to calculate”
 Thereby, a computer is an electronic device that can
perform arithmetic operations at high speed
 A computer is also called a data processor because it can
store, process, and retrieve data whenever desired
COMPUTER
DATA PROCESSING
The activity of processing data using a computer is called
data processing
Data
Capture Data
Manipulate Data
Output Results
Information
Data is raw material used as input and information
is processed data obtained as output of data
processing
1) Automatic: Given a job, computer can work on it
automatically without human interventions
2) Speed: Computer can perform data processing jobs very
fast, usually measured in microseconds (10-6),
nanoseconds (10-9), and picoseconds (10-12)
3) Accuracy: Accuracy of a computer is consistently high and
the degree of its accuracy depends upon its design.
Computer errors caused due to incorrect input data or
unreliable programs are often referred to as Garbage- In-
Garbage-Out (GIGO)
FEATURES OF COMPUTERS
Remembering: Computer can store and
6) Power of
recall
any
amount of information because of its
secondary storage capability. It forgets or looses
certain information only when it is asked to do so
4)Diligence: Computer is free from monotony, tiredness, and
lack of concentration. It can continuously work for hours without
creating any error and without grumbling
5)Versatility: Computer is capable of performing almost any
task, if the task can be reduced to a finite series of logical steps
Contd…
7)No I.Q.: A computer does only what it is programmed to do.
It cannot take its own decision in this regard
8)No Feelings: Computers are devoid of emotions. Their
judgement is based on the instructions given to them in the form
of programs that are written by us (human beings)
)
Contd…
Block diagram of computer system
Contd…
The Basic components & parts of computer
system are given below ::
•Input Devices
•Output Devices
•CPU (Central Processing Unit)
•Storage Unit
•ALU(Arithmetic Logic Unit)
•Control Unit
EVOLUTION OF COMPUTERS
 Blaise Pascal invented the first mechanical adding
machine in 1642
 Baron Gottfried Wilhelm von Leibniz invented the first
calculator for multiplication in 1671
 Keyboard machines originated in the United States
around 1880
 Around 1880, Herman Hollerith came up with the concept
of punched cards that were extensively used as input
media until late 1970s
(Continued from previous slide..)
Charles Babbage is considered to be
the father of modern digital computers
 He designed “Difference Engine” in 1822
 He designed a fully automatic analytical engine in
1842 for performing basic arithmetic functions
 His efforts established a number of principles that
are fundamental to the design of any digital
computer
(Continued on next slide)
EVOLUTION OF COMPUTERS
SOME WELL KNOWN EARLY COMPUTERS
 The Mark I Computer (1937-44)
 The Atanasoff-Berry Computer (1939-42)
 The ENIAC (1943-46)
 The EDVAC (1946-52)
 The EDSAC (1947-49)
 Manchester Mark I (1948)
 The UNIVAC I (1951)
 “Generation” in computer talk is a step in technology. It
provides a framework for the growth of computer industry
 Originally it was used to distinguish between various
hardware technologies, but now it has been extended to
include both hardware and software
 Till today, there are five computer generations
COMPUTER GENERATIONS
(Continued on next slide)
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key characteristics Some
representative
systems
First
(1942-1955)
 Vacuum tubes
 Electromagnetic
relay memory
 Punched cards
secondary storage
 Machine and
assembly
languages
 Stored
prog
ram concept
 Mostly
scie
ntific applications
 Bulky in size
 Highly unreliable
 Limited commercial
use and costly
 Difficult commercial
production
 Difficult to use
 ENIAC
 EDVAC
 EDSAC
 UNIVAC I
 IBM 701
Second
(1955-1964)
 Transistors
 Magnetic cores
memory
 Magnetic tapes
 Disks for secondary
storage
 Batch operating
system
 High-level
programming
languages
 Scientific and
commercial
applications
Faster, smaller, more
reliable and easier to
program than previous
generation systems
Commercial production
was still difficult and
costly
 Honeywell 400
 IBM 7030
 CDC 1604
 UNIVAC LARC
COMPUTER GENERATIONS
(Continued from previous slide..)
(Continued on next slide)
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Third
(1964-1975)
 ICs with SSI and
MSI technologies
 Larger magnetic
cores memory
 Larger capacity
disks and
magnetic tapes
secondary storage
 Minicomputers;
upward
compatible family
of computers
 Timesharing
operating
system
 Standardization
of high-level
programming
languages
 Unbundling of
software from
hardware
 Faster, smaller, more
reliable, easier and
cheaper to produce
 Commercially, easier
to use, and easier to
upgrade than previous
generation systems
 Scientific, commercial
and interactive on-
line applications
 IBM 360/370
 PDP-8
 PDP-11
 CDC 6600
COMPUTER GENERATIONS
(Continued from previous slide..)
(Continued on next slide)
Generation
(Period)
Key hardware
Technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Fourth (1975-
1989)
 ICs with VLSI
technology
 Operating systems for
PCs with GUI and
multiple windows on a
single terminal screen
 Multiprocessing OS
with concurrent
programming
languages
 UNIX operating system
with C programming
language
 Object-oriented design
and programming
 PC, Network-based,
and supercomputing
applications
 Small, affordable,
reliable, and easy
to use PCs
 More powerful
and reliable
mainframe
systems
and
supercomputers
 Totally general
purpose machines
 Easier to produce
commercially
 Easier to upgrade
 Rapid software
development
possible
 IBM PC and
its clones
 Microprocessors;
semiconductor memory
 Apple II
 TRS-80
 Larger capacity hard
disks as in-built
secondary storage
 Magnetic tapes and
floppy disks as portable
storage media
 VAX 9000
 CRAY-1
 CRAY-2
 CRAY-X/MP
 Personal computers
 Supercomputers based
on parallel vector
processing and
symmetric
multiprocessing
technologies
 Spread of high-speed
computer networks
COMPUTER GENERATIONS
(Continued from previous slide..)
(Continued on next slide)
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Fifth (1989-
Present)
 ICs with ULSI
technology
 Larger capacity
main memory, hard
disks with RAID
support
 Optical disks as
portable read-only
storage media
 Notebooks,
powerful desktop
PCs and
workstations
 Powerful servers,
supercomputers
 Internet
 Cluster computing
 Micro-kernel based,
multithreading,
distributed OS
 Parallel
programming
libraries like MPI &
PVM
 JAVA
 World Wide Web
 Multimedia,
Internet
applications
 More complex
supercomputing
applications
 Portable computers
 Powerful, cheaper,
reliable, and easier
to use desktop
machines
 Powerful
supercomputers
 High uptime due to
hot-pluggable
components
 Totally general
purpose machines
 Easier to
produce
commercially, easier
to upgrade
 Rapid software
development
possible
 IBM notebooks
 Pentium PCs
 SUN Workstations
 IBM SP/2
 SGI Origin 2000
 PARAM 10000
COMPUTER GENERATIONS
(Continued from previous slide..)
(c) An IC Chip
(b) A Transistor
(a) A Vacuum Tube
Electronic Devices Used in Computers of Different Generations
Computer lab rules
QUESTIONS
Define computer
Differentiate between data and information
Explain Characteristics of Computers
Explain in detail Computer Generations
Discuss the history and evolution of computers
Computers are used more extensively than ever for tasks such as
banking, investing, shopping and communicating.
Do you see this trend as having a positive or a negative impact on
our society and economy?
Give reasons to support your answer.

More Related Content

What's hot (17)

PPTX
MR. RAMESH KUMAR KANNAUJIA
rameshkumar1646
 
PPTX
What is Coomputer What are the parts of computer
TarandeepSingh143
 
PPT
Ppt lesson 01 middle school
mrpattonmc
 
PPT
Ch 1 introduction and 2 computer software 1
rjsuthar56
 
PDF
Module1 computer evolution
Shaharizan Hassan
 
PPT
Introduction to computer
lina hajjar
 
PDF
Computer History, Generations, Types and IO
Hem Pokhrel
 
PDF
Computer and Information Technology
National Institute of Technology Durgapur
 
PPT
Lecture 1 2
guest8d58d3
 
PPTX
Lesson 1.0 milestones in computer architecture
Joshua Hernandez
 
DOC
Computer
17somya
 
PPTX
CHAP 1 - INTRODUCTION TO COMPUTERS
Cikgu Johan Johari
 
PPTX
What is a computer?
Central Luzon State University
 
PPTX
Architecture presentation
Md. Touhidur Rahman
 
PPSX
Basic overview of information technology and uses
Ebtissam Al-Madi
 
PPT
Fundamentals of Computer Design including performance measurements & quantita...
Gaditek
 
PPT
Introduction to Computer
suganya2411
 
MR. RAMESH KUMAR KANNAUJIA
rameshkumar1646
 
What is Coomputer What are the parts of computer
TarandeepSingh143
 
Ppt lesson 01 middle school
mrpattonmc
 
Ch 1 introduction and 2 computer software 1
rjsuthar56
 
Module1 computer evolution
Shaharizan Hassan
 
Introduction to computer
lina hajjar
 
Computer History, Generations, Types and IO
Hem Pokhrel
 
Computer and Information Technology
National Institute of Technology Durgapur
 
Lecture 1 2
guest8d58d3
 
Lesson 1.0 milestones in computer architecture
Joshua Hernandez
 
Computer
17somya
 
CHAP 1 - INTRODUCTION TO COMPUTERS
Cikgu Johan Johari
 
What is a computer?
Central Luzon State University
 
Architecture presentation
Md. Touhidur Rahman
 
Basic overview of information technology and uses
Ebtissam Al-Madi
 
Fundamentals of Computer Design including performance measurements & quantita...
Gaditek
 
Introduction to Computer
suganya2411
 

Similar to Unit 1 one part introduction to computers (20)

PPTX
Overview of Computer Systems
Wathsala Godage
 
PPTX
Chapter 1 Introduction to Computers.pptx
surupan
 
PPT
Week 1- Introduction to computer fundamental .ppt
MuhammadAsad949791
 
PPTX
Generation of computer
rameshkumar1646
 
PPTX
Essentials of Computer Science Engineering.pptx
HPBackup2
 
PPTX
Computer Science PowerPoint Presentation
Ashna Rajput
 
PDF
Digital Fluency
SOMASUNDARAM T
 
PPTX
History of computers and its types
Saeel Dabholkar
 
PPT
Lecture 1
Chamila Fernando
 
PPTX
ITM Mod 1 intrduction and short key will help to know
jaya315652
 
PPTX
presentation1-170221190329.pptx computer p
Yani Ball
 
DOCX
Neetu IT Assignment
Neetu Marwah
 
PPTX
copa-i.pptx
ERHariramPrajapat
 
PPTX
computer application in management ch1234.pptx
ArebuMaruf
 
PPTX
Presentation on The Generations of Computer
alialfaz200
 
PPTX
CP means computer programming in b tech first year
sriramsriram123654
 
PPT
PCT Slide1
Sutung Sean Sj
 
PPT
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
MozammelHaque53
 
PPTX
Computer types and generations of computer.pptx
saikatdas1298
 
Overview of Computer Systems
Wathsala Godage
 
Chapter 1 Introduction to Computers.pptx
surupan
 
Week 1- Introduction to computer fundamental .ppt
MuhammadAsad949791
 
Generation of computer
rameshkumar1646
 
Essentials of Computer Science Engineering.pptx
HPBackup2
 
Computer Science PowerPoint Presentation
Ashna Rajput
 
Digital Fluency
SOMASUNDARAM T
 
History of computers and its types
Saeel Dabholkar
 
Lecture 1
Chamila Fernando
 
ITM Mod 1 intrduction and short key will help to know
jaya315652
 
presentation1-170221190329.pptx computer p
Yani Ball
 
Neetu IT Assignment
Neetu Marwah
 
copa-i.pptx
ERHariramPrajapat
 
computer application in management ch1234.pptx
ArebuMaruf
 
Presentation on The Generations of Computer
alialfaz200
 
CP means computer programming in b tech first year
sriramsriram123654
 
PCT Slide1
Sutung Sean Sj
 
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
MozammelHaque53
 
Computer types and generations of computer.pptx
saikatdas1298
 
Ad

More from Neha Kurale (20)

PPT
Ch7 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch6 2 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch6 1 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch5 1 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch5 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch4 1 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch4 Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch3 3 Data communication and networking
Neha Kurale
 
PPT
Ch3 2 Data communication and networking
Neha Kurale
 
PPT
Ch3 1 Data communication and networking
Neha Kurale
 
PPT
Ch3Data communication and networking by neha g. kurale
Neha Kurale
 
PPT
Ch2
Neha Kurale
 
PPT
Ch1
Neha Kurale
 
PPTX
Application layer
Neha Kurale
 
PDF
Application layer
Neha Kurale
 
DOCX
Computer funda bsc_hs
Neha Kurale
 
PPT
Unit1 three part secondary storage devices
Neha Kurale
 
PPT
Unit1 four part basic computer organization
Neha Kurale
 
PPT
Unit 1 two part hw sw os app sw
Neha Kurale
 
PPT
Unit 1 four part pocessor and memory
Neha Kurale
 
Ch7 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch6 2 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch6 1 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch5 1 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch5 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch4 1 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch4 Data communication and networking by neha g. kurale
Neha Kurale
 
Ch3 3 Data communication and networking
Neha Kurale
 
Ch3 2 Data communication and networking
Neha Kurale
 
Ch3 1 Data communication and networking
Neha Kurale
 
Ch3Data communication and networking by neha g. kurale
Neha Kurale
 
Application layer
Neha Kurale
 
Application layer
Neha Kurale
 
Computer funda bsc_hs
Neha Kurale
 
Unit1 three part secondary storage devices
Neha Kurale
 
Unit1 four part basic computer organization
Neha Kurale
 
Unit 1 two part hw sw os app sw
Neha Kurale
 
Unit 1 four part pocessor and memory
Neha Kurale
 
Ad

Recently uploaded (20)

PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PDF
MOBILE AND WEB BASED REMOTE BUSINESS MONITORING SYSTEM
ijait
 
PDF
IoT - Unit 2 (Internet of Things-Concepts) - PPT.pdf
dipakraut82
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PPTX
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
PPTX
NEUROMOROPHIC nu iajwojeieheueueueu.pptx
knkoodalingam39
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PDF
PRIZ Academy - Change Flow Thinking Master Change with Confidence.pdf
PRIZ Guru
 
PPTX
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
PDF
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
PDF
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
PDF
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
PDF
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
PPTX
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
site survey architecture student B.arch.
sri02032006
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
MOBILE AND WEB BASED REMOTE BUSINESS MONITORING SYSTEM
ijait
 
IoT - Unit 2 (Internet of Things-Concepts) - PPT.pdf
dipakraut82
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
NEUROMOROPHIC nu iajwojeieheueueueu.pptx
knkoodalingam39
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PRIZ Academy - Change Flow Thinking Master Change with Confidence.pdf
PRIZ Guru
 
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
site survey architecture student B.arch.
sri02032006
 

Unit 1 one part introduction to computers

  • 1. Chapter 1: Introduction to Computers
  • 2. Contents •Features of computer System, •Block Diagram, •Hardware & software, •Operating System (Overview = WINDOWS), •Application Software, •Viruses and Their Types, •Precautions to take – e.g. Trojans, Worms, (Names of anti-virus software) etc., •Networking Concept- Advantages, • Topologies, • Types
  • 4. LEARNING OBJECTIVES In this chapter you will learn about:  Computer  Data processing  Characteristic features of computers  Computers’ evolution to their present form  Computer generations  Characteristic features of each computer generation
  • 5.  The word computer comes from the word “compute”, which means, “to calculate”  Thereby, a computer is an electronic device that can perform arithmetic operations at high speed  A computer is also called a data processor because it can store, process, and retrieve data whenever desired COMPUTER
  • 6. DATA PROCESSING The activity of processing data using a computer is called data processing Data Capture Data Manipulate Data Output Results Information Data is raw material used as input and information is processed data obtained as output of data processing
  • 7. 1) Automatic: Given a job, computer can work on it automatically without human interventions 2) Speed: Computer can perform data processing jobs very fast, usually measured in microseconds (10-6), nanoseconds (10-9), and picoseconds (10-12) 3) Accuracy: Accuracy of a computer is consistently high and the degree of its accuracy depends upon its design. Computer errors caused due to incorrect input data or unreliable programs are often referred to as Garbage- In- Garbage-Out (GIGO) FEATURES OF COMPUTERS
  • 8. Remembering: Computer can store and 6) Power of recall any amount of information because of its secondary storage capability. It forgets or looses certain information only when it is asked to do so 4)Diligence: Computer is free from monotony, tiredness, and lack of concentration. It can continuously work for hours without creating any error and without grumbling 5)Versatility: Computer is capable of performing almost any task, if the task can be reduced to a finite series of logical steps Contd…
  • 9. 7)No I.Q.: A computer does only what it is programmed to do. It cannot take its own decision in this regard 8)No Feelings: Computers are devoid of emotions. Their judgement is based on the instructions given to them in the form of programs that are written by us (human beings) ) Contd…
  • 10. Block diagram of computer system
  • 11. Contd… The Basic components & parts of computer system are given below :: •Input Devices •Output Devices •CPU (Central Processing Unit) •Storage Unit •ALU(Arithmetic Logic Unit) •Control Unit
  • 12. EVOLUTION OF COMPUTERS  Blaise Pascal invented the first mechanical adding machine in 1642  Baron Gottfried Wilhelm von Leibniz invented the first calculator for multiplication in 1671  Keyboard machines originated in the United States around 1880  Around 1880, Herman Hollerith came up with the concept of punched cards that were extensively used as input media until late 1970s
  • 13. (Continued from previous slide..) Charles Babbage is considered to be the father of modern digital computers  He designed “Difference Engine” in 1822  He designed a fully automatic analytical engine in 1842 for performing basic arithmetic functions  His efforts established a number of principles that are fundamental to the design of any digital computer (Continued on next slide) EVOLUTION OF COMPUTERS
  • 14. SOME WELL KNOWN EARLY COMPUTERS  The Mark I Computer (1937-44)  The Atanasoff-Berry Computer (1939-42)  The ENIAC (1943-46)  The EDVAC (1946-52)  The EDSAC (1947-49)  Manchester Mark I (1948)  The UNIVAC I (1951)
  • 15.  “Generation” in computer talk is a step in technology. It provides a framework for the growth of computer industry  Originally it was used to distinguish between various hardware technologies, but now it has been extended to include both hardware and software  Till today, there are five computer generations COMPUTER GENERATIONS (Continued on next slide)
  • 16. Generation (Period) Key hardware technologies Key software technologies Key characteristics Some representative systems First (1942-1955)  Vacuum tubes  Electromagnetic relay memory  Punched cards secondary storage  Machine and assembly languages  Stored prog ram concept  Mostly scie ntific applications  Bulky in size  Highly unreliable  Limited commercial use and costly  Difficult commercial production  Difficult to use  ENIAC  EDVAC  EDSAC  UNIVAC I  IBM 701 Second (1955-1964)  Transistors  Magnetic cores memory  Magnetic tapes  Disks for secondary storage  Batch operating system  High-level programming languages  Scientific and commercial applications Faster, smaller, more reliable and easier to program than previous generation systems Commercial production was still difficult and costly  Honeywell 400  IBM 7030  CDC 1604  UNIVAC LARC COMPUTER GENERATIONS (Continued from previous slide..) (Continued on next slide)
  • 17. Generation (Period) Key hardware technologies Key software technologies Key characteristics Some rep. systems Third (1964-1975)  ICs with SSI and MSI technologies  Larger magnetic cores memory  Larger capacity disks and magnetic tapes secondary storage  Minicomputers; upward compatible family of computers  Timesharing operating system  Standardization of high-level programming languages  Unbundling of software from hardware  Faster, smaller, more reliable, easier and cheaper to produce  Commercially, easier to use, and easier to upgrade than previous generation systems  Scientific, commercial and interactive on- line applications  IBM 360/370  PDP-8  PDP-11  CDC 6600 COMPUTER GENERATIONS (Continued from previous slide..) (Continued on next slide)
  • 18. Generation (Period) Key hardware Technologies Key software technologies Key characteristics Some rep. systems Fourth (1975- 1989)  ICs with VLSI technology  Operating systems for PCs with GUI and multiple windows on a single terminal screen  Multiprocessing OS with concurrent programming languages  UNIX operating system with C programming language  Object-oriented design and programming  PC, Network-based, and supercomputing applications  Small, affordable, reliable, and easy to use PCs  More powerful and reliable mainframe systems and supercomputers  Totally general purpose machines  Easier to produce commercially  Easier to upgrade  Rapid software development possible  IBM PC and its clones  Microprocessors; semiconductor memory  Apple II  TRS-80  Larger capacity hard disks as in-built secondary storage  Magnetic tapes and floppy disks as portable storage media  VAX 9000  CRAY-1  CRAY-2  CRAY-X/MP  Personal computers  Supercomputers based on parallel vector processing and symmetric multiprocessing technologies  Spread of high-speed computer networks COMPUTER GENERATIONS (Continued from previous slide..) (Continued on next slide)
  • 19. Generation (Period) Key hardware technologies Key software technologies Key characteristics Some rep. systems Fifth (1989- Present)  ICs with ULSI technology  Larger capacity main memory, hard disks with RAID support  Optical disks as portable read-only storage media  Notebooks, powerful desktop PCs and workstations  Powerful servers, supercomputers  Internet  Cluster computing  Micro-kernel based, multithreading, distributed OS  Parallel programming libraries like MPI & PVM  JAVA  World Wide Web  Multimedia, Internet applications  More complex supercomputing applications  Portable computers  Powerful, cheaper, reliable, and easier to use desktop machines  Powerful supercomputers  High uptime due to hot-pluggable components  Totally general purpose machines  Easier to produce commercially, easier to upgrade  Rapid software development possible  IBM notebooks  Pentium PCs  SUN Workstations  IBM SP/2  SGI Origin 2000  PARAM 10000 COMPUTER GENERATIONS (Continued from previous slide..)
  • 20. (c) An IC Chip (b) A Transistor (a) A Vacuum Tube Electronic Devices Used in Computers of Different Generations
  • 22. QUESTIONS Define computer Differentiate between data and information Explain Characteristics of Computers Explain in detail Computer Generations Discuss the history and evolution of computers Computers are used more extensively than ever for tasks such as banking, investing, shopping and communicating. Do you see this trend as having a positive or a negative impact on our society and economy? Give reasons to support your answer.