Overview of Computers and Programming

Slides:



Advertisements
Similar presentations
Assembly Language for x86 Processors 6 th Edition Chapter 1: Introduction to ASM (c) Pearson Education, All rights reserved. You may modify and copy.
Advertisements

C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
© 2012Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 1: Overview of Computers and Programming Problem Solving & Program.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 1: Overview of Computers and Programming Problem Solving &
Chapter 1 Computer Networks and the Internet. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. 1-2.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 1 Overview of Computers and Programming. Copyright ©2004 Pearson Addison-Wesley. All rights reserved.1-2 Figure 1.3 Components of a Computer.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Managing Information Technology 6 th Edition CHAPTER 2 COMPUTER HARDWARE.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
Chapter 1 Overview of Computers and Programming. 1-1 Outline 1.1 ELECTRONIC COMPUTERS THEN AND NOW 1.2 COMPUTERS HARDWARE 1.3 COMPUTERS SOFTWARE 1.4 THE.
chap1 Computer Programming Fall 2006 李秀惠
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers, Problem Solving, and Programming Problem.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Copyright (c) 2004 Prentice Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Go! Computer Concepts.
Chapter 1 Overview of Computers and Programming J. H. Wang ( 王正豪 ), Ph. D. Assistant Professor Dept. Computer Science and Information Engineering National.
Computer Architecture
1 st Semester Introduction to Computer and Programming Computer Engineering Department Kasetsart University, Bangkok, THAILAND.
© 2006 Pearson Education Chapter 1: Computer Systems.
Chapter 1 : Overview of Computer and Programming By Suraya Alias
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Computers and Programming ผศ. ดร. อนันต์ ผลเพิ่ม Anan Phonphoem
CHAPTER 1: OVERVIEW OF COMPUTERS AND PROGRAMMING Prepared By: Pn. Nik Maria Nik Mahamood Reference: Hanly, Koffman, C Problem Solving and Program Design.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Overview of Computers and Programming Problem Solving and Program.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
Computer Parts There are many parts that work together to make a computer work.
Chapter 1: Introduction to Computers, Problem Solving, and Programming
CHAPTER 1: OVERVIEW OF COMPUTERS AND PROGRAMMING
Chapter 1 Functions Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Week 1 – Introduction to Computers and Programming Languages (Part 1)
Chapter 1: An Overview of Computers and Programming Languages
Overview of Computers and Programming Chapter 1
Introduction
Chapter 2 Limits Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Chapter 2 – Computer hardware
Sequences and Infinite Series
Inflation, the Phillips Curve, and Central Bank Commitment
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Chapter 2 Overview of C.
Computer Electronic device Accepts data - input
Chapter 17 Linked Lists.
Chapter 19 Binary Search Trees.
Chapter 4 Inheritance.
Chapter 1 Preliminaries.
Chapter 7 Functions of Random Variables (Optional)
Chapter 14 Graphs and Paths.
Microprocessor & Assembly Language
Chapter 10 Datapath Subsystems.
Chapter 20 Hash Tables.
Copyright © 2011 Pearson Education, Inc
Searching for Guinea Pig B: Case Study in Online Research
Computer Parts There are many parts that work together to make a computer work.
Implementing Subprograms
Computer Parts There are many parts that work together to make a computer work.
Chapter 5 Algorithm Analysis.
The Facts to Be Explained
Alternate Proofs of Selected HO Theorems
Introduction: Some Representative Problems
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Circuit Characterization and Performance Estimation
The Classical Model with Many Goods
Chapter 2 Part 1 Data and Expressions.
Chapter 6 Dynamic Programming.
Chapter 2 Reference Types.
Chapter 4 Greedy Algorithms.
Copyright © 2011 Pearson Education, Inc
Presentation transcript:

Overview of Computers and Programming Chapter 1 Overview of Computers and Programming

Figure 1.1 The Intel Pentium 4 Processor chip is an integrated circuit containing the full circuitry of a central processing unit. This processor can execute a simple instruction such as an integer addition in one six-billionth of a second. (Reprinted by permission of Intel Corporation, © Intel Corporation 2003) Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1. 2 (a) Notebook Computer (ThinkPad®, Courtesy of IBM) Figure 1.2 (a) Notebook Computer (ThinkPad®, Courtesy of IBM).  (b) Palmtop Computer (Sony Clié PDA ®, Courtesy of Sony).  (c) Desktop Computer (IBM NetVista Desktop, Courtesy of IBM). Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.3 Components of a Computer Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.4 1000 Memory Cells in Main Memory Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.5 Relationship Between a Byte and a Bit Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.6 Secondary Storage Media Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.7 Keyboard for IBM-Type Computers Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.8 Local Area Network Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.9 A Wide Area Network with Satellite Relays of Microwave Signals Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.10 Entering a UNIX Command for Directory Display Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.11 Accessing Disk Drive through Windows Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.12 Entering, Translating, and Running a High-Level Language Program Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.13 Flow of Information During Program Execution Copyright ©2004 Pearson Addison-Wesley. All rights reserved.

Figure 1.14 Miles-to-Kilometers Conversion Program Copyright ©2004 Pearson Addison-Wesley. All rights reserved.