Generational Computing CSCI 1060 Fall 2006. CSCI 1060 — Fall 2006 — 2 First Generation Large computers, difficult to program Primarily used by scientists.

Slides:



Advertisements
Similar presentations
Presentation By Jaspreet Rekhi Introducing Sites: -
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.
Chapter 01 Introduction Chapter 0 Introduction. Chapter 02 History of Computing - Early Computers Abacus (ancient orient, still in use) Slide rule (17C,
Appendix The Continuing Story of the Computer Age.
Lecture 2 Computer development history. Topic History of computer development Computer generation Programming language.
Chapter 1 An Overview of Personal Computers
The History of Computers By: Casey Walsh. Introduction Computer history can be broken down into five generations of change. Computer history can be broken.
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
Some of these slides are based on material from the ACM Computing Curricula 2005.
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.
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
Chapter 01 Nell Dale & John Lewis.
CSCI Milestones in Computer Development Fall 2007.
The four generations of digital Computer
The History of Computers
-The trade of goods -The expansion of commerce -Evolution of tools for calculations A sumerian clay tablet.
Computer Architecture Computer Generations  First Generation (1945 – 1955)  Second Generation (1955 – 1965)  Third Generation (1965 – 1975)  Fourth.
CS 1410 Intro to Computer Tecnology Computers and History1.
Chapter 1 The Big Picture.
Information Technology
Computer Science What is Computer Science? Algorithm Design and Analysis Organization and Architecture Artificial Intelligence Databases Operating Systems.
1 Поколения компьютеров. 2 IBM PC IBM-Intel-Microsoft совместная работа Первый широко-продаваемый ПК 8088 Микрочип - 29,000 транзисторов –4.77.
COMP 268 Computer Organization and Assembly Language A Brief History of Computing Architecture.
History of Computers.
Chapter 1 Introduction.

Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
Dannelly's Very Short History of Computing CSCI 101.
History of Computer Wyatt Feiling Did you know... The first idea for a computer was in the early 1800s Charles Babbage is the man who is credited with.
Computer Generations ITSC 1401, Intro to Computers Instructor: Glenda H. Easter.
History of Computer History of Computer.
a.Mecanical Era A mechanical computer is a computer whose components are gearwheel, shaft, crank, and plat made from iron/steel To move it, powerful energy.
Main memory Processor Bus Cache memory Figure 1.5.The processor cache.
Introduction Basic Computer Concepts Abacus  ultimate ancestors of today’s computers became the arithmetic tool of early merchants the only relation.
The 5 generations of computers. Generations of computers The history of computer development is often referred to in reference to the different generations.
The four generations of digital Computer 1. The first generation computers 2. The second generation computers 3. The third generation computers 4. The.
Computer Concepts Eduardson A. Tacuban, MIT Computer Fundamentals & Generations Lecture 1.
Generations of Computing. The Computer Era Begins: The First Generation  1950s: First Generation for hardware and software Vacuum tubes worked as memory.
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.
1.3 First Generation Computers 1.4 The Stored Program Computer Group 2.
THE FIVE GENERATIONS OF COMPUTERS
Generations of Computer First generation of computer The beginning of commercial computer age is from UNIVAC (Universal Automatic Computer). Scientists.
The First Computers Jacquard’s Loom: programmed a loom
Chapter 1 Introduction.
The Five Generations of Computers
Chapter 1 The Big Picture
The Five Generations of Computers
The History of Computing
The Five Generations of Computers
No one think of modern life without computers.
History Computers.
Computer Applications
Milestones in Computer Development
Generations of Modern Computer
The Five Generations of Computers
The Five Generations of Computers
=
The Five Generations of Computers
Hardware & Processor Pioneers
The Five Generations of Computers
Computer.
CS 330 Programming Languages
Chapter 0 Introduction Introduction Chapter 0.
WELCOME TO.
Presentation transcript:

Generational Computing CSCI 1060 Fall 2006

CSCI 1060 — Fall 2006 — 2 First Generation Large computers, difficult to program Primarily used by scientists and engineers for faster and accurate calculations Vacuum tube technology, software was in machine language (0s and 1s) Algorithms were translated into binary or hardwired First electronic digital computer was built in the late 1930s by Atanasoff & Berry

CSCI 1060 — Fall 2006 — 3 First Generation ABC was used as a basis for a general- purpose computer, the ENIAC (Electronic Numerical Integrator and Calculator) in 1944 by Dr. John Mauchly and J. Presper Eckert First commercial computer was the UNIVAC (Universal Automatic Computer) delivered to the U.S. Census Bureau in 1951

CSCI 1060 — Fall 2006 — 4 Second Generation Took place in the 1950s improving hardware and software Transistors allowed faster calculations with lower power consumption in a smaller space The transistor was developed in 1947 by John Bardeen, Walter Brattain, and William Shockley at Bell Telephone Laboratories Assembly Language helped bolster software Compare binary to assembly, advantages?

CSCI 1060 — Fall 2006 — 5 Third Generation Hardware continues to improve with the development of the integrated circuit (IC) in 1958 at Texas Instruments and Fairchild Semiconductor Small scale integration (SSI) and medium scale integration (MSI) become common terms SSI – fewer than 100 components on a chip MSI – hundreds to a thousand components

CSCI 1060 — Fall 2006 — 6 Third Generation Third generation languages (or High Level Languages, HLL) appeared for software FORTRAN (FORmula TRANslator), COBOL (Common Business Oriented Language), C, Pascal, Ada, and others More code with fewer errors Compare to assembly

CSCI 1060 — Fall 2006 — 7 Fourth Generation Continued miniaturization of transistors LSI (Large Scale Integration) – thousands to ten thousands components VLSI (Very Large Scale Integration) – 10 4 to 10 9 components Entered the market in the late 1970s to early 1980s

CSCI 1060 — Fall 2006 — 8 Fourth Generation Fourth generation languages useful to businesses for storing records and generating reports began to appear Often built using third generation languages Very similar to databases, but more powerful Users could generate application programs using menus Could generate very complex reports through the same menu system

CSCI 1060 — Fall 2006 — 9 Fifth Generation Parallel processing and distributed computing using networks is becoming popular Advancements in artificial intelligence, speech synthesis, and natural language recognition also become important