CENTRAL PROCESSING UNIT

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The CPU The Central Presentation Unit What is the CPU?
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Lesson 1 Computers and Computer Systems
© 2014 by McGraw-Hill Education. This is proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Parts & Functions of a Computer. 2 Functions of a Computer.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Chapter 4 The Components of the System Unit
Computer Hardware In this lecture, we will study:
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
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.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
Parts of a Computer Vocabulary
Unit 3: Hardware Components & Software Concepts
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
COMPONENTS OF THE SYSTEM UNIT
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
Processing Devices.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 3 — How a Computer Processes Data
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
© 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
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
Discovering Computers 2012: Chapter 4
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
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.
Computer Basics.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
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.
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Academic PowerPoint Computer System – Architecture.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Computer Hardware – System Unit
The Computer System.
Chapter 2 Turning Data into Something You Can Use
Chapter 2.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
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,
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
APPENDIX A Hardware and Software Basics
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computers Inside and Out
Central Processing Unit
Introduction To Computing BBA & MBA
Explorer Inside the Computer
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

CENTRAL PROCESSING UNIT

SYSTEM UNIT The is a case that contains electronic components of the computer used to process data It includes the: Drive bays Power supply Sound card Video Card Processor Memory

MOTHERBOARD It is the main circuit board of the system unit

C P U It is the center of all computer-processing activities, where all processing is controlled, data are manipulated, arithmetic computation are performed, and logical comparisons are made.

C P U It consists of the control unit, the arithmetic-logic unit (ALU), and the primary storage (or main memory). Because of its small size, the CPU is also referred to as a microprocessor.

How the CPU works?

Control Unit the component of the processor that directs and coordinates most of the operations in the computer It interprets and carries out instructions contained in computer programs, selecting program statements from the primary storage, moving them to the instruction registers in the control unit, and then carrying them out.

Control Unit It controls input and output devices and data-transfer processes from and to memory. The control unit does not actually change or create data; it merely directs the data within the CPU. The control unit can process only one instruction at a time, but it can execute instructions so quickly (millions per second) that it can appear to do many different things simultaneously.

Arithmetic – Logic Unit performs required arithmetic and comparisons, or logic, operations. The ALU adds, subtracts, multiplies, divides, compares, and determines whether a number is positive, negative, or zero. The ALU operations are performed sequentially, based on instructions from the control unit. For these operations to be performed, the data must be moved from the storage to the arithmetic registers in the ALU.

MACHINE INSTRUCTION CYCLE The cycle of computer processing, whose speed is measured in terms of the number of instructions a chip processes per second.

MACHINE INSTRUCTION CYCLE The speed of a chip, which is an important benchmark, depends on four things: the clock speed, the word length, the data bus width, and the design of the chip.

Machine Instruction Cycle Clock speed: The preset speed of the computer clock that times all chip activities, measured in megahertz and gigahertz. Word length: The number of bits (0s and 1s) that can be processed by the CPU at any one time.

Machine Instruction Cycle Bus width: The size of the physical paths down which the data and instructions travel as electrical impulses on a computer chip. Line width: The distance between transistors; the smaller the line width, the faster the chip.

Current Microprocessors

Basic CPU Structure

Inside the CPU

Primary Storage Registers: registers are part of the CPU with the least capacity, storing extremely limited amounts of instructions and data only immediately before and after processing.

Primary Storage Random access memory (RAM): The part of primary storage that holds a software program and small amounts of data when they are brought from secondary storage.

Primary Storage Cache memory: A type of primary storage where the computer can temporarily store blocks of data used more often

Primary Storage Read-only memory (ROM): Type of primary storage where certain critical instructions are safeguarded; the storage is nonvolatile and retains the instructions when the power to the computer is turned off.

Primary Storage Flash memory: A form of rewritable read-only memory that is compact, portable, and requires little energy.

Running a Program in a Computer