Computer Structure & Architecture 7b - CPU & Buses.

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
The CPU. Parts of the CPU Control Unit Arithmetic & Logic Unit Registers.
Computer Systems. Computer System Components Computer Networks.
1 Sec (2.1) Computer Architectures. 2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main.
Chapter 0 Introduction to Computing
Stored Program Concept: The Hardware View
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CPU Describe the purpose of the CPU
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.
CPU Fetch/Execute Cycle
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computing hardware CPU.
Microcontrollers Microcontroller (MCU) – An integrated electronic computing device that includes three major components on a single chip Microprocessor.
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
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.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Studies/ICT SS2
Electronic Analog Computer Dr. Amin Danial Asham by.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Excellence Publication Co. Ltd. Volume Volume 1.
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.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems 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.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Software Design and Development Computer Architecture Computing Science.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
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 Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
OCR GCSE Computer Science Teaching and Learning Resources
Computing Science Computer Structure: Lesson 1: Processor Structure
Systems Architecture Keywords Fetch Execute Cycle
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Systems Nat 4/5 Computing Science
The Central Processing Unit (CPU)
Starter: Stored Program Concept (von Neumann Architecture)
Introduction to Computer Architecture
CPU & its Components CPU stands for central Processing Unit
Computer Architecture
Computer Systems Nat 4/5 Computing Science Computer Structure:
System Architecture 1 Chapter 2.
University of Gujrat Department of Computer Science
COMS 161 Introduction to Computing
Basic Computer Organization
Introduction to Computer Architecture
CPU Key Revision Points.
Components of a CPU AS Computing - F451.
Unit 1.1 System Architecture Lesson 2
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Little work is accurate
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Computer Structure & Architecture 7b - CPU & Buses

Lesson 3 – Structure of the CPU LI:Identify and describe the purpose of the main components of the CPU

Structure of the Processor The CPU is made up of the processor and main memory. The processor is like the brain of the computer as it controls all of the other components and manages the execution of programs and instructions. The processor has 3 main components: ROM RAM InputOutput Backing Storage Control Unit Registers ALU

Structure of the Processor Control unit: This controls the fetching, decoding and execution of program instructions held in main memory. ALU (Arithmetic Logic Unit): The ALU performs arithmetic (+, -, x, /) and logical decisions such as AND or OR. Registers: These are temporary storage location within the processor that have very fast access and are used to hold single items of data, such as the next instruction to be decoded or the next location in main memory to be accessed. Control Unit Registers ALU

Main Memory Main memory is located with the CPU and is made up of 2 components: ROM (Read Only Memory): Cannot write data to ROM (only read) Keeps it contents when the computer is switched off Stores the instructions to load the main operating system RAM (Random Access Memory): Instructions and data can be written to RAM It loses its contents when the computer is switched off Stores the programs and data that the user is currently using ROM RAM

Lesson 4 – Buses LI:Identify and describe the purpose of the 3 main buses in a computer system.

Buses There are 3 main buses in a computer system: Address Bus Used to specify the address of the memory location to read from/ write to It is a uni-directional bus (processor  memory) Data Bus Used to transfer data between the processor and main memory It’s a bi-directional bus (processor  memory) Control Bus The control bus does not carry any data It’s a collection of lines (or ‘switches’ ), each with a specific function e.g. Read line, write line, clock.

Buses Control Bus Data Bus Address Bus Control Unit Registers ALU Memory