4ºESO/4 T H ESO Juan Antonio Pérez 1. A central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions.

Slides:



Advertisements
Similar presentations
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Advertisements

COMP6005 An Introduction to Computing Session Two: Computer Hardware.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Presentation by: Serena, Ann & Nicole
CENTRAL PROCESSING UNIT
Computer Components.
Using Computers CS French Chapter 1.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Introduction to Computer Systems
Computer Hardware.
 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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Lesson 3 — How a Computer Processes Data
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Discovering Computers 2012: Chapter 4
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Intro to Computers Computer Apps 1.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
Chapter 5 Computing Components Nell Dale John Lewis.
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.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Parts of a Computer - Introduction
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Computer Hardware – System Unit
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
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.
Computer operation is of how the different parts of a computer system work together to perform a task.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
Computer Hardware The insides and outsides of my computer.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Computer Basics 1 Chapter One Computer Basics Part 1.
Systems Architecture Keywords Fetch Execute Cycle
Functions and Parts of a Computer
Computer Hardware – System Unit
Central Processing Unit (CPU)
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
The Parts of a Computer QUIZ.
CPU & its Components CPU stands for central Processing Unit
General Architecture of Digital Computer
Computer Parts There are many parts that work together to make a computer work.
Hook – CPU Knowledge Check
Introduction to Computers
08/28/06 parts of the computer.
The Computer Work Stations
Introduction to Computers
Processing Computer Components.
Components of a CPU AS Computing - F451.
ICT Programming Lesson 2:
Fundamental of computer
Explorer Inside the Computer
Computer Electronic device Accepts data - input
Computer Applications Unit A
4. Computer system.
08/28/06 parts of the computer.
Computer components.
Presentation transcript:

4ºESO/4 T H ESO Juan Antonio Pérez 1

A central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions 2

3

 Input is the process by which external data is entered into a computer. It is mainly provided by common input devices, such as a keyboard, mouse, scanner, or modem. Once the computer analyzes the input, that data is then processed and converted into output. 4

 Output is the end result of the processed data input into the computer system. It refers to a process by which the CPU sends data to installed devices, such as a monitor, printer, or even a running computer program. The output data can either be stored temporarily or permanently, meaning the computer must have a way to contain this data while processing is being performed. This is where memory comes in. 5

 A computer stores data in memory, and retrieves the data it requires from either Read-Only Memory (ROM) or Random Access Memory (RAM). ROM is permanent memory that retains data even when the system is turned off. RAM is temporary memory and, therefore, any data stored there will be deleted when the system is turned off. The CPU uses RAM to store and retrieve data on an as-needed basis. For example, the instructions needed to launch a program would be stored in and retrieved from RAM. 6

 Data requests made by the CPU are handled by a cache controller. This can either be built into the motherboard or the processor itself. Being that cache is an internal component, it can be accessed directly and, therefore, maintain the speed of the processor. Without this component, the computer would run dramatically slower, as the processor would be forced to wait for data to be sent from the main system memory. 7

 The CPU is not only an important element, but a crucial one. Without it, the system would not be able to function at all. This critical component also determines the overall performance any given computer system will provide 8

9

 CPUs are located on the motherboard. Motherboards have a socket for this, which is specific for a certain type of processor.  A CPU gets very hot and therefore needs its own cooling system in the form of a heat sink and/or fan. 10

An arithmetic-logic unit (ALU) is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. The control unit (CU) is a component of a computer's central processing unit (CPU) that directs operation of the processor. It tells the computer's memory, arithmetic/logic unit and input and output devices how to respond to a program's instructions. 11

VON NEWMANN 12