INTRODUCTION TO COMPUTING

Slides:



Advertisements
Similar presentations
Professor: Nabil Elmjati IB100 Introduction to computer Sciences Professor: Nabil Elmjati.
Advertisements

5 Generations of Computers Ms. Ceejay Jader. FIRST GENERATION : Vacuum Tubes a glass tube surrounding a vacuum (an area from which all gases.
1 Maninder Kaur
Online Counseling Resource YCMOU ELearning Drive… School of Architecture, Science and Technology Yashwantrao Chavan Maharashtra Open University, Nashik.
I NTRODUCTION TO C OMPUTERS AND P ROGRAMMING Chapter 1 Mr. Mohammed Rahmath.
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,
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)
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.
Computer History Timeline
SHARANPREET SIDHU IT/9. The first generation of computers is said by some to have started in 1946 with Eniac, the first 'computer' to use electronic.
COMPUTER SYSTEM.
Chapter 01 Nell Dale & John Lewis.
What is a computer? What is its definition? A computer is a programmable machine designed to sequentially and automatically carry out a sequence of arithmetic.
SECOND GENERATION COMPUTERS (ERA OF TRANSISTORS)
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)
Information Technology
History of Computers Computer Technology Day 2. Computer Generations: Overview GenerationTimePrincipal Technology Examples ZerothLate 1800’s to 1940Electro.
Generation of Computers
COMPUTER GENERATIONS STAGES OF DEVELOPMENT. FIRST GENERATION 1940 – 1956 VACUUM TUBES USE VACUUM TUBES FOR CIRCUITS USE MAGNETIC DRUMS FOR MEMORY – DATA.
Introduction to computing Why study computer science? It encompasses many things. There is a multiplicity of university and industry courses available.
The Contemporary Computer Age Ed-Eng 106 – Technology in Language Education.
History of Computer History of Computer.
Computer History Suranjana G7Y(A). Introduction Many people didn’t actually know how computers were created. These computers were actually created with.
GENERATIONS OF COMPUTERS.
Introduction to Computer INSTRUCTOR ADEEL ANJUM. What is Data?  Data  Data is a plural word and its singular form is datum  ‘Datum’ is a Latin word.
MHS-HC-21 7th 11/6/08. Table of Contents 1 of 3 Slide 5: Gives the date of the 1 st generation.Slide 5: Gives the date of the 1 st generation. Slide 6:
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.
EVOLUTION OF COMPUTER Prepared by: Masniza Mustafa.
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
No one think of modern life without computers.
HISTORY OF COMPUTERS David Juarez 11 W. INTRODUCTION TO COMPUTERS The term computer was used before for those who made calculations Computer History can.
Generation of computer
Chapter 1 Introduction.
The Five Generations of Computers
4. History of Computing Technology
Day 1 1st Minutes Why Students learning Computer?
Computer Science Introduction
Generations of computers
Computer Generations First Generation ( )
Chapter 1: An Overview of Computers and Programming Languages
Chapter 1 The Big Picture
The Five Generations of Computers
The Five Generations of Computers
Practical Oriented Theory
No one think of modern life without computers.
INTRODUCTION TO COMPUTERS
Past, Present and Future
Generations of Computer
Computer Technology Notes #3
The Five Generations of Computers
The Five Generations of Computers
The Five Generations of Computers
=
NIRANJAN KUMAR Seminar On Generations OF Computer GOOD MORNING.
The Five Generations of Computers
Generations of Computers
HISTROY CLASS EVOLUTION..
The Five Generations of Computers
Computer Generations.
CS 330 Programming Languages
Chapter 0 Introduction Introduction Chapter 0.
Presentation transcript:

INTRODUCTION TO COMPUTING ANAA DHUFU!!! WELL COME!!! INTRODUCTION TO COMPUTING CONTACT HOUR PER WEEK: - 2 HOURS FOR LECTURE - 3 HOURS FOR LAB

Fundamentals of Computers CHAPTER ONE Fundamentals of Computers Introduction Evolution Computer Architecture Basics Hardware and Software Representation of numbers in computer Binary arithmetic

C++ Definition: A Computer A computer is an electronic device that accepts raw data, processes it according to a set of instructions and required to produce the desired result. PREPARED BY: YOHANNES BEKUMA

The Five Generations of Computers PREPARED BY: YOHANNES BEKUMA

First generation computers (1940-1956) The first computers used vacuum tubes for circuitry and magnetic drums for memory. They were often enormous and taking up entire room. First generation computers relied on machine language. . They were very expensive to operate and in addition to using a great deal of electricity, generated a lot of heat, which was often the cause of malfunctions. The UNIVAC and ENIAC computers are examples of first-generation computing devices. PREPARED BY: YOHANNES BEKUMA

First generation computers Picture of first generation computers PREPARED BY: YOHANNES BEKUMA

Second generation computers (1956-1963) Transistors replaced vacuum tubes and ushered in the second generation of computers. Second-generation computers moved from cryptic binary machine language to symbolic.  High-level programming languages were also being developed at this time, such as early versions of COBOL and FORTRAN. These were also the first computers that stored their instructions in their memory. PREPARED BY: YOHANNES BEKUMA

Second generation computers Picture of second generation computers PREPARED BY: YOHANNES BEKUMA

Third generation computers (1964-1971) The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on siliconchips, called semiconductors. Instead of punched cards and printouts, users interacted with third generation computers through keyboards and monitors and interfaced with an operating system. Allowed the device to run many different applications at one time. PREPARED BY: YOHANNES BEKUMA

Third generation computers PREPARED BY: YOHANNES BEKUMA

Fourth generation computers (1971-present) The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. The Intel 4004 chip, developed in 1971, located all the components of the computer. From the central processing unit and memory to input/output controls—on a single chip. . Fourth generation computers also saw the development of GUIs, the mouse and handheld devices. PREPARED BY: YOHANNES BEKUMA

Fourth generation computers Picture of fourth generation computers PREPARED BY: YOHANNES BEKUMA

Fifth generation computers (present and beyond) Fifth generation computing devices, based on artificial intelligence. Are still in development, though there are some applications, such as voice recognition. The use of parallel processing and superconductors is helping to make artificial intelligence a reality. The goal of fifth-generation computing is to develop devices that respond to natural language input and are capable of learning and self-organization. PREPARED BY: YOHANNES BEKUMA

Fifth generation computers PREPARED BY: YOHANNES BEKUMA

C++ ASSIGNMENT (10%) WHAT IS COMPUTER ARCHITECTURE? DRAW ITS BLOCK DIAGRAM AND EXPLAIN THE FUCNTION OF EACH COMPONENT(BLOCK DIAGRAM) IN DETAIL. YOU DO IT IN A GROUP AND ONE GROUP ONLY CONSISTS OF TWO PEOPLE. SUBMITION DATE: UNTIL JULY 24, 2016. PREPARED BY: YOHANNES BEKUMA