Chapter 2 Turning Data into Something You Can Use

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer
Advertisements

Chapter 4 The Central Processing Unit
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
CENTRAL PROCESSING UNIT
SECTION 4a Transforming Data into Information.
The Central Processor and Memory
Chapter 2 Turning Data into Something You Can Use © The McGraw-Hill Companies, Inc., 2000 Processing Hardware.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computer Hardware Processing and Internal Memory.
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.
Chapter 4 The Central Processing Unit: What goes on Inside the Computer.
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor.
1 Chapter 4 The Central Processing Unit and Memory.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 3 — How a Computer Processes Data
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor and Memory.
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.
C4- The Central Processing Unit: What Goes On Inside the Computer.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Lesson 2 — How Does A Computer Process Data?
Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction set 4. Important features of CPUs.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 66 CHAPTER THE SYSTEM UNIT.
Copyright Prentice-Hall, Inc Chapter 2.
Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.
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.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
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.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Academic PowerPoint Computer System – Architecture.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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,
Objectives Identify the components of the central processing unit and how they work together and interact with memory Describe how program instructions.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
The Central Processing Unit: What Goes on Inside the Computer
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Components of Computer
Week 3 The Components of the System Unit
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers (Hardware and Software)
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Computers: Tools for an Information Age
Edited by : Noor Alhareqi
Computers: Tools for an Information Age
Presentation transcript:

Chapter 2 Turning Data into Something You Can Use Processing Hardware Chapter 2 Turning Data into Something You Can Use Computer Components & Networks, 2002

Computer Components & Networks, 2002 Overview Data and program representation Processor Main Memory 2.0 Ch 2 Computer Components & Networks, 2002

Data and Program Representation Binary system: 0, 1 Two common schemes EBCDIC ASCII (American standard coded Decimal Interchange Code) “CPU” represent as: New scheme Unicode 2.0 EBCDIC Extended Binary Coded Decimal Interchange Code ASDCII American Standard Code for Information Interchange Unicode uses 2 bytes (16 bits) rather than 1 byte (8-bit) for each character Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Machine Language A binary programming language that the computer can run directly Vary with hardware platform Instruction set Add, subtract, multiply, divide for example A video about data representation Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Capacity Bit 0s and 1s Byte 8 bits Kilobyte about 1000 bytes 2.0 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Larger Capacity Megabyte about one million bytes Gigabyte about one billion bytes Terabyte about a trillion bytes 2.1 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Data Transport Data bus electronic pathway or circuit Data line Signals that represent data Address line Signals that specific where is the data A video about data transportation Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Agenda Data and program representation Processor Main Memory 2.0 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 eMac Computers iMac More than 15 billion microprocessors and microcontrollers in use at the turn of the century Two categories microcomputer: The IBM compatible PC The Apple Macintosh 2.0 Introduction Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Processors CPU: central processing unit Processor: manipulates data into useful information control unit arithmetic/logic unit (ALU) 2.1 Ch 2 Computer Components & Networks, 2002

Arithmetic/Logical Operations Arithmetic operation: Math operation Logical operations in the ALU are simple comparisons such as =, <, >, <=, or >= 2.1 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Registers High speed circuitry areas store data and provide work areas for computation dedicated by function Instruction register Address register Program register Accumulator An animation about how ALU work Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Machine Cycle Comprise a series of operations to perform a single program instruction Consists of two parts: During the instruction cycles, or I-cycles, control unit fetches instructions from main memory decodes or interprets instruction During execution cycle, or E-cycle, executes and stores result Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Boards and Chips Powerful computer CPU contained on Circuit boards Microcomputer Processor circuitry etched on Chips of silicon A video about chips 2.1 Ch 2 Computer Components & Networks, 2002

Specialized Processor Coprocessors is dedicated for special job math Graphics Audio Increase the speed of computer system Expand a computer’s capability 2.1 Ch 2 Computer Components & Networks, 2002

CPU Performance Factors Clock rate (Processing Speeds) Word size Cache Instruction set size Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Processing Speed System clock Emits pulses to established the timing for all system operations. Limit the number of instructions can be completed within a specific amount of time Speeds measured in megahertz (MHz) and Gigahertz (GHz) are common Overclocking is when system clocks are set for the external part of the CPUs and its local bus to run above its published speed. Doing so voids warranties MIPS and FLOPS fell out of usage as marketing began using slightly different measurements to show that their products was superior. Unfortunately, comparing MIPS published by different producers became like comparing apples and oranges Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Word Size Number of bits computer can hold in its registers, process at one time sent through local bus 32-bit most 486 PCs 64-bit common PCs in CISC format Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 CISC, RISC, MPP CISC (“sisk”) complex instruction set, serially executed most mainframes and PCs RISC (“risk”) reduced instruction set, serially executed cheaper and faster shift some work to software Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 MPP Massively parallel processing (MPP) spreads calculations over many computers or processors Used in powerful microcomputer and workstation, and supercomputer Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Homework P2.34 1,2,3,4,5 P2.35 In your own words 3,5 Key section 2.1, 2.2, 2.3 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Agenda Data and program representation Processor Main Memory 2.0 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Main Memory Holds data and program instructions, also called primary storage Circuitry that has a direct link to processor Two types: RAM (random access memory) ROM (read-only memory) Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 RAM Temporarily holds data(volatile) Holds data Holds instructions Holds result Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 RAM Capacity Measured in megabytes Capacity varies according to installed amount of memory chips Software determines capacity needed Configured as small circuit boards Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 RAM Speed The speed of read and store data Measured in nanoseconds(ns) one billionth of a second 8 ns Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 Agenda Data and program representation Processor Main Memory 2.0 Ch 2 Computer Components & Networks, 2002

Computer Components & Networks, 2002 continue Ch 2 Computer Components & Networks, 2002