Chapter 5 Computing Components Nell Dale John Lewis.

Slides:



Advertisements
Similar presentations
CHAPTER 5 – Computing Components
Advertisements

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.
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.
Chapter 5 Computing Components.
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: Computer Systems Organization Invitation to Computer Science, C++ Version, Third Edition Added to by S. Steinfadt - Spring 2005 Additional source.
Introduction to Computer Systems
CHAPTER 5 COMPUTER SYSTEMS ORGANIZATION. REMEMBER... Computer science is the study of algorithms including * Their formal and mathematical properties---
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Combinational Circuits Gates are combined into circuits by using the output of one.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Hardware: Input, Processing, and Output Devices Chapter 3.
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.
Computing Components.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Chapter 5 Computing Components.
Quiz # 2 Chapters 4, 5, & 6.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Invitation to Computer Science 5th Edition
CS 1308 Computer Literacy and the Internet Computer Systems Organization.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
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 5 Computing Components Nell Dale John Lewis.
5-1 Computer Components Consider the following ad.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Invitation to Computer Science 6th Edition Chapter 5 Computer Systems Organization.
Computer Architecture
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.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Computer Organization. This module surveys the physical resources of a computer system.  Basic components  CPU  Memory  Bus  I/O devices  CPU structure.
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.
A little hardware; a little software CS 139 – 08/29/07.
Chapter 5 Computing Components. 2 Computer Components Consider the following ad:
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Invitation to Computer Science 6 th Edition Chapter 5 Computer Systems Organization.
Input and Processing Chapter 2 - Computers- Understanding Technology.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Introduction to Computers and Terminology CS280 – 09/01/05.
Chapter 5: Computer Systems Organization Invitation to Computer Science,
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Computer Architecture Adapted from CS10051 originally by Professor: Johnnie Baker Computer Science Department Kent State University von Neuman model.
Chapter 2 content Basic organization of computer What is motherboard
Chapter 5 5 Computing Components.
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
Computer Organization
Hardware Computing Components.
Introduction to Computers
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.
Presentation transcript:

Chapter 5 Computing Components Nell Dale John Lewis

5-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

5-3 Chapter Goals (cont.) Describe how computer memory is organized and accessed Name and describe different auxiliary storage devices Define three alternative parallel computer configurations

5-4 Computer Components Consider the following ad Page 116

5-5 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

5-6 Sizes in Perspective (cont.) Page 119

5-7 Stored-Program Concept Figure 5.1 The von Neumann architecture

Memory Memory is a collection of cells, each with a unique physical address Page 122

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

5-10 Input/Output Units An input unit is a device through which data and programs from the outside world are entered into the computer –Keyboard, the mouse, and scanning devices An output unit is a device through which results stored in the computer memory are made available to the outside world –Printers and video display terminals

5-11 Control Unit Control unit is the organizing force in the computer There are two registers in the control unit –The instruction register (IR) contains the instruction that is being executed –The program counter (PC) contains the address of the next instruction to be executed ALU and the control unit called the Central Processing Unit, or CPU

5-12 Flow of Information The parts are connected to one another by a collection of wires called a bus Figure 5.2 Data flow through a von Neumann architecture

5-13 The Fetch-Execute Cycle Fetch the next instruction Decode the instruction Get data if needed Execute the instruction

5-14 The Fetch-Execute Cycle (cont.)

5-15 RAM and ROM RAM stands for Random Access Memory –Inherent in the idea of being able to access each location is the ability to change the contents of each location ROM stands for Read Only Memory –The contents in locations in ROM cannot be changed RAM is volatile, ROM is not –This means that RAM does not retain its bit configuration when the power is turned off, but ROM does

5-16 Secondary Storage Devices Because most of main memory is volatile and limited, it is essential that there be other types of storage devices where programs and data can be stored when they are no longer being processed Secondary storage devices can be installed within the computer box at the factory or added later as needed

Magnetic Tape The first truly mass auxiliary storage device was the magnetic tape drive Figure 5.4 A magnetic tape

Magnetic Disks A read/write head travels across a spinning magnetic disk, retrieving or recording data

Magnetic Disks Seek time: time to position R/W head to the track Latency: Time to wait for the sector under R/W head Access time: seek time + latency Transfer rate: the rate to move data from disk to memory Ex: Rotating speed = 7200RPM; tracks =1000; sectors/track = 50; bytes/sector = 512; arm moving time = 0.02msec/track; A = seek time: Best case = 0/ worst case = 0.02msec*999/ avr = 0.02msec*300(assumed) B = latency: best = 0/ worst = 60*1000msec/7200 = 8.33msec/ avr = 4.17msec access time = A + B transfer time of a sector = 8.33msec * 1/50

5-20 Compact Disks A CD drive uses a laser to read information stored optically on a plastic disk CD-ROM is Read-Only Memory DVD stands for Digital Versatile Disk

5-21 Synchronous processing SIMD - One approach to parallelism is to have multiple processors apply the same program to multiple data sets

5-22 Pipelining Arranges processors in tandem, where each processor contributes one part to an overall computation

5-23 Ethical Issues: Facial Recognition/Privacy An identity verification technique that matches the structure of a person’s face to his/her picture –Cameras scan the peaks and valleys of features An invasion of privacy? –Critics oppose both clandestine capture (the scanning of faces without consent) and tracking (the use of this technology to monitor a person’s movement)