Chapter 5 Computing Components. 2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.

Slides:



Advertisements
Similar presentations
CHAPTER 5 – Computing Components
Advertisements

Introduction to Computers
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 4 The Central Processing Unit
How Much Do I Remember? Are you ready to play.....
Components of a computer system
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
The CPU The Central Presentation Unit What is the CPU?
88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 5 Computing Components.
Storing Data Chapter 4.
Chapter 5 Computing Components.
Chapter 5 Computing Components. 2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.
Chapter 5 Computing Components. 5-2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von.
Computing ESSENTIALS CHAPTER Copyright 2003 The McGraw-Hill Companies, Inc.Copyright 2003 The McGraw-Hill Companies, Inc Secondary Storage computing.
Chapter 5 Computing Components.
The Central Processing Unit: What Goes on Inside the Computer.
Chapter 5 5 Computing Components. Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
Chapter 5 Computing Components Nell Dale John Lewis.
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
Chapter 5 Computing Components Nell Dale John Lewis.
Chapter 5: Computer Systems Organization Invitation to Computer Science, C++ Version, Third Edition Added to by S. Steinfadt - Spring 2005 Additional source.
Computer Hardware Processing and Internal Memory.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Combinational Circuits Gates are combined into circuits by using the output of one.
CSC Intro. to Computing Lecture 9: Computing Components.
Chapter 5 Computing Components. 2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
5.1 Chaper 4 Central Processing Unit Foundations of Computer Science  Cengage Learning.
Chapter 5 5 Computing Components. Basic Concepts of Computer Hardware The need to compute.
Chapter 5 5 Computing Components. Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.
Chapter 5 Computing Components. 5-2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von.
Computer Structure.
BLOCK DIAGRAM OF COMPUTER
1 Understanding and Assessing Hardware To buy or upgrade? Evaluating your system: –CPU –RAM –Storage devices –Video output –Sound systems –Computer ports.
Chapter 5 Computing Components.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computer Systems Figure 5.1 The von Neumann architecture.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
CS 1308 Computer Literacy and the Internet Computer Systems Organization.
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
1 Week 9: Computing Components: PART II READING: Chapter 5.
Computing and the Web Computer Hardware Components.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
Chapter 5 Computing Components Nell Dale John Lewis.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
5-1 Computer Components Consider the following ad.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
General Concepts of Computer Organization Overview of Microcomputer.
CSCI-100 Introduction to Computing Hardware Part I.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
CS 1308 Computer Literacy and the Internet. Objectives In this chapter, you will learn about:  The components of a computer system  Putting all the.
Chapter 5 Computing Components. 2 Computer Components Consider the following ad:
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Chapter 5: Computer Systems Organization Invitation to Computer Science,
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Computer Architecture Adapted from CS10051 originally by Professor: Johnnie Baker Computer Science Department Kent State University von Neuman model.
Chapter 5 5 Computing Components.
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Organization
הכרת המחשב האישי PC - Personal Computer
Hardware Computing Components.
Introduction to Computer Architecture
Chapter 5: Computer Systems Organization
Chapter 5 Computer Organization
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Chapter 5 Computing Components

2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle of the von Neumann machine

3 Chapter Goals Describe how computer memory is organized and accessed Name and describe different auxiliary storage devices Define three alternative parallel computer configurations

4 Computer Components Consider the following ad

5 Computer Components What does all this jargon mean? Intel Pentium 4 Processor at 3.20 GHz 512 MB Dual Channel shared SDRAM at 400 MHz 80 Ultra ATA/100 Hard Drive 17" flat-panel Display 8X DVD + R/+RW Drive with CD-RW Altec Lansing Surround Sound Speakers Integrated 5.1 Audio with Dolby Digital WordPerfect and America Online Be patient! If you don't know now, you should know shortly

6 Sizes in Perspective Admiral Grace Murray Hopper –A coil of wire nearly 1,000 feet long Distance traveled by an electron along the wire in the space of a microsecond –A short piece of wire In the space of a nanosecond –A bag containing grains of pepper In the space of a picosecond

7 Sizes in Perspective What is a hertz?

8 Sizes in Perspective Intel Processor speed 3.20 GHz SDRAM size 512 MB speed 400 MHz Ultra ATA-100 Transfer rate 100MB per second Flat screen dot pitch.28 To which do these apply? Bigger is better Faster is better Smaller is better

9 Stored-Program Concept Figure 5.1 The von Neumann architecture

Memory A collection of cells, each with a unique physical address;both addresses and contents are in binary

11 Arithmetic/Logic Unit Performs basic arithmetic operations such as adding Performs logical operations such as AND, OR, and NOT Most modern ALUs have a small amount of special storage units called registers

12 Input/Output Units Input Unit A device through which data and programs from the outside world are entered into the computer; Can you name three? Output unit A device through which results stored in the computer memory are made available to the outside world Can you name two?

13 Control Unit Control unit The organizing force in the computer Instruction register (IR) Contains the instruction that is being executed Program counter (PC) Contains the address of the next instruction to be executed Central Processing Unit (CPU) ALU and the control unit called the, or CPU

14 Flow of Information Bus A set of wires that connect all major sections Figure 5.2 Data flow through a von Neumann architecture

15 The Fetch-Execute Cycle Fetch the next instruction Decode the instruction Get data if needed Execute the instruction Why is it called a cycle?

16 The Fetch-Execute Cycle Figure 5.3 The Fetch-Execute Cycle

17 RAM and ROM Random Access Memory (RAM) Memory in which each location can be accessed and changed Read Only Memory (ROM) Memory in which each location can be accessed but not changed RAM is volatile, ROM is not What does volatile mean?

18 Secondary Storage Devices Why is it necessary to have secondary storage devices? Can you name some of these devices?

Magnetic Tape The first truly mass auxiliary storage device was the magnetic tape drive Tape drives have a major problem; can you describe it? Figure 5.4 A magnetic tape

Magnetic Disks Figure 5.5 The organization of a magnetic disk

21 Magnetic Disks History Floppy disks (Why "floppy"?) " in diameter " late 1970, 5 1/2" now, 3 1/2" Zip drives Tracks near center are more densely packed Why?

22 Magnetic Disks Seek time Time it takes for read/write head to be over right track Latency Time it takes for sector to be in position Access time Can you define it?

23 Compact Disks CD A compact disk that uses a laser to read information stored optically on a plastic disk; data is evenly distributed around track CD-ROM read-only memory CD-DA digital audio CD-WORM write once, read many RW or RAM both read from and written to DVD Digital Versatile Disk, used for storing audio and video

24 Synchronous processing One approach to parallelism is to have multiple processors apply the same program to multiple data sets Figure 5.7 Processors in a synchronous computing environment SIMD

25 Pipelining Arranges processors in tandem, where each processor contributes one part to an overall computation Figure 5.8 Processors in a pipeline

26 Independent Processing with Shared Memory Communicate through shared memory Figure 5.9 Shared memory configuration of processors MIMD