The Central Processing Unit: What Goes on Inside the Computer

Slides:



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

Chapter 4 The Central Processing Unit
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.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
CENTRAL PROCESSING UNIT
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
The Central Processor and Memory
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 0 Introduction to Computing
Chapter 4 The Components of the System Unit
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
Chapter 4 The Central Processing Unit: What goes on Inside the Computer.
1 Chapter 4 The Central Processing Unit and Memory.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
COMPONENTS OF THE SYSTEM UNIT
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.
C4- The Central Processing Unit: What Goes On Inside the Computer.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
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.
Discovering Computers 2012: Chapter 4
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 Lecture -1.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
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.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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.
CSCI-100 Introduction to Computing Hardware Part I.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
The Computer System.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Computer Performance. Boot Process (Booting) Sequence of events that occurs between the time you turn on a computer and the time that it becomes ready.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Chapter 2 Turning Data into Something You Can Use
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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?
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.
CHAPTER (3) The Central Processing Unit (CPU) Emad Salem.
The Central Processing Unit: What Goes on Inside the Computer
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Chapter 2 – Computer hardware
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers: Tools for an Information Age
Introduction To Computing BBA & MBA
Computers: Tools for an Information Age
Presentation transcript:

The Central Processing Unit: What Goes on Inside the Computer Chapter 4 The Central Processing Unit: What Goes on Inside the Computer

CPU CPU - central processing unit electronic circuitry designed to execute instructions composed of control unit and ALU all computers must have at least one control unit - coordinates and controls all parts of the computer system manages the machine cycle ALU (arithmetic logic unit) - performs required arithmetic and logic operations registers - special-purpose, high-speed, temporary storage associated with CPU

Terms associated with the CPU system unit - case that houses the electronic components of the computer motherboard - circuit board that typically contains the CPU, support chips, RAM, and expansion slots microprocessor - an integrated circuit that contains the control unit and ALU of a CPU

Terms associated with the CPU machine cycle - steps performed by the CPU to execute an instruction fetch, decode, execute, store system clock - internal clock that pulses at a fixed rate to synchronize computer operations instruction set - specific group of instructions a CPU is designed to understand bus - set of electrical paths that transport signals from one part of the system to another bus width - number of bits that can be carried at one time

Processor Speeds microprocessor speeds - usually determined by clock speed measured in megahertz (MHz) and gigahertz (GHz) may also be expressed in MIPS or megaflops cache - very high speed memory used to store instructions that have been recently or frequently used

Strategies to Improve Speed RISC - reduced instruction set approach to processor design parallel processing - multiple processors working simultaneously capable of processing speeds in teraflops strategy used for designing and building supercomputers

Data Representation Everything stored in the computer is represented using the binary system (base 2) - sequences of 0’s and 1’s bit - an single binary digit (0 or 1) byte - a group of 8 bits needed to store a character word - number of bits processed by the CPU as a unit

Larger measures of storage Kilobyte (KB) - about 1,000 bytes megabyte (MB) - about 1 million bytes gigabyte (GB) - about 1 billion bytes terabyte (TB) - about 1 trillion bytes

Collating Codes collating code (coding scheme) - a common scheme for assigning a specific series of bits to a specific character ASCII - most widely used code used by most PC’s EBCDIC - used mostly on IBM mainframes Unicode - uses 2 bytes/character can handle alphabets used throughout the world

Memory Memory - part of the computer that holds program instructions and data currently being used also referred to as - primary storage, primary memory, main memory, internal memory, internal storage closely associated with the CPU composed of RAM and ROM

RAM - random access memory used to store instructions and data for currently active programs can be accessed very quickly by the CPU usually volatile - power must be on to retain contents can be erased and written over 128MB common for current PC’s

ROM - read only memory contains programs and data that are permanently stored can be accessed, but cannot be changed used to store boot routine (activated when computer is turned on) nonvolatile - does not lose its contents when the power is turned off