Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.

Slides:



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

Course Outline Presentation Term: F09 Faculty Name : Asma Sanam Larik Course Name :INTRO TO COMPUTING Course Code : CSE145 Section :1 Semester : 1.
Computer History.
11 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
Introduction, History and Computer Basics
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall.
CSE111: Great Ideas in Computer Science Dr. Carl Alphonce 219 Bell Hall Office hours: M-F 11:00-11:
CSCI-235 Micro-Computers in Science Course Information & Introduction.
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
History of Computing Define a computer before 1935?
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
CSC /703 - CTI/DePaul CSC 255 Information Structures and Representation Fall 2002 Instructor: Dr. Ufuk Verun
Computer Science, An Overview Brookshear © 2000 Addison Wesley Computer Science — An Overview J. Glenn Brookshear Chapter Zero, Figures 1-3 Introduction.
Chapter 0 Introduction. 2 Chapter 0: Introduction 0.1 The Role of Algorithms 0.2 The Origins of Computing Machines 0.3 The Science of Algorithms 0.4 Abstraction.
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to 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,
Some of these slides are based on material from the ACM Computing Curricula 2005.
Chapter 0: Introduction
Prepared by: Jasper Francisco. The Early Years 1  In the early years, before the computer was invented, there were several inventions of counting machine.
KEYBOARD – an input device used to type data.
Introduction to Computer Science
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 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
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 History of Computing. 2 Early History of Computing Abacus (origin? 2000BC) An early device to represent numeric values with beads. Note that.
Chapter 01 Nell Dale & John Lewis.
About the Presentations The presentations cover the objectives found in the opening of each chapter All chapter objectives are listed in the beginning.
Chapter 0: Introduction Computer Science: An Overview Eleventh Edition
© Prentice-Hall, Inc Definition  Computer - An electronic device that has the ability to store, retrieve, and process data and can be programmed with.
CSCE 106 Fundamentals of Computer Science Assisting Slides The American University in Cairo Computer Science and Engineering Department.

© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
© Prentice-Hall, Inc Definition  Computer - An electronic device that has the ability to store, retrieve, and process data and can be programmed with.
Chapter 0 Introduction Yonsei University 1 st Semester, 2012 Sanghyun Park.
Chapter 1 The Big Picture.
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
CS Introduction to Information Engineering Instructor: Shun-Ren Yang Office: A608 Office Hour: Tuesday morning 10:00-12:00.
© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
Computer Science What is Computer Science? Algorithm Design and Analysis Organization and Architecture Artificial Intelligence Databases Operating Systems.
1 A+ Certification PC Maintenance and Troubleshooting Chapter 1 Introduction (history of computers )
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. PowerPoint to accompany Krar Gill Smid Technology of Machine.
Chapter 0 Introduction © 2007 Pearson Addison-Wesley. All rights reserved.
Introduction to Computer Science by Kai-Lung Hua Chapter 0: Introduction.
Chapter 1 Introduction.
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.
Introduction to Computing BBA-I/BSCS-I Instructor: M. Mateen Yaqoob.
College of Computer Science, SCU Computer English Lecture 1 Computer Science Yang Ning 1/46.
Copyright © 2015 Pearson Education, Inc. Chapter 0: Introduction.
Chapter 0 Introduction. © 2005 Pearson Addison-Wesley. All rights reserved 0-2 Chapter 0: Introduction 0.1 The Role of Algorithms 0.2 The Origins of Computing.
Computer Science An Overview Allen C.-H. Wu/Arbee L.P. Chen Computer Science Department Tsing Hua University.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Data Storage Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear.
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 0: Introduction
Syllabus Introduction to Computer Science
Chapter 1 The Big Picture
Evolution of Computer Hardware
An Introduction Length: 23:52
Chapter 1 Introduction.
COM115 Introduction to Computer Science
Chapter 0 Introduction © 2007 Pearson Addison-Wesley.
Chapter 0: Introduction
Chapter 0: Introduction
Chapter 0: Introduction
Presentation transcript:

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter 0: Introduction

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-2 Chapter 0: Introduction 0.1 The Role of Algorithms 0.2 The Origins of Computing Machines 0.3 The Science of Algorithms 0.4 Abstraction 0.5 An Outline of Our Study 0.6 Social Repercussions

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-3 Terminology Algorithm: A set of steps that defines how a task is performed Program: A representation of an algorithm Programming: The process of developing a program Software: Programs and algorithms Hardware: Equipment

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-4 Figure 0.1 An algorithm for a magic trick

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-5 History of Algorithms The study of algorithms was originally a subject in mathematics. Early examples of algorithms –Long division algorithm –Euclidean Algorithm Gödel's Incompleteness Theorem: Some problems cannot be solved by algorithms.

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Gödel's Incompleteness Theorem This theorem essentially states that any mathematical theory encompassing our traditional arithmetic system, there are statements whose truth or falseness cannot be established by algorithmic means 0-6

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Hamiltonian Path Problem 西元 1859 年愛爾蘭數學家漢米爾頓 (William Hamilton) 設計了一種遊戲賣給玩具公司,那是一 個木製的蜂巢形 圖三中共有 20 個頂點,分別代表 20 個不同城市, 這個遊戲的目的事想找出一個路徑,能夠通過每 一個城市且只能通過一次 0-7

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Hamiltonian Path Problem 0-8

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-9 Figure 0.2 The Euclidean algorithm

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-10 Origins of Computing Machines Early computing devices –Abacus: positions of beads represent numbers –Gear-based machines (1600s-1800s) Positions of gears represent numbers Blaise Pascal, Wilhelm Leibniz, Charles Babbage

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-11 Figure 0.3 An Abacus

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-12 Early Data Storage Punched cards –First used in Jacquard Loom (1801) to store patterns for weaving cloth –Storage of programs in Babbage’s Analytical Engine –Popular through the 1970’s Gear positions

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-13 Early Computers Based on mechanical relays –1940: Stibitz at Bell Laboratories –1944: Mark I: Howard Aiken and IBM at Harvard Based on vacuum tubes – : Atanasoff-Berry at Iowa State –1940s: Colossus: secret German code-breaker –1940s: ENIAC: Mauchly & Eckert at U. of Penn.

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-14 Figure 0.4 The Mark I computer

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-15 Personal Computers –First used by hobbyists –IBM introduced the PC in Accepted by business Became the standard hardware design for most desktop computers Most PCs use software from Microsoft

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-16 Computer Science The science of algorithms Draws from other subjects, including –Mathematics –Engineering –Psychology –Business Administration

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-17 Central Questions of Computer Science Which problems can be solved by algorithmic processes? How can algorithm discovery be made easier? How can techniques of representing and communicating algorithms be improved? How can characteristics of different algorithms be analyzed and compared?

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-18 Central Questions of Computer Science (continued) How can algorithms be used to manipulate information? How can algorithms be applied to produce intelligent behavior? How does the application of algorithms affect society?

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-19 Figure 0.5 The central role of algorithms in computer science

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-20 Abstraction Abstraction: The distinction between the external properties of an entity and the details of the entity’s internal composition Abstract tool: A “component” that can be used without concern for the component’s internal properties

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-21 Outline of Our Study Chapter 1: Data Storage Chapter 2: Data Manipulation Chapter 3: Operating Systems Chapter 4: Networks and the Internet Chapter 5: Algorithms Chapter 6: Programming Languages

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-22 Outline of Our Study (continued) Chapter 7: Software Engineering Chapter 8: Data Abstractions Chapter 9: Database Systems Chapter 10: Computer Graphics Chapter 11: Artificial Intelligence Chapter 12: Theory of Computation

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-23 Social Repercussions Advances in computer science raise new questions. –In law: Questions of rights and liabilities –In government: Questions of regulation –In the work place: Questions of professionalism –In society: Questions of social behavior

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 0-24 Ethical Theories Consequence based: What leads to the greatest benefit? Duty based: What are my intrinsic obligations? Contract based: What contracts must I honor? Character based: Who do I want to be?