Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

Chapter 4 The Components of the System Unit
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
SECTION 4a Transforming Data into Information.
Computer Performance & Storage Devices Computer Technology.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
COMPONENTS OF THE SYSTEM UNIT
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Your Interactive Guide to the Digital World Discovering Computers 2012.
The Components of the System Unit Chapter 4 By: Janice Colon.
Lesson 3 — How a Computer Processes Data
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Lesson 2 — How Does A Computer Process Data?
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Introduction to Computers
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Copyright Prentice-Hall, Inc Chapter 2.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
© 2005 Pearson Addison-Wesley. All rights reserved Figure 2.1 This chapter focuses on key hardware layer components.
CSCI-100 Introduction to Computing Hardware Part I.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Academic PowerPoint Computer System – Architecture.
Input and Processing Chapter 2 - Computers- Understanding Technology.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Chapter 2 Turning Data into Something You Can Use
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
Chapter 2.
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),
CS 1410 Intro to Computer Tecnology Computer Hardware1.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Chapter 2 content Basic organization of computer What is motherboard
Chapter 2.
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Week 3 The Components of the System Unit
Introduction to Computers
Introduction to Computers
Edited by : Noor Alhareqi
Introduction to Computing Lecture # 1
Edited by : Noor Alhareqi
Introduction to Computing
Introduction to Computers
Presentation transcript:

Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer

Key Questions 5.1 What is a CPU? What are the three components of a CPU and what are their functions? 5.2 What are machine languages and how instructions are executed? 5.3 How is data represented in a computer; what are the components of the system cabinet; what are processing speeds; how do the processor and memory work; and what are some important ports, buses, and cards? 5.4 What are the features of floppy disks, hard disks, optical disks, magnetic tape, smart cards, and online secondary storage?

CPU and Main Memory n CPU: Central Processing Unit –the “brain” of the computer –Control the operating of the computer n Main Memory –Hold data being processed –Hold Program being executed –Primary Storage –RAM: Random Access Memory

The CPU and main memory

Main Memory n Random Access Memory (RAM) n Primary storage or memory n Used to –Holds data for processing –Holds instructions for processing data n Main memory is volatile: –the contents are lost when the power is turned off. –Therefore, the data must be saved to a secondary storage device for later use.

Main Memory - cont’d n The more memory, the more powerful –Hold more programs/data at a time. n The capacity of memory varies with different computers –bit or binary digit: 0/1 –byte (8 bits each): one character –Kilobyte: 1024 bytes = 1 thousand –Megabyte: 1024 Kilobytes = 1 million –Gigabyte: 1024 Megabytes = 1 billion –Terabyte: 1024 Gigabytes = 1 trillion n Each byte has a unique address

Three Components of a CPU n The control unit –Like a symphony director –Control the rest of the system to carry out program’s instructions. n The Arithmetic/logic unit (ALU) –Perform arithmetic and logical operations n Registers: –Fastest storage device –instruction register: hold the instruction to be executed next –data registers: store data to be processed by ALU –address registers: Hold the addresses of RAM

System Clock and Word Size n System clock –Generate a sequence of digital pulses –To control how fast the processor executes –MHz: 1 million pulses per second –The faster the clock, the faster the processor. n Word Size –The # of bits the CPU can manipulate at a time. –A 32-bit-word PC is faster than an 8-bit-word PC with the same system clock n The Power of a Processor –Determined by the system clock and word size.

Machine Language n A Language a computer hardware can run directly. n Programs in BASIC or PASCAL must be translated into the machine language before it is executed by the hardware. n An instruction consists of three parts –operation code: add/subtract –two operands: source and destination –Example: add M(10), M(20) Add operand operand 2, location of result

How an Instruction is Processed n Instructions are stored in memory –The CPU can only execute instructions that are stored in memory, not on 2nd storage. n Machine Cycle: a series of operations performed to execute a single program instruction –Instruction cycle The control unit fetches the instruction from RAM to the instruction register It then decodes the instruction –Execution cycle The ALU executes the instruction It then stores the result in memory

The machine cycle

How Data is Represented n Binary System: Using Two States: bits n Representation of numbers –Position value Decimal –E.g., 342, it reads three hundred forty two, or three hundreds, four tens, and two ones. I.e., each position has position value So, 3* * *10 0 Binary –E.g., The position value of position i is i th power of 2 Starting from the rightmost bit as position zero. So, 1* * *2 2 +1*2 1+ 1*2 0 = = 23

How Data is Represented n Binary System: Using Two States: bits n Binary Coding Schemes for symbols/letters –EBCDIC: Extended Binary Coded Decimal Interchange code. One byte for a character Used on mainframe computers –ASCII: American Standard Code for Information Interchange One byte for a character Used on microcomputers –Unicode: Code foreign characters as well as English. Two bytes for a character. Used more and more

Binary data representation of symbols

Two coding schemes: EBCDIC and ASCII-8

The Microcomputer System Unit n Power Supply –Surge protectors Prevent damages from power surges –Uninterruptable power supply (UPS) Provide temporary power supply when the main power is off so the user can save data to disk. n Motherboard –The circuit that connects all the devices together. n CPU Chip –Intel-type chips –Motorola-type chips “68000”-series PowerPC

System unit and motherboard components

Microcomputers and microprocessors

The Microcomputer System Unit n Specialized Processor Chips –Math coprocessor chip –Graphics coprocessor chip –Types of processing Serial Parallel n RAM Chips –Main memory or primary storage –Inline memory modules (SIMM / DIMM) Dynamic RAM (DRAM) Static RAM (SRAM)

The Microcomputer System Unit n ROM Chips n Other Forms of Memory –Cache memory –Video memory or video RAM n Expansion Slots & Boards –Expanded memory –Display adapter or graphics adapter –Controller cards

The Microcomputer System Unit n Bus Lines –Expansion bus –Local bus n Ports –Parallel ports –Serial ports or RS-232 ports –Video adapter ports –Small computer system interface (SCSI)

Buses

I. Storage Fundamentals n Units of Measurement for Storage –Kilobyte/Megabyte/Gigabyte/Terabyte n Data Access Methods –Sequential Storage magnetic tapes –Direct Access Storage Hard disks, floppy disks, CD-ROMs

II.Criteria for Rating Storage Devices n Storage Capacity –# of bytes the disk can hold n Access Speed –the time needed to locate data n Transfer Rate –the speed at which data is transferred n Removability –the device that can be removed/installed n Cost –$$$

III.Diskettes n The Disk Drive 1.Read 2.Write n How A Disk Drive works –Magnetic coating on the disk –Read/Write head (R/W head) –While disk spins, R/W head can read/write

Cutaway view of a disk drive

Diskettes n C.Characteristics of Diskettes –Tracks and Sectors track: a circular band on the surface Sector: a segment of track –Unformatted versus formatted disks Format: define tracks and sectors –Data capacity—sides and densities –Write-protect features

Diskette anatomy

IV.Hard Disks n Hard-disks –“Multiple diskettes stacked in one pack.” –“Each diskettes has its own R/W on both sides” n Hard-disk Connections –SCSI: Small Computer System Interface –EIDE: Enhanced Integrated Drive Electronics n Fragmentation & Defragmentation –Cluster: the unit the computer can access at a time from disk, multiple sectors –Fragmentation: a file spread out over many noncontiguous sectors

Microcomputer hard-disk drive

Multiple disks and cylinders

V.Optical Disks n CD-ROM (Compact Disk - Read Only Memory) –Data is read/written through laser beams –Single-speed: 1x = 150KB/Second, 150kbps 16x = 2400kbps, 32x = 4800kbps n CD-R Disks: Recording Your Own CDs –Compact disk—recordable –Compact disk - Recordable and reWriteable n DVD: The “Digital Convergence” Disk –New generation of high-density CD-ROM

Optical disks