LECTURE#2 INTRODUCTION TO COMPUTERS, HISTORY AND APPLICATIONS INSTRUCTOR: M. MATEEN YAQOOB.

Slides:



Advertisements
Similar presentations
Based on information taken from Computers Made Friendly
Advertisements

Computer Skills Preparatory Year Presented by: L. Obead Alhadreti.
B ASIC C ONCEPTS O F C OMPUTERS Bajaj Coaching Center, Rohtak For more such slides visit bcc2000.com.
BASIC CONCEPTS OF COMPUTERS P REPARED B Y : B AJAJ C OACHING C ENTER R OHTAK BCC COM.
Computer History.
4/23/2015Engineering Problem Solving with C++ second edition, J. ingber 1 Engineering Problem Solving with C++, Etter/Ingber Chapter 1.
Introduction to Computer Programming Nai-Wei Lin Department of Computer Science and Information Engineering National Chung Cheng University.
Lecture 1 “History and Evolution of Computers” Informatics.
Chapter 2 Data Manipulation. Before we start About the Lab Project. –BASIC Programming: Requirement file on the web site. Due date is posted. Save your.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
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,
End Show History of Computers Ancient Times In the beginning, man used his fingers and toes to perform simple computations such as addition and subtraction.
KEYBOARD – an input device used to type data.
Evolution of the Computer Land marks of the Computer History.
Generations of Computers
Introduction to Computers. Are Computers Important? OF COURSE!
Evolution of computing devices
R.D.D. HIGH SCHOOL, BONAIGARH
BLOCK DIAGRAM OF COMPUTER
CSCI Milestones in Computer Development Fall 2007.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
The History of Computers
ELN230 – Bazlur slide 1 ELN230 Lecture – 02a PC History.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
THE HISTORY OF COMPUTERS Presenter: Miss T. Johnson Grade:8.
Chapter 3 COMPUTER HARDWARE.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
1.1 The Computer Revolution. Computer Revolution Early calculating machines Mechanical devices used to add and subtract By Babylonian (Iraq) 5000 years.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
CSCI 161 Class 1 Martin van Bommel.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Lecture-03 PC History. Evolution of Computer s Mechanical Calculators Mechanical Computers Electronic Computers –Tubes –Transistors –ICs.
Brittany Qualls 4 th period.  Motherboard - is the central printed circuit board (PCB) in many modern computers and holds many of the crucial components.
Chapter 1 Introduction.
LBSC 690 Session 1 Introduction. Class Introductions Purpose of course Review Syllabus Wide variety of student experience Survey “Opting out” Peer Training.
Introduction to Computers. Are Computers Important? OF COURSE!
2 WELCOME TO HISTORYPRESENTATION OF COMPUTER WELCOME TO HISTORYPRESENTATION OF COMPUTER.
History of the Computer and Internet!
History of Computer. Evolution of Computers BlaisePascal invented the first mechanical adding Machine in 1642 Baron Gottfried Wilhelm von Leibniz invented.
Introduction to Computing BBA-I/BSCS-I Instructor: M. Mateen Yaqoob.
@2012 by Pedernal Jemerson G. Pedernal Jemerson G ICT Network Specialist Palawan State University.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
BMTS 242: Computer and Systems Lecture 1: Introduction to Computer System Yousef Alharbi Website
Introduction Basic Computer Concepts Abacus  ultimate ancestors of today’s computers became the arithmetic tool of early merchants the only relation.
Information Age “An in depth look at the exciting history of the Calculator and Computer”
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Introduction to Information Technology, D3 FMIPA UGM Chapter 1 Brief History of Computer Technology 1.
Computer Systems Architecture Edited by Original lecture by Ian Sunley Areas: Computer users Basic topics What is a computer?
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.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Introduction to Computers
CSCI 161: Introduction to Programming
History of computer science
Computer Organization and Architecture
GC101 Introduction to computers and programs
Evolution of Computer Hardware
History And Development Of Computer
Computer Organization
Introduction to Computing
Milestones in Computer Development
Basic Computer Organization
Basic Computer Organization
COMPUTER HISTORY, PRESENT & FUTURE. What is a Computer? A computer is a machine that can be instructed to carry out sequences of arithmetic or logical.
Computer History Timeline Computer History Timeline
Computer System.
Presentation transcript:

LECTURE#2 INTRODUCTION TO COMPUTERS, HISTORY AND APPLICATIONS INSTRUCTOR: M. MATEEN YAQOOB

CONTENTS

HISTORY 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 Around 1880, Herman Hollerith came up with the concept of punched cards that were extensively used as input media until late 1970s

PASCAL MECHANICAL ADDING MACHINE

LEIBNIZ’S CALCULATOR

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

COMPUTER GENERATIONS “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

BASIC OPERATIONS OF COMPUTER (1/2) 1.Inputting. The process of entering data and instructions into the computer system 2.Storing. Saving data and instructions to make them readily available for initial or additional processing whenever required 3.Processing. Performing arithmetic operations (add, subtract, multiply, divide, etc.) or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information

BASIC OPERATIONS OF COMPUTER (2/2) 4.Outputting. The process of producing useful information or results for the user such as a printed report or visual display 5.Controlling. Directing the manner and sequence in which all of the above operations are performed

BASIC ORGANIZATION OF A COMPUTER

INPUT UNIT An input unit of a computer system performs the following functions: It accepts (or reads) instructions and data from outside world It converts these instructions and data in computer acceptable form It supplies the converted instructions and data to the computer system for further processing

OUTPUT UNIT An output unit of a computer system performs the following functions: It accepts the results produced by the computer, which are in coded form and hence, cannot be easily understood by us It converts these coded results to human acceptable (readable) form It supplies the converted results to outside world

STORAGE UNIT The storage unit of a computer system holds (or stores) the following : Data and instructions required for processing (received from input devices) Intermediate results of processing Final results of processing, before they are released to an output device

ARITHMETIC LOGIC UNIT Arithmetic Logic Unit of a computer system is the place where the actual executions of instructions takes place during processing operation

CONTROL UNIT Control Unit of a computer system manages and coordinates the operations of all other components of the computer system

CENTRAL PROCESSING UNIT