4. History of Computing Technology

Slides:



Advertisements
Similar presentations
Computer Skills Preparatory Year Presented by: L. Obead Alhadreti.
Advertisements

HARDWARE AND SOFTWARE DEVELOPMENT By: Pratama Wahyu Purnama ( ) Maulida Yulianti ( )
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
Appendix The Continuing Story of the Computer Age.
Chapter 1 An Overview of Personal Computers
CS 104 Introduction to Computer Science and Graphics Problems History of Computer 09/05/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
1 Chapter 1 The Big Picture. 2 2 Computing systems are dynamic entities used to solve problems and interact with their environment. They consist of devices,
A Brief History of Computers
Prepared by: Jasper Francisco. The Early Years 1  In the early years, before the computer was invented, there were several inventions of counting machine.
History of computers By Anne Perera.
The History of the Computer Then & Now Computer Evolution 1642 Blaise Pascal – mechanical adding machine.
Evolution of the Computer Land marks of the Computer History.
Evolution of Computers
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
1 6 Abacus An early device to record numeric values Blaise Pascal Mechanical device to add, subtract, divide & multiply Joseph Jacquard Jacquard’s Loom,
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
COMPUTER SYSTEM.
Chapter 01 Nell Dale & John Lewis.
L The First Computers l Foundations of Modern Computing l The First Generation l The Second Generation l The Third Generation l The Fourth Generation l.
The History of Computers
CS 1410 Intro to Computer Tecnology Computers and History1.

 the gradual transformation or development of certain specie to a new form.
Chapter 1 The Big Picture.
Generations Of Computer Copyright(c)2011 Presentation Point( om)
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
History of Computers Computer Technology Day 2. Computer Generations: Overview GenerationTimePrincipal Technology Examples ZerothLate 1800’s to 1940Electro.

Generation of Computers
Rouda's Very Short History of Computing CSCI 101.
Computer Organization & Architecture
The 5 generations of computers. Generations of computers The history of computer development is often referred to in reference to the different generations.
Information Processing by Les Krahner Micro computers Mini computers Mainframes CPU Input Output Primary Memory Supercomputers.
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
Computer A Computer may be defined as an electronic device that operates upon data. So, a computer can store, process and retrieve data as and when desired.
THE FIVE GENERATIONS OF COMPUTERS
HISTORY OF MODERN COMPUTER
Generations of Computer First generation of computer The beginning of commercial computer age is from UNIVAC (Universal Automatic Computer). Scientists.
HISTORY OF COMPUTERS David Juarez 11 W. INTRODUCTION TO COMPUTERS The term computer was used before for those who made calculations Computer History can.
The short history of computer Early computing machines(Mechanical) about 3000 BC - The abacus is invented,probably in Babylonia.
Generation of computer
The First Computers Jacquard’s Loom: programmed a loom
Chapter 1 Introduction.
The Five Generations of Computers
Computer Science Introduction
Generations of computers
The History of Computer Science
Computer Generations First Generation ( )
Chapter 1 The Big Picture
Computer Organization and Architecture
The Five Generations of Computers
The Five Generations of Computers
No one think of modern life without computers.
History Computers.
Computer Applications
The Five Generations of Computers
The Five Generations of Computers
The Five Generations of Computers
=
BIC 10503: COMPUTER ARCHITECTURE
NIRANJAN KUMAR Seminar On Generations OF Computer GOOD MORNING.
The Five Generations of Computers
Generations of Computers
Technology History - Goal: To make human tasks easier
HISTROY CLASS EVOLUTION..
The Five Generations of Computers
EVOLUTION OF COMPUTER SYSTEMS IN THE EARLY YEARS, BEFORE THE COMPUTER WAS INVENTED, THERE ARE SEVERAL INVENTIONS OF COUNTING MACHINES.
Computer Generations.
CS 330 Programming Languages
Presentation transcript:

4. History of Computing Technology

History of Computer Systems Computer systems evolution Hardware & circuitry Programming User interfaces Operating systems Networking

Focus of Computing Manufacturing Distribution Information The Customer 1900 – 1960 1960 – 1990 1990 – 2010 2010 – present Mainframe Personal comp. Network comp. Smart comp.

Evolution of Circuitry 1950s Vacuum tubes Machine language Early 1960s Transistors High level programs cheaper Mid 1960s – 1970s Integrated circuits Timesharing Mini-computers Mid 1970s – present VLSI & micro processors PC, GUI, LANs & Internet

Pre - 1947 1642 Blaise Pascal’s calculator 1674 Gottfried Leibniz’s mechanical calculator 1804 Joseph-Marie Jacquard’s loom Automatic programmable weaving machine using punched cards control 1822 Charles Babbage’s complex clockwork calculator solving equations and printing results 1890 Hollerith’s tabulating machine using punched cards 1938 Konrad Zuse programmable electronic calculator (Z1) Z3 first calculator capable of automatic operation 1943 Mark I (IBM & Harvard Univ.) Huge programmable electronic calculator using electro-mechanical relays 1946/7 ENIAC (Eckert J. & Mauchly J.) Programmable digital computer used mainly to solve math problems 30 seconds to computer trajectories Used 17 480 vacuum tubes POST 1946/7 Idea of STORED PROGRAM CONCEPT Beginning of generations of true computers

Generations of Computers I Characteristics Pros & Cons First (1940 - 1956) Input –punched cards Circuitry – vacuum tubes (limited) Storage – magnetic tapes for unlimited storage and magnetic drums Stored program concept Machine language Frequent failure of vacuum tubes (too much down time) Pros & cons of machine languages Second (1956 - 1963) Used transistors in place of vacuum tubes Input – punched cards Batch processing Printers, tape storage and disk storage Assembly language used & the conceptualisation of high-level language programming Also mainframes ( large expensive computer designed to meet all organisation’s computing needs) ASCII – character set Faster, smaller and more reliable computers Faster I/O devices Ran one job at a time (inconvenient) Time consuming and inefficient

Generations of Computers II Characteristics Pros & Cons Third (1964 to 1971) Timesharing Use of terminal access, control devices, video display, keyboard Integrated circuits (many transistors + electronic chips on a single silicon chip) Small/medium/large scale integrated circuits (SSI/MSI/LSI == 10-20/20-200/ 200-5000 transistors) Minicomputers (smaller than a mainframe) Open architectures (connect according to non-proprietary published standards) Mainly assembly language (though also few high level languages) Sophisticated I/O devices Magnetic core and solid states for storage Ran many jobs at a time (more efficient), reduce computational time Cheaper computers (1/4 of mainframe) Access from different terminals Unbundled software (not tied to hardware manufacturer Increase in programming languages Standardization Low maintenance costs More reliable

Generations of Computers III Characteristics Pros & Cons Fourth Generation (1971 – 2010) VLSI technology Microprocessors (holding entire CU and ALU) – avoiding costly redesign e.g. 4004  Intel 8080 Microcomputers (used microprocessors for their CPU) Computer assembly kits Compact hardware/computers Operating system (program that manages internal computer functions) First stage – command-line interface Second stage – graphical user interface Computer networking (hardware and standards, TCP/IP etc) Refined I/O devices Development of majority of high level languages Cheapest - Third party supply of accessory devices Growth in personal computing, open architectures and user –interface design Pros of GUI Pros & Cons of networking Improved speed, storage and reliability

Generations of computers IV Characteristics Pros & Cons Fifth Generation (2011 - present ) Super large scale integrated chips. Artificial intelligence. Image and graph recognition Ability to solve highly complex problem including decision making, logical reasoning. More than one CPU for faster processing speed (dual core, quad core etc) Parallel processing and superconductors Quantum computation and molecular and nanotechnology  Natural language processing Power of HUMAN INTELLIGENCE Machines capable of learning and self-organisation Advantages of limitless speed, storage, versatility