The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Memory. Memory.
Machine cycle.
CENTRAL PROCESSING UNIT
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
Chapter 0 Introduction to Computing
Stored Program Concept: The Hardware View
Introduction Computer Hardware Jess 2006 The CPU.
CPU Structure and Instruction Execution Timothy C. Rice Jr., MIT.
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.
The Computer Processor
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.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
COMPONENTS OF THE SYSTEM UNIT
Basic Operational Concepts of a Computer
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
Introduction to Computing Systems from bits & gates to C & beyond The Von Neumann Model Basic components Instruction processing.
How computers work The CPU & Memory. The parts of a computer.
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.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
General Concepts of Computer Organization Overview of Microcomputer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
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.
Central Processing Unit Part I Bayram Güzer. Central Processing Unit Central processing unit is a control center that converts data input to information.
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Simple ALU How to perform this C language integer operation in the computer C=A+B; ? The arithmetic/logic unit (ALU) of a processor performs integer arithmetic.
CMSC 104, Lecture 061 Stored Programs A look at how programs are executed.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
M211 – Central Processing Unit
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
3.1.4 Hardware a. describe the function and purpose of the control unit, memory unit and ALU (arithmetic logic unit) as individual parts of a computer;
Computer Hardware What is a CPU.
CPU Lesson 2.
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Chapter 10: Computer systems (1)
Introduction Computer Hardware Jess 2006
Starter: Stored Program Concept (von Neumann Architecture)
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
The Central Processing Unit
Chapter 2 – Computer hardware
Introduction of microprocessor
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
COMS 161 Introduction to Computing
CS149D Elements of Computer Science
Computer Architecture
The Von Neumann Model Basic components Instruction processing
Central Processing Unit
Game CPU (Central Processing Unit)
GCSE OCR 1 The CPU Computer Science J276 Unit 1
A Top-Level View Of Computer Function And Interconnection
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Presentation transcript:

The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers

Arithmetic/Logic Unit (ALU) This is where all the arithmetic and logic operations are carried out on data. System Clock

Arithmetic/Logic Unit (ALU) Arithmetic operations such as addition, subtraction, multiplication and division. Logical operations consist of comparing one data item with another to determine whether or not the first data item is smaller than, equal to or greater than the second data item. Do you remember what these operators do?

System Clock Generates a continuous sequence of clock pulses to step the control unit through its operations. System Clock

Registers Special storage locations called registers are included in this circuitry to hold information temporarily whilst it is being decoded and manipulated.

Control Unit Coordinates all the activities taking place in the CPU, memory and peripherals, by sending control signals to the various devices. System Clock

Control Unit cont… The Control Unit coordinates and controls all the operations carried out by the computer. It operates by repeating three operations: Fetch – causes the next instruction to be fetched from the main memory. Decode – translates the program instruction into commands that the computer can process. Execute – causes the instruction to be executed.

1. The Processor 1. The Processor asks the memory for each instruction in turn. 1. The Instruction Pointer keeps track which memory location contains the next program instruction. System Clock

2. E ach instruction is placed in turn on the bus by the memory… 2. …and The Processor takes these instructions. System Clock

3. The Instruction Decoder 3. The Instruction Decoder interprets the meaning of each of the instructions (in turn). 3. System Clock

4. The Instructions, (in turn), are a request for the numbers from the two memory locations. 4. The instructions are interpreted by the Instruction Decoder each time. System Clock

5. The Value, in 5070, which is 76, is placed in the processor’s register Ax, (internal storage area). 5. The processor takes the value in 5072, which is 50, and places it in the Register Bx. Ax Bx

System Clock 6. The next instruction states that the two values should be added together. 6. The Arithmetic/ Logic Unit carries out the addition. Ax Bx

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

6. This instruction adds each pair of digits in turn by use of a series of adders. The results are placed into register Ax

…another instruction tells the processor to put the numbers back into the memory. 7. …another instruction tells the processor to put the numbers back into the memory. 7. Ax Bx System Clock

The Processor Main components: Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers