The Central Processing Unit: What Goes on Inside the Computer

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
Power Supply, motherboard, CPU, BIOS, Bus, expansion slots, memory
CENTRAL PROCESSING UNIT
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
The Central Processor and Memory
GCSE Computing - The CPU
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.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
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.
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.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor and Memory.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Central Processing Unit (CPU)
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Objectives Identify the components of the central processing unit and how they work together and interact with memory Describe how program instructions.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Chapter 2 content Basic organization of computer What is motherboard
Computer Hardware What is a CPU.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Maintenance Unit Subtitle: CPU’s Trade & Industrial Education
Introduction Computer Hardware Jess 2006
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Computer Hardware – System Unit
Introduction to microprocessor (Continued) Unit 1 Lecture 2
Central Processing Unit (CPU)
The Central Processing Unit
THE CPU i Bytes 1.1.
Edited by : Noor Alhareqi
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Week 3 The Components of the System Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Chapter 2: Computer Hardware
Central Processing Unit
Computers: Tools for an Information Age
Edited by : Noor Alhareqi
Introduction To Computing BBA & MBA
Basic Computer Organization
GCSE Computing - The CPU
Computers: Tools for an Information Age
Register sets The register section/array consists completely of circuitry used to temporarily store data or program codes until they are sent to the.
Explorer Inside the Computer
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

The Central Processing Unit: What Goes on Inside the Computer Computer Hardware and Software Maintenance

The CPU

The CPU The brains of the computer system Converts data into information Control center Set of electronic circuitry that executes stored program instructions Two parts Control Unit (CU) Arithmetic Logic Unit (ALU)

CPU Socket Connection Socket X (X being any numerical number) is a descriptive term for the way certain processors plug into a computer motherboard so that it makes contact with the motherboard's built-in circuitry or data bus. Example: LGA 1156 (Intel) or Socket AM3+(AMD)

CPU Sockets Common sockets have retention clips that apply a constant force, which must be overcome when a device is inserted. For chips with a large number of pins, either zero insertion force (ZIF) sockets or land grid array (LGA) sockets are used instead. These designs apply a compression force once either a handle (for ZIF type) or a surface plate (LGA type) is put into place. This provides superior mechanical retention while avoiding the risk of bending pins when inserting the chip into the socket

CPU Basic Component #1 Control Unit CU Part of the hardware that is in-charge Directs the computer system to execute stored program instructions Communicates with other parts of the hardware

CPU Basic Component #2 Arithmetic / Logic Unit ALU Performs arithmetic operations Performs logical operations

Arithmetic Operations + Addition Subtraction Multiplication Division - / *

Logical Operations NOT AND OR >= <= > < < > = Evaluates conditions Makes comparisons Can compare Numbers Letters Special characters AND OR >= <= > < < > =

Registers Special-purpose High-speed A processor register (CPU register) is one of a small set of data holding places that are part of the computer processor. A register may hold an instruction, a storage address, or any kind of data (such as a bit sequence or individual characters) Special-purpose High-speed Temporary storage Located Inside The CPU Instruction register Holds instruction currently being executed Data register Holds data waiting to be processed Holds results from processing

Executing Programs CU gets an instruction and places it in memory CU decodes the instruction CU notifies the appropriate part of hardware to take action Control is transferred to the appropriate part of hardware Task is performed Control is returned to the CU

Microprocessor(CPU) CPU etched on a chip CPU is made of Sand(silicon) Contains millions of transistors Electronic switches that can allow current to pass through

Types(Brands) of Microprocessors(CPU’s) Intel Cyrix AMD

Computer Processing Speed Time to execute an instruction Millisecond-one thousandth of a second. Microsecond-one millionth of a second Nanosecond- one billionth of a second Modern computers Picosecond-one trillionth of a second. In the future

Microprocessor(CPU) Speed Clock speed the operating speed of a computer or its microprocessor, defined as the rate at which it performs internal operations and expressed in cycles per second. Common CPU Clock speeds… Megahertz (MHz) one million cycles per second, especially within the processor Gigahertz (GHz) A thousand million cycles per second within the processor