Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Introduction to Computer Systems
Computer Hardware.
CPU Describe the purpose of the CPU
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
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...
INTRODUCTION TO COMPUTING
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Lesson 2 — How Does A Computer Process Data?
2.0 Computer System.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
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.
IPC144 Introduction to Programming Using C Instructor: Travis Mander 1.
The Central Processing Unit (CPU) and the Machine Cycle.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Basic Vocabulary
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
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.
Parts of the Computer System
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Structure & Architecture 7b - CPU & Buses.
Looking Inside the Computer System
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Central Processing Unit Part I Bayram Güzer. Central Processing Unit Central processing unit is a control center that converts data input to information.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
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.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
M211 – Central Processing Unit
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
DIGITAL TECHNOLOGY. 20 Questions  Pair off with another student within your table.  Both of you are to think of your favorite in a specific category.
Part 1 WHAT SHOULD HAVE BEEN COVERED DAY ONE Ms. T. N. Jones1.
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
Computing Science Computer Structure: Lesson 1: Processor Structure
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
Elements of a Computer System
The Central Processing Unit
Describe the central processing unit including its role
Describe the central processing unit including its role
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Introduction to Computing Lecture # 1
Computer components.
Introduction to Programming Part 2
Components of a CPU AS Computing - F451.
Basic Computer Organization
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Computer components.
Presentation transcript:

Computer Applications NCBS Stage 1

The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs Weekly) –File Management –Internet –Word Processing –Spreadsheets Theory – 40% (I Hr Weekly)

The Central Processing UnitSlide 3Computer Applications Stage 1 The Central Processing Unit The ‘brain’ of the computer A tiny piece of silicon (chip) containing millions of transistors Getting smaller, faster and cheaper all the time

The Central Processing UnitSlide 4Computer Applications Stage 1 Functions of a Computer The function of a computer is to process data Processing means turning data into meaningful information Input (Data in) Processing (Calculations etc) Output (Results of processing – Information) Storage of Results

The Central Processing UnitSlide 5Computer Applications Stage 1 Input Data –Raw data is figures etc that can be manipulated Programs –Instructions to the computer about what to do with the data

The Central Processing UnitSlide 6Computer Applications Stage 1 Input devices Used to put data and programs into the computer –keyboard, disk, microphone, scanner etc

The Central Processing UnitSlide 7Computer Applications Stage 1 Processing Means turning raw data into meaningful information Mathematical Operations 1+1=2 Logical Operations A=6 B=4 Logical deduction A>B

The Central Processing UnitSlide 8Computer Applications Stage 1 Processing Takes place in the CPU Main Memory holds the data and instructions that are being used Processing needs both the CPU and Memory CPU Memory

The Central Processing UnitSlide 9Computer Applications Stage 1 Output The results of processing need to be output for user to see and use

The Central Processing UnitSlide 10Computer Applications Stage 1 Output can be sent to …. Screen Disk (floppy, zip, CD, DVD etc) Printer To another computer via a network

The Central Processing UnitSlide 11Computer Applications Stage 1 The Parts of the CPU These parts make up the CPU Control Unit ALU Registers Control unit Arithmetic/Logic Unit Registers

The Central Processing UnitSlide 12Computer Applications Stage 1 The Control Unit This controls everything that happens inside the computer It transfers data and program instructions between the Memory and the ALU It sends the results back to Memory and later to a storage device

The Central Processing UnitSlide 13Computer Applications Stage 1 The Arithmetic/Logic Unit (ALU)… Performs either mathematical or logical operations –Addition, subtraction, multiplication etc –Greater than, less than etc The ALU produces results

The Central Processing UnitSlide 14Computer Applications Stage 1 Registers… Are temporary storage areas for data and/or instructions Data, instructions and results are held in registers for a very short time They are faster than RAM so they speed up processing Areas in the ALU and CU

The Central Processing UnitSlide 15Computer Applications Stage 1 Main Memory CPU Memory Main Memory is made up of RAM and ROM and is not part of the CPU Data passes in and out of RAM to be processed

The Central Processing UnitSlide 16Computer Applications Stage 1 Storage Anything stored in RAM is only held there temporarily - until processing is complete Permanent storage is called Secondary Storage This is needed or work would be lost as soon as the computer was switched off

The Central Processing UnitSlide 17Computer Applications Stage 1 Storage Devices Disks CDs DVDs Paper

The Central Processing UnitSlide 18Computer Applications Stage 1 Memory v Storage Memory or Main Memory is the term used for temporary storage ie RAM and is outside the CPU Registers are a type of Main Memory found in the CPU Secondary storage covers a lot of devices used for files such as disks, CDs etc

The Central Processing UnitSlide 19Computer Applications Stage 1 Programs Programs are sets of instructions for the computer to follow The program must be in Memory (RAM) before processing can take place

The Central Processing UnitSlide 20Computer Applications Stage 1 Executing/Running a Program The program must be placed in Main Memory The data must be placed in Main Memory

The Central Processing UnitSlide 21Computer Applications Stage 1 Running a Program Once the program and data are in place the following sequence is followed: CPU Memory 1. Fetching 2. Decoding 3. Executing 4. Storing

The Central Processing UnitSlide 22Computer Applications Stage 1 CONTROL UNIT ALU Registers Fetching Instructions The control unit fetches (gets) the instruction from memory. Memory

The Central Processing UnitSlide 23Computer Applications Stage 1 Decoding Instructions The control unit decodes the instruction It then moves the necessary data from Memory to the ALU for processing CONTROL UNIT ALU Registers Memory

The Central Processing UnitSlide 24Computer Applications Stage 1 Executing Arithmetic/Logic Operations The ALU performs the arithmetic or logical operation on the data All processing takes place in the ALU

The Central Processing UnitSlide 25Computer Applications Stage 1 Storing Results The ALU stores the result of its operation on the data in Memory or in a Register until they are output to a storage device Control Unit ALU Registers MEMORY

The Central Processing UnitSlide 26Computer Applications Stage 1 The Machine Cycle This is the time taken by the CPU to process a single program instruction The time is divided into 2 phases –I-time and –E-time

The Central Processing UnitSlide 27Computer Applications Stage 1 (I-time) Instruction Time The time it takes the Control Unit to fetch an instruction from Memory and decode it is called instruction time + Memory Control Unit ALU Memory Control Unit

The Central Processing UnitSlide 28Computer Applications Stage 1 (E-time) Execution Time The time it takes to carry out an ALU operation and then store the result is called execution time + ALU Memory ALU Registers

The Central Processing UnitSlide 29Computer Applications Stage 1 Computer Speed Computers carry out millions of instructions per second (MIPS) Processors are described in MegaHertz (MHz) and GigaHertz (GHz) These figures indicate how quickly the computer can process instructions

The Central Processing UnitSlide 30Computer Applications Stage 1 Conclusion and Key Words CPU ALU Registers Control Unit Main Memory RAM Data Information Program Secondary storage Machine Cycle I-time E-time

The Central Processing UnitSlide 31Computer Applications Stage 1 References Computing Essentials 2005 By Timothy and Linda O’Leary Computers - Tools for an Information Age By H L Capron - Ch 3 Computing in the Information Age By Stern and Stern - Ch 4