Computing Science Computer Structure: Lesson 1: Processor Structure

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Systems Nat 4/5 Computing Science Computer Structure:
The CPU The Central Presentation Unit What is the CPU?
INTRODUCTION OF COMPUTER
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Hardware.
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.
CPU Describe the purpose of the CPU
Computer Structure.
BLOCK DIAGRAM OF COMPUTER
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Session 3 Process and organize data 1. Terminology 2 For a list of computer and internet terminology, please see the.
Basic Architecture Lecture 15. In general, if the number of bits is n, then the number of different combinations of 0s and 1s that can be made is 2 n.
Central Processing Unit
স্বাগতম. Junior instructor(computer) What is a computer? What is the weakness of computer?
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Architecture
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
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 Structure & Architecture 7b - CPU & Buses.
Central Processing 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.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
3.1 Components. Overview Identify component parts of a typical home PC from a photograph or diagram.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
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 ?
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 Operation What basic hardware components are inside a personal computer?
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
Unit Microprocessor.
Systems Architecture Keywords Fetch Execute Cycle
COURSE OUTCOMES OF Microprocessor and programming
Lesson Objectives A note about notes: Aims
Describe the central processing unit including its role
The Parts of a Computer QUIZ.
Describe the central processing unit including its role
CPU & its Components CPU stands for central Processing Unit
General Architecture of Digital Computer
Computer Architecture
Computer Systems Nat 4/5 Computing Science Computer Structure:
Number Representations and Basic Processor Architecture
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Basic Computer Organization
Introduction to Computers
Computer Systems Nat 4/5 Computing Science
Computer Electronic device Accepts data - input
Central Processing Unit
Components of a CPU AS Computing - F451.
Unit 1.1 System Architecture Lesson 2
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Hardware Organization
Notes from Last Class Office Hours: GL Accounts?
WJEC GCSE Computer Science
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
OCR GCSE (9-1) Computer Science (J276)
Presentation transcript:

Computing Science Computer Structure: Lesson 1: Processor Structure Computer Systems Computing Science Computer Structure: Lesson 1: Processor Structure

Lesson Aims By the end of this lesson you will be able to: S3 Computer Systems Processor Structure Lesson Aims By the end of this lesson you will be able to: Label a computer system in terms of a 5 block diagram Describe the phrase ‘word length’ Describe the purpose of a processor List and describe the parts of a processor: Control Unit ALU Registers (Program Counter, Instruction Register) Describe what a bus is and does

A Basic Computer System S3 Computer Systems Processor Structure A Basic Computer System Backing Storage Output Devices Input Devices Processor Memory ROM RAM This is known as the 5 block diagram.

The 5 Block Diagram Input Devices Output Devices Memory S3 Computer Systems Processor Structure The 5 Block Diagram Input Devices These are devices that enter data INTO the computer. i.e. Keyboard and mouse Output Devices These are devices that generate output FROM the computer i.e. printer. Memory There are two types of memory. RAM and ROM (more on this later) Backing Storage This is required to store permanent copies of our files.

Arithmetic and Logic Unit (ALU) S3 Computer Systems Processor Structure The Processor The processor is the ‘brain’ of the computer. It is the piece of equipment that actually performs the instructions required. It can be shown in the following diagram: Processor Control Unit Arithmetic and Logic Unit (ALU) Registers

Processor Parts Control Unit Arithmetic and Logic Unit (ALU) Registers S3 Computer Systems Processor Structure Processor Parts Control Unit This controls the order of execution and the timing of instructions Arithmetic and Logic Unit (ALU) This performs the calculations for the processor. It also carries out the Logical decisions. Registers These are temporary stores of information, at best they will store a few bytes of information.

S3 Computer Systems Processor Structure 32 bit and 64 bit computing? You often hear a processor being described as 32 bit or 64 bit. This is usually referring to the ‘word length’ of the computer This is the largest binary number that the processor can manipulate in one operation.

What does a bus do? Control Unit RAM Registers S3 Computer Systems Processor Structure What does a bus do? Processor – Central Processing Unit Main Memory Data Bus Control Unit RAM ALU Address Bus ROM Registers A bus is a collection of wires which can carry data

Buses Data Bus Address Bus S3 Computer Systems Processor Structure Buses Data Bus The data bus is used to carry data to and from the CPU and Memory. It will hold a binary word. Address Bus This carries the address of the memory location that is being used

Mnemonic – CAR(s) Summary S3 Computer Systems Processor Structure Summary The CPU (Central Processing Unit) is the heart of the computer The CPU has 3 main parts Control Unit Controls the timing and order of execution Arithmetic and Logic Unit (ALU) Performs the arithmetical and logical functions Registers Temporary stores of information Word length is the length of the biggest binary number that the processor can process in one operation Mnemonic – CAR(s)