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.

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.
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.
INTRODUCTION OF COMPUTER
Computer Systems. Computer System Components Computer Networks.
Introduction to Computer Systems
Stored Program Concept: The Hardware View
The processor 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.
Pipelining By Toan Nguyen.
CPU Describe the purpose of the CPU
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
Computer Structure.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Computer Architecture and Organization Introduction.
Central Processing Unit
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.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
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.
Hardware. Control Process Unit(CPU) Contents Introduction Definition CPU Components of CPU Stages of the work of CPU CPU frequency CPU Cooling Conclusion.
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.
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 Structure & Architecture 7b - CPU & Buses.
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.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Central Processing Unit (CPU)
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.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
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
The parts of a computer system ComputerInputOutput StorageDataInformation HardwareSoftwarePeripheral Main memory Control Unit Central Processing Unit.
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.
Von Neumann Architecture Stored-Program Architecture.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
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;
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Computing Science Computer Structure: Lesson 1: Processor Structure
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Central Processing Unit (CPU)
Chapter 2 – Computer hardware
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Organization
CENTRAL PROCESSING UNIT CPU (microprocessor)
General Architecture of Digital Computer
Part 2 Q6 to Q10 of National 5 Prelim
Basic Computer Organization
Processing Computer Components.
Central Processing Unit
Logical Computer System
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Basic Computer Organization
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.
OCR GCSE (9-1) Computer Science (J276)
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

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 these tasks, a computer has to process data

 In order to process data to convert it to information the computer uses THREE stages: ◦ Input ◦ Processing ◦ Output

InputProcessingOutput

 Processing occurs in the Central Processing Unit or CPU  This important part of the computer is also call the processor and can be considered the ‘Brain’ of the entire system

 This part of the computer system has the responsibility of taking data provided by the user and converting it to usable information  The data provided by the user is converted to information by following a set of instructions in the form of programs.  It is responsible for the movement of data and instructions from itself to the main memory and the ALU and back

 The Central Processing Unit consists of TWO smaller components called the: ◦ Control Unit (CU) ◦ Arithmetic and Logic Unit (ALU) CUALUCPU

 This component is considered to be the major part of the CPU  The Control Unit’s responsibilities include: ◦ Directing and coordinating all activities of the CPU ◦ Determining the sequence in which instructions are executed ◦ Sending data and instructions to the ALU ◦ The CU executes instructions (page 4)

 The CU contains a number of registers  A register is a temporary storage location that holds a single instruction of data item  These are used by the CU to store data and instructions currently being used in order to speed up the processing time

 This part of the CPU is responsible for performing all the arithmetic and logic functions in a computer  Page 4

 What is the difference between data and information?  Give 3 reasons why a bank would have computers  Explain the use of the CU and ALU