About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.

Slides:



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

Introduction to Computers 2010 Class: ________________ Name: ________________.
Lecture 1 “History and Evolution of Computers” Informatics.
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, Java Version, Third Edition.
History of Computing -- Soujanya. Contents Definition Abacus(600 B.C) Cardboard Calculator First Calculator Difference Engine(1822) Well-Known Early Computers.
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, Java Version, Third Edition.
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, C++ Version, Third Edition.
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
Chapter 2 The Algorithmic Foundations of Computer Science
Chapter 1: An Introduction to Computer Science
CS 104 Introduction to Computer Science and Graphics Problems History of Computer 09/05/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, C++ Version, Fourth Edition --slides rearranged by Shannon Steinfadt for.
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, C++ Version, Third Edition Several Slides added to by Shannon Steinfadt,
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
History of IT.
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,
Some of these slides are based on material from the ACM Computing Curricula 2005.
1 Introduction Foundations of Computer Science ã Cengage Learning 1.#
KEYBOARD – an input device used to type data.
Evolution of Computers
Chapter 1 An Introduction to Computer Science
Chapter 1 An Introduction to Computer Science
A Brief History 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.
Chapter 1: An Introduction to Computer Science Invitation to Computer Science, Java Version, Third Edition.
Chapter 01 Nell Dale & John Lewis.
R.D.D. HIGH SCHOOL, BONAIGARH
CREATION OF THE COMPUTER & THE GRAND IDEAS OF COMPUTER SCIENCE
Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.
History of Digital Computers
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.
ELN230 – Bazlur slide 1 ELN230 Lecture – 02a PC History.
By Tanner 4 th period. The Start Built between Iowa State University John Atanasoft, Clifford Berry.

History of Computers By: Madelyn Skinner Just Another Name? There are more people, that we have knowledge on, who helped invent the computer. We will.
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.
Chapter 0 Introduction Yonsei University 1 st Semester, 2012 Sanghyun Park.
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.
1 History of Computers (Excerpts from CMPE3). 2 The History of Computers The history of computers is interesting (or should be if you are in this class)
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
Computer Science What is Computer Science? Algorithm Design and Analysis Organization and Architecture Artificial Intelligence Databases Operating Systems.
Lecture-03 PC History. Evolution of Computer s Mechanical Calculators Mechanical Computers Electronic Computers –Tubes –Transistors –ICs.
1.1 1 Introduction Foundations of Computer Science  Cengage Learning.
1 Invitation to Computer Science 6 th Edition Chapter 1 An Introduction to Computer Science.
History of Computers.
Chapter 1 Introduction. Understand the concept of a black box, a data processor, and a programmable data processor. Define the von Neumann model and name.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
CPIT 201 Introduction to Computing
Chapter 1 Introduction.

History of Computers! Claire Bromm March 28 th, 2012.
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 History How did we get here?.
Why build a computer? u Computers were developed to mechanize mathematical computations. u Two definitions:  A computer is “a programmable electronic.
Information Age “An in depth look at the exciting history of the Calculator and Computer”
CS 101 INTRODUCTION TO COMPUTING * image from The Central Eglinton Community Centre website.
مقدمة في البرمجة CS 201 Huda aljaloud. Chapter1 Introduction.
Introduction to Information Technology, D3 FMIPA UGM Chapter 1 Brief History of Computer Technology 1.
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.
CHAPTER 1 INTRODUCTION.  Data Processor: ◦ The basic definition of a computer is as a data processor. ◦ A black box that: 1.Accepts input data, 2.Processes.
History of computer science
Chapter 1: An Overview of Computers and Programming Languages
Chapter 1 Introduction.
Chapter 1 The Big Picture
Chapter 1 Introduction.
INTRODUCTION Term “Computer” Computer definition Data Information
Presentation transcript:

About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations to fit your class needs. Some figures from the chapters are included. A complete set of images from the book can be found on the Instructor Resources disc.

2 Invitation to Computer Science 5 th Edition Chapter 1 An Introduction to Computer Science

Invitation to Computer Science, 5th Edition Objectives In this chapter, you will learn about: The definition of computer science Algorithms A brief history of computing Organization of the text 3

Invitation to Computer Science, 5th Edition Introduction Misconceptions –Computer science is: The study of computers The study of how to write computer programs The study of the uses and applications of computers and software 4

Invitation to Computer Science, 5th Edition The Definition of Computer Science Computer science is the study of algorithms, including: –Their formal and mathematical properties –Their hardware realizations –Their linguistic realizations –Their applications 5

Invitation to Computer Science, 5th Edition The Definition of Computer Science (continued) Algorithm –Step-by-step method for accomplishing some task Operations used to construct algorithms –Sequential operations –Conditional operations –Iterative operations 6

Invitation to Computer Science, 5th Edition Figure 1.1 Programming Your DVR. An Example of an Algorithm 7

Invitation to Computer Science, 5th Edition Figure 1.2 Algorithm for Adding Two m-digit Numbers 8

Invitation to Computer Science, 5th Edition The Definition of Computer Science (continued) Why are formal algorithms so important in computer science? –If we can specify an algorithm to solve a problem, then we can automate its solution Computing agent –Machine, robot, person, or thing carrying out the steps of the algorithm 9

Invitation to Computer Science, 5th Edition Algorithms Algorithm –Well-ordered collection of unambiguous and effectively computable operations that, when executed, produces a result and halts in a finite amount of time Ambiguous statements –Go back and do it again (Do what again?) –Start over (From where?) 10

Invitation to Computer Science, 5th Edition Algorithms (continued) Unambiguous operation –Can be understood and carried out directly by the computing agent without further simplification or explanation –Also called primitive operation It is not enough for an operation to be understandable –It must also be doable (effectively computable) by the computing agent 11

Invitation to Computer Science, 5th Edition Algorithms (continued) Algorithm –Result must be produced after the execution of a finite number of operations Infinite loop –Runs forever 12

Invitation to Computer Science, 5th Edition Figure 1.3a A Correct Solution to the Shampooing Problem 13

Invitation to Computer Science, 5th Edition Figure 1.3b Another Correct Solution to the Shampooing Problem 14

Invitation to Computer Science, 5th Edition The Importance of Algorithmic Problem Solving “Computer revolution” of the twentieth and twenty- first centuries –Has enabled us to implement algorithms that mechanize and automate the drudgery of repetitive mental tasks 15

Invitation to Computer Science, 5th Edition A Brief History of Computing The Early Period: Up to 1940 –John Napier invented logarithms as a way to simplify difficult mathematical computations –The first slide rule appeared around 1622 –Blaise Pascal designed and built one of the first mechanical calculators (named the Pascaline) –Gottfried Leibnitz constructed a mechanical calculator called Leibnitz’s Wheel 16

Invitation to Computer Science, 5th Edition Figure 1.4 The Pascaline. One of the Earliest Mechanical Calculators 17

Invitation to Computer Science, 5th Edition The Early Period: Up to 1940 Difference Engine –Could do addition, subtraction, multiplication, and division to six significant digits –Could solve polynomial equations and other complex mathematical problems Babbage’s Analytic Engine –Amazingly similar in design to a modern computer 18

Invitation to Computer Science, 5th Edition The Early Period: Up to 1940 (continued) Herman Hollerith –Designed and built programmable card-processing machines that could automatically read, tally, and sort data entered on punched cards –Founded the Computer Tabulating Recording Company –In 1924, Hollerith’s tabulating machine company changed its name to IBM 19

Invitation to Computer Science, 5th Edition The Birth of Computers: 1940–1950 Mark I –General-purpose, electromechanical programmable computer that used a mix of relays, magnets, and gears to process and store data ENIAC (Electronic Numerical Integrator and Calculator) –Completed in 1946 –First fully electronic general-purpose programmable computer 20

Invitation to Computer Science, 5th Edition The Birth of Computers: 1940–1950 (continued) John Von Neumann –Proposed a radically different computer design based on a model called the stored program computer –Research group at the University of Pennsylvania built one of the first stored program computers, called EDVAC, in

Invitation to Computer Science, 5th Edition The Modern Era: 1950 to the Present First generation of computing –1950 to 1957 Second generation (1957–1965) –Era of FORTRAN and COBOL –The occupation called programmer was born 22

Invitation to Computer Science, 5th Edition The Modern Era: 1950 to the Present (continued) Third generation (1965 to 1975) –Era of the integrated circuit –Birth of the first minicomputer –Birth of the software industry Fourth generation (1975 to 1985) –Saw the appearance of the first microcomputer and computer network –Electronic mail became an important application 23

Invitation to Computer Science, 5th Edition The Modern Era: 1950 to the Present (continued) Fifth generation (1985–?) –Massively parallel processors capable of quadrillions (1015) of computations per second –Handheld digital devices and other types of personal digital assistants (PDAs) –High-resolution graphics for imaging, animation, movie making, and virtual reality 24

Invitation to Computer Science, 5th Edition Figure 1.8 Some of the Major Advancements in Computing 25

Invitation to Computer Science, 5th Edition Organization of the Text 26 Figure 1.9 Organization of the Text into a Six-Layer Hierarchy

Invitation to Computer Science, 5th Edition Summary Computer science is the study of algorithms An algorithm is a well-ordered collection of unambiguous and effectively computable operations that, when executed, produces a result and halts in a finite amount of time If we can specify an algorithm to solve a problem, then we can automate its solution Computers developed from mechanical calculating devices to modern electronic marvels of miniaturization 27