The four generations of digital Computer 1. The first generation computers 2. The second generation computers 3. The third generation computers 4. The.

Slides:



Advertisements
Similar presentations
Introduction to Computers 2010 Class: ________________ Name: ________________.
Advertisements

Generations of the Computer
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
The Evolution of the Computer Age
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.
History of IT.
 The so-called second-generation computers can be taken to be those produced during the second decade of the electronic computer era (approximately )
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.
Computing in the Modern World Ms. Stewart
COMPUTER SYSTEM.
Chapter 01 Nell Dale & John Lewis.
R.D.D. HIGH SCHOOL, BONAIGARH
Computer Architecture (Hardware Engineering) Dr. BEN CHOI Ph.D. in EE (Computer Engineering), The Ohio State University System Performance Engineer, Lucent.
"Who controls the past commands the future. Who commands the future conquers the past." -George Orwell Video to Accompany Slide Show: “Thinking Machines,
The four generations of digital Computer
The History of Computers
The History of Computers. People have almost always looked for tools to aid in calculation. The human hand was probably the first tool used to help people.
The Evolution of the Computers Chidambaranathan C.M.
SECOND GENERATION COMPUTERS (ERA OF TRANSISTORS)
CS 1410 Intro to Computer Tecnology Computers and History1.
Computer Programming History of Computers
 the gradual transformation or development of certain specie to a new form.
Generational Computing CSCI 1060 Fall CSCI 1060 — Fall 2006 — 2 First Generation Large computers, difficult to program Primarily used by scientists.
COMPUTERS OF THE PAST By Leif Fossmo. THE VACUUM TUBE ( ) Created in 1947 by Mauchly and Eckert, called the ENIAC Used to calculate the U.S. census.
Chapter 1 The Big Picture.
1.1 The Computer Revolution. Computer Revolution Early calculating machines Mechanical devices used to add and subtract By Babylonian (Iraq) 5000 years.
Generations Of Computer Copyright(c)2011 Presentation Point( om)
Information Technology
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
COMP 268 Computer Organization and Assembly Language A Brief History of Computing Architecture.
Computer Generations Evolution of the Computer. Modern Computers Modern computers – Binary, electrical, computational devices.
CPIT 201 Introduction to Computing
Chapter 1 Introduction.
Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
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.
Main memory Processor Bus Cache memory Figure 1.5.The processor cache.
The 5 generations of computers. Generations of computers The history of computer development is often referred to in reference to the different generations.
Courtney Nielsen  Help us find info  Storage  Performs calculations  Runs software  communication  Storing data  Research  Fact checking  Communication.
Computer Architecture
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.
Generation of computer
The First Computers Jacquard’s Loom: programmed a loom
The Five Generations of Computers
The Five Generations of Computers
Computer Architecture
History Computers.
Generations of Computer
Generations of Modern Computer
The Five Generations of Computers
The Five Generations of Computers
=
The Five Generations of Computers
Generations of Computers
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
Chapter 0 Introduction Introduction Chapter 0.
Presentation transcript:

The four generations of digital Computer 1. The first generation computers 2. The second generation computers 3. The third generation computers 4. The fourth generation computers

First Generation Computers ( ) The first generation of computers used vacuum tubes as their main logic elements Punched cards to input and externally store data; Rotating magnetic drums for internal storage of data in programs Program written machine language (instructions written as a string of 0s and 1s) Assembly language (a language that allowed the programmer to write instructions in a kind of shorthand that would then be "translated" by another program called a compiler into machine language).

First Generations Computers had vacuum tubes, resistors, and welded metal joints. They were large, slow, expensive and produced a lot of heat. It often broke down because of burned-out vacuum tubes. Computers also needed many experts to operate them. In fact, when these computers running, people stood by with shopping carts full of replacement.

In 1945, Presper Eckert and John Mauchly developed the first operational electronic digital computer, called ENIAC, for US Army. ENIAC was over 1000 times faster than Mark 1, and could perform 5000 additions per second.

ENIAC had more than 1800 vacuum tubes, and took up to 1800 square feet of space. In addition, the electrical current ENIAC required could power more than a thousand modern computers. Today, ENIAC’s technology could fit in a modern wristwatch. In 1951 the UNIVAC-1 became the first commercially available electronic computer. This computer was designed by Eckert and Mauchly (the designers of the ENIAC) and built by the Remington Rand corporation. The first of these computers was delivered to US. Census Bureau.

Between 1951 and 1953 magnetic core memory was developed. This memory consists of tiny ferrite “donuts” that were arranged on a lattice of wires. The polarity of their magnetization could be change or detected by passing current through the wires. This allowed each lattice point store one “bit” – either 0 or 1. Magnetic core memory was the fastest type of memory until the late 1980’s. IBM 701, IMB’s first electronic business computer.

Second Generation Computers ( ) In the 1940s, discovered that a class of crystalline mineral materials called semiconductors could be used in the design of a device called a transistor to replace vacuum tubes. Magnetic cores (very small donut-shaped magnets that could be polarized in one of two directions to represent data) strung on wire within the computer became the primary internal storage technology. Magnetic tape and disks began to replace punched cards as external storage devices.

Vacuum tubes replaced by transistors as a main logic element. Crystalline minerals materials called semiconductors could be used in the design of a device called a transistor. Magnetic tape and disks began to replace punched cards as external storage devices. Magnetic cores (very small donut-shaped magnets that could be polarized in one of two directions to represent data) strung on wire within the computer became the primary internal storage technology.

High-level programming languages (program instructions that could be written with simple words and mathematical expressions), like FORTRAN and COBOL, made computers more accessible to scientists and businesses. Instead of vacuum tubes, second generation computers used transistors an exiting new invention at the time. John Barden, Walter Brattain and William Shockley of Bell Telephone Laboratories invented the transistor. A transistor is a small, solid-state component designed to monitor the flow of the electric current.

Core memory stack Tiny magnetic doughnuts.

Transistor Were smaller, faster, cheaper, required less power, and produce less heat than vacuum tubes. In computers, a transistor functions as an electronic switch or bridge. Transistors play an important role in electronic circuits. Transistors made second generations computers faster and more reliable than first generations. It can amplify signal, or open and close a circuit. Circuits help make up electronic systems, and electronic systems are what make electronic computing possible.

Transistor Transistors allowed second generations computers to communicate over telephone lines. The transistor gave way to the concept of parallel processor and multiprogramming. Unlike first generations computers, second generations computers could run multiple programs and could address input and output at the same time.

Transistor

1961 Grace hopper, the woman that found the first computer bug, finishes developing COBOL (Common Business Oriented Language) Digital Equipment Corporation (DEC), founded by Ken Olsen, release the first minicomputer, the PDP-8.

1964 IBM unveils the System/360, the first family of computers. The IBM 360 is introduced in April and quickly becomes the standard institutional mainframe computer. By mid-80’s the 360 and its descendants will have generated more than $100 billion in revenue for IBM.

1965 Thomas Kurtz and John Kemeny of Dartmouth College developed BASIC (Beginners All Purpose Symbolic Instruction Code) as a computer language to help teach people how to program.

NEXT REPORTER IS CLAUDETTE BY: TONIE ;-)