©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Central Processor Unit

Slides:



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

Machine cycle.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Transistor to computer gates
Chapter 1. Basic Structure of Computers
RISC and Pipelining Prof. Sin-Min Lee Department of Computer Science.
© 2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE History of Computers.
Stored Program Concept: The Hardware View
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU Fetch/Execute Cycle
Basic Operational Concepts of a Computer
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Computer Architecture and Organization Introduction.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
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.
The Central Processing Unit
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
Topic 1Topic 2Topic 3Topic 4Topic
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.
Module : Algorithmic state machines. Machine language Machine language is built up from discrete statements or instructions. On the processing architecture,
Computer Science 101 Computer Systems Organization.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Systems - Registers. Starter… Discuss in pairs the definition of the following Control Unit Arithmetic and Logic Unit Registers Internal clock.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
© 2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Switches and Relays Electro-mechanical transistor.
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
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
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.
E X C E E D I N G E X P E C T A T I O N S L3-CPU IS 4490 N-Tier Client/Server Architectures Dr. Hoganson Kennesaw State University Layer 3 - CPU CPU has.
Central Processing Unit (CPU)
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
ICC Module 3 Lesson 1 – Computer Architecture 1 / 13 © 2015 Ph. Janson Information, Computing & Communication Computer Architecture Clip 2 – Von Neumann.
Chapter 2 Data Manipulation © 2007 Pearson Addison-Wesley. All rights reserved.
RISC / CISC Architecture by Derek Ng. Overview CISC Architecture RISC Architecture  Pipelining RISC vs CISC.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CPUz 4 n00bz.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
A computer consists of five functionally independent main parts.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
OCR GCSE Computer Science Teaching and Learning Resources
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 10: Computer systems (1)
OCR GCSE Computer Science Teaching and Learning Resources
Computer Systems – Memory & the 3 box Model
Central Processing Unit (CPU)
Components of Computer
Morgan Kaufmann Publishers The Processor
Morgan Kaufmann Publishers
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Architecture 2
System Architecture 1 Chapter 2.
Data Representation – Instructions
Intro to Architecture & Organization
CPU Design & Computer Arithmetic
Central Processing Unit
Chapter 14 Control Unit Operation
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Revison Part two.
October 29 Review for 2nd Exam Ask Questions! 4/26/2019
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.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Computer System.
Presentation transcript:

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Central Processor Unit

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Central Processing Unit (CPU) The basic CPU is composed of five different elements Each element was designed with Gates Each Gate was made with transistors

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Simple Central Processing Unit The five basic CPU elements are: ◦ Instruction fetcher ◦ Instruction decoder ◦ Registers ◦ Arithmetic Logic Unit ◦ Memory Unit

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Instruction fetcher Picks up the next instruction for the CPU

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Instruction decoder Implements the instruction by controlling the other hardware.

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Registers Short term memory Holds data for processes, like adding two numbers.

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Arithmetic Logic Unit Performs arithmetic functions: ◦ Addition, subtraction, multiplication ◦ Logic functions like AND and OR

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Memory Unit Handles fetching and storing of data