©Brooks/Cole, 2003 Chapter 5 Computer Organization.

Slides:



Advertisements
Similar presentations
Computer Performance & Storage Devices Computer Technology.
Advertisements

MEMORY ORGANIZATION Memory Hierarchy Main Memory Auxiliary Memory
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Introduction to Computers
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
CS1104-8Memory1 CS1104: Computer Organisation Lecture 8: Memory
Chapter 5 Computer Organization ( 計算機組織 ). Distinguish between the three components of a computer hardware. List the functionality of each component.
5.1 Chaper 4 Central Processing Unit Foundations of Computer Science  Cengage Learning.
5 Computer Organization
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Chapter 1.1. FDD ( Floppy Disk Drive) Needs a data cable for connection Has two 34-pin drive connectors and one 34-pin connector for the drive controller.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
® Microsoft Office 2010 Essential Computer Concepts.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
1 HARDWARE INFRASTRUCTURE IS 340 BY CHANDRA S. AMARAVADI.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
COMPUTER HARDWARE TECHNOLOGY GUIDE ONE. TECHNOLOGY GUIDE OUTLINE TG1.1 Introduction TG1.2 Strategic Hardware Issues TG1.3 Innovations in Hardware Utilization.
Technology Guide 1 Hardware. Agenda Computer system Computer types Devices Source data automation Selection Criteria.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
1 Chapter 17 Disk Storage, Basic File Structures, and Hashing Chapter 18 Index Structures for Files.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
Memory and Storage Computer Technology K. Steere.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
© 2005 Pearson Addison-Wesley. All rights reserved Figure 2.1 This chapter focuses on key hardware layer components.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Science 101 Computer Systems Organization.
Chapter 5 Computer Organization. Distinguish between the three components of a computer hardware. List the functionality of each component. Understand.
CSCI-100 Introduction to Computing Hardware Part I.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Computers - The Journey Inside continues…
The Computer System CS 103: Computers and Application Software.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
COMPURT ORGANAZTION CHAPTER 5. Computer Organization We can divide the parts that make up a computer into 3 subsystems : 1. Central processing unit (CPU).
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
Journal Entry: Unit #5 Entry #3 Define the following words from ch2 in your journals: Binary, bit, discrete, unambiguous signals, digital, analog signal,
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
CH (5) Computer Organization
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Chapter 5 Computer Organization ( 計算機組織 ). Distinguish between the three components of a computer hardware. List the functionality of each component.
Storage Devices. Store, to store and storage I have stored my pictures in a CD. I have to go to the store. Your storage device isn’t working, so you need.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
TECHNOLOGY GUIDE ONE Computer Hardware.
Memory Parts of a computer
Introduction to Computer Architecture
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Eagle Challenge Google Classroom 5 Questions.
Computer Organization
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Computer Electronic device Accepts data - input
Computer Organization
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Chapter 5 Computer Organization
Presentation transcript:

©Brooks/Cole, 2003 Chapter 5 Computer Organization

©Brooks/Cole, 2003 Figure 5-1 Computer hardware (subsystems)

©Brooks/Cole, 2003 CENTRALPROCESSING UNIT (CPU) CENTRALPROCESSING 5.1

©Brooks/Cole, 2003 Figure 5-2 CPU

©Brooks/Cole, 2003 MAIN MEMORY 5.2

©Brooks/Cole, 2003 Table 5.1 Memory units Unit Unit kilobyte megabyte gigabyte terabyte petabyte exabyte Exact Number of bytes Exact Number of bytes bytes 2 20 bytes 2 30 bytes 2 40 bytes 2 50 bytes 2 60 bytes Approximation Approximation bytes 10 6 bytes 10 9 bytes bytes bytes bytes

©Brooks/Cole, 2003 Figure 5-3 Main memory

©Brooks/Cole, 2003 Memory addresses are defined using unsigned binary integers. Note:

©Brooks/Cole, 2003 Example 1 A computer has 32 MB (megabytes) of memory. How many bits are needed to address any single byte in memory? Solution The memory address space is 32 MB, or 2 25 (2 5 x 2 20 ). This means you need log or 25 bits, to address each byte.

©Brooks/Cole, 2003 Example 2 A computer has 128 MB of memory. Each word in this computer is 8 bytes. How many bits are needed to address any single word in memory? Solution The memory address space is 128 MB, which means However, each word is 8 (2 3 ) bytes, which means that you have 2 24 words. This means you need log or 24 bits, to address each word.

©Brooks/Cole, 2003 Figure 5-4 Memory hierarchy

©Brooks/Cole, 2003 Figure 5-5 Cache

©Brooks/Cole, 2003 INPUT / OUTPUT 5.3

©Brooks/Cole, 2003 Figure 5-6 Physical layout of a magnetic disk

©Brooks/Cole, 2003 Figure 5-7 Surface organization of a disk

©Brooks/Cole, 2003 Figure 5-8 Mechanical configuration of a tape

©Brooks/Cole, 2003 Figure 5-9 Surface organization of a tape

©Brooks/Cole, 2003 Table 5.2 CD-ROM speeds Speed x 2x 4x 6x 8x 12x 16x 24x 32x 40x Data Rate Data Rate ,600 bytes per second 307,200 bytes per second 614,400 bytes per second 921,600 bytes per second 1,228,800 bytes per second 1,843,200 bytes per second 2,457,600 bytes per second 3,688,400 bytes per second 4,915,200 bytes per second 6,144,000 bytes per second Approximation Approximation KB/s 300 KB/s 600 KB/s 900 KB/s 1.2 MB/s 1.8 MB/s 2.4 MB/s 3.6 MB/s 4.8 MB/s 6 MB/s

©Brooks/Cole, 2003 Figure 5-12 Making a CD-R

©Brooks/Cole, 2003 Figure 5-13 Making a CD-RW

©Brooks/Cole, 2003 Table 5.3 DVD capacities Feature Feature single-sided, single-layer single-sided, dual-layer double-sided, single-layer double-sided, dual-layer Capacity Capacity GB 8.5 GB 9.4 GB 17 GB

©Brooks/Cole, 2003 SUBSYSTEMINTERCONNECTIONSUBSYSTEMINTERCONNECTION 5.4

Figure 5-14 Connecting CPU and memory using three buses

©Brooks/Cole, 2003 Figure 5-15 Connecting I/O devices to the buses

©Brooks/Cole, 2003 PROGRAMEXECUTIONPROGRAMEXECUTION 5.5

Figure 5-21 Steps of a cycle

©Brooks/Cole, 2003 Figure 5-22 Contents of memory and register before execution

©Brooks/Cole, 2003 Figure 5-23.a Contents of memory and registers after each cycle

©Brooks/Cole, 2003 Figure 5-23.b Contents of memory and registers after each cycle

©Brooks/Cole, 2003 Figure 5-23.c Contents of memory and registers after each cycle

©Brooks/Cole, 2003 Figure 5-23.d Contents of memory and registers after each cycle