HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.

Slides:



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

Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
Microprocessor.  The CPU of Microcomputer is called microprocessor.  It is a CPU on a single chip (microchip).  It is called brain or heart of the.
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.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
CPU Describe the purpose of the CPU
CPU Structure and Instruction Execution Timothy C. Rice Jr., MIT.

KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Chapter 3 Computer Hard ware
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
E0001 Computers in Engineering1 The System Unit & Memory.
Computer architecture Microprocessor based computers.
Computing hardware CPU.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Central Processing Unit
The Central Processing Unit
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
How computers work The CPU & Memory. The parts of a computer.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
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
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 Hardware The Processing Unit.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Central Processing Unit
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
RISC / CISC Architecture by Derek Ng. Overview CISC Architecture RISC Architecture  Pipelining RISC vs CISC.
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
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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 ?
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
Computing Science Computer Structure: Lesson 1: Processor Structure
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
The Central Processing Unit (CPU)
Von Neumann architecture
Chapter 10: Computer systems (1)
OCR GCSE Computer Science Teaching and Learning Resources
The Central Processing Unit
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture 2
Teaching Computing to GCSE
Central Processing Unit
Basic Computer Organization
CPU Key Revision Points.
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Learning Objectives To be able to describe the purpose of the CPU
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.
Presentation transcript:

HOW COMPUTERS WORK THE CPU & MEMORY

THE PARTS OF A COMPUTER

THE CPU Main Memory (RAM) Arithmetic / Logic unit Control Unit Input & Output Devices Data Control Instruction

THE CONTROL UNIT Control Unit Uses electric signals to carry out, execute stored program instructions. This unit communicates with the memory and the arithmetic / logic unit

MEMORY Main Memory (RAM) RAM holds data and instructions for processing. Memory stores program instructions or data only as long as the program is still being used. Once you close the program then everything is lost.

ARITHMETIC / LOGIC UNIT Arithmetic / Logic unit Performs 4 kinds of arithmetic operations / mathematical calculations (addition, subtraction, multiplication & division)

THE CPU & MOVEMENT OF DATA AND INSTRUCTIONS Main Memory (RAM) Arithmetic / Logic unit Control Unit Input & Output Devices Data Control Instruction

TODAY’S LESSON ict.com/gcse_computing/ocr/212_computing_hardware/cpu/miniweb/index.htm Makes notes on: The purpose of a CPU The Fetch Decode Execute Cycle The Control unit, Immediate access store, Arithmetic Logic Unit What is clock speed & cores? The Cache