Chapter 0: Introduction

Slides:



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

Computer History.
Introduction to Computers 2010 Class: ________________ Name: ________________.
Introduction to Computer Programming Nai-Wei Lin Department of Computer Science and Information Engineering National Chung Cheng University.
There are three ages of computer Dark age Middle age Modern age
CSE111: Great Ideas in Computer Science Dr. Carl Alphonce 219 Bell Hall Office hours: M-F 11:00-11:
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
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.
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
CSC /703 - CTI/DePaul CSC 255 Information Structures and Representation Fall 2002 Instructor: Dr. Ufuk Verun
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
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 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 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.
R.D.D. HIGH SCHOOL, BONAIGARH
Chapter 0: Introduction Computer Science: An Overview Eleventh Edition
©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 4 th Ed Chapter Chapter 0 - Introduction to Computers and Programming.
CSCE 106 Fundamentals of Computer Science Assisting Slides The American University in Cairo Computer Science and Engineering Department.
Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.
CCSE251 Introduction to Computer Organization
Lecture 1: 8/27/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
CS 1410 Intro to Computer Tecnology Computers and History1.
© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
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.
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.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.
Chapter 0 Introduction © 2007 Pearson Addison-Wesley. All rights reserved.
Introduction to Computer Science by Kai-Lung Hua Chapter 0: Introduction.
Visual Communications
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.
Information Age “An in depth look at the exciting history of the Calculator and Computer”
Copyright © 2012 Pearson Education, Inc. Chapter 1: Data Storage Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear.
The 1 st Computer… Was the Z1 computer Invented by Conrad Zeus in 1936 It was the first programmable computer!
4. History of Computing Technology
Chapter 0 - Introduction
CSCI 161: Introduction to Programming
Electrical Engineering
Chapter 0: Introduction
Chapter 1 The Big Picture
The History of Computing
Evolution of Computer Hardware
An Introduction Length: 23:52
Chapter 1 Introduction.
Milestones in Computer Development
COM115 Introduction to Computer Science
Chapter 0 Introduction © 2007 Pearson Addison-Wesley.
COMS 161 Introduction to Computing
Chapter 0: Introduction
IT Basics 1.
Technology History - Goal: To make human tasks easier
Chapter 0: Introduction
Digital Systems Design 1
Computer History Timeline Computer History Timeline
Chapter 0 Introduction Introduction Chapter 0.
Presentation transcript:

Chapter 0: Introduction

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

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

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.

Figure 0.2 The Euclidean algorithm

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

Figure 0.3 An Abacus

Early Computers Based on mechanical relays Based on vacuum tubes 1940: Stibitz at Bell Laboratories 1944: Mark I: Howard Aiken and IBM at Harvard Based on vacuum tubes 1937-1941: Atanasoff-Berry at Iowa State 1940s: Colossus: secret German code-breaker 1940s: ENIAC: Mauchly & Eckert at U. of Penn.

Figure 0.4 The Mark I computer

Personal Computers First used by hobbyists IBM introduced the PC in 1981. Accepted by business Became the standard hardware design for most desktop computers Most PCs use software from Microsoft

Computer Science The science of algorithms Draws from other subjects, including Mathematics Engineering Psychology Business Administration

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

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

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

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?