Processing Devices.

Slides:



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

The PC System unit: looking in the box
The Central Processing Unit: What Goes on Inside the Computer.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
CENTRAL PROCESSING UNIT
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Computer Hardware Processing and Internal Memory.
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
Unit 3: Hardware Components & Software Concepts
COMPONENTS OF THE SYSTEM UNIT
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
BLOCK DIAGRAM OF COMPUTER
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
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...
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Computer Processing of Data
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
CSCI-100 Introduction to Computing Hardware Part I.
Computer Structure & Architecture 7b - CPU & Buses.
Academic PowerPoint Computer System – Architecture.
Excellence Publication Co. Ltd. Volume Volume 1.
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)
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
The Computer System.
How a Computer Processes Data. With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
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.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Lecture # 10 Processors Microcomputer Processors.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
Chapter 2 content Basic organization of computer What is motherboard
GCSE OCR Computing A451 The CPU Computing hardware 1.
Central Processing Unit (CPU)
The Central Processing Unit
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Week 3 The Components of the System Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Chapter 2: Computer Hardware
Computers: Tools for an Information Age
Basic Computer Organization
Computers: Tools for an Information Age
Presentation transcript:

Processing Devices

Processing Devices A computer is termed as data processing machine which accepts data and then stores or processes data immediately and display the output for the user. A simple model of a computer INPUT PROCESSING (CPU) OUTPUT STORAGE

Central Processing Unit(CPU) CPU is called as the brain of the computer, where most calculations take place. It is also called as Processor and has electronic circuitry. It controls and coordinate the activities of all other components of computer system and performs all the arithmetic and logical operations to be applied to the data. For large machines, CPU’s require one or more printed circuit boards(Ex: NASA Servers or Super computers) and for PC’s, the CPU is housed in single chip called microprocessor.

3 Basic Parts of CPU Registers Arithmetic and Logical Unit(ALU) Control Unit(CU) CPU

Registers They hold various types of information such as data, instructions, addresses and intermediate results of calculations. They hold the material that the CPU is currently working with and they can be thought of as being the CPU’s workspace. As soon as a particular instruction or piece of data is finished, the next one immediately replace it and information that results from the processing is returned to main memory. Size of the registers can effect the speed and performance of the processor.

RAM: Random access memory is name as any of the locations on a chip can be randomly selected and used to directly store and retrieve data and instructions RAM refers to read and write memory and RAM is volatile memory, as soon as power was off, there is no data in the RAM. ROM: Read only memory chips are used by manufactures to permanently store some programmes. RAM ROM

Arithmetic and Logic Unit(ALU) It’s the place where the actual execution of the instructions take place during the processing operation. All calculations are performed and all comparisons are made in ALU. Arithmetic operations include addition, subtraction, multiplication and division. Logical operations compare numbers, letters and special characters. Comparison operations test for three conditions: equal to condition, less than conditions and greater than conditions where two values will be compared.

Relational operations (=, <, >) are used to describe the comparison operations used by the arithmetic logic unit. The arithmetic logic unit performs logic functions such as AND, OR and NOT. The data and instruction , stored in primary storage prior to processing, are transferred as and when needed to the ALU where processing takes place. Data may move from primary storage to ALU and back again to memory many times before the processing is over. After the processing is complete, the final result which are stored in main memory unit are released to an output device.

Control Unit It contains an electronic circuit that uses electrical signals to direct the entire computer system to carry out, or execute, stored program instructions. It communicates with all other devices. It manages and coordinates the entire computer system. It obtains instructions from the programme stored in main memory, interprets the instructions and issues signals that cause other units of the system to execute them.

Inside Computer Cabinet: Or Buses

Buses Buses connect address, data and control instructions together. A bus is a collection of wires through which data is transmitted from one part of computer to another. In PC’s, the term bus usually refers to internal bus. This is a bus that connects all the internal computer components to the CPU and main memory. There is also an expansion bus that enables expansion board to access the CPU and memory. There are 3 types of buses. Address bus Data bus Control bus.

Data bus used to transfer actual data. Address bus is used to identify particular locations(addresses) in the main memory and input/output lines. The width of the address bus determines how many unique memory locations can be addressed. To know how much data is transferred at one time is determined by size of data bus. Ex: 16 / 32 bit data bus can transfer 16 / 32 bits of data. The control bus is used to control flow of data. Ex: to read or write from or to memory. Every bus has a clock speed measured in MHz A fastest bus allows data to be transferred faster, which makes applications run faster.

PROCESSOR HISTORY INTEL 4004 INTEL 8080 INTEL 8086. MOTOROLA 68000 INTEL 80386DX SPARC INTEL 80486DX INTEL 80386SX INTEL 80386SL INTEL 80486SX INTEL 80486DX2 INTEL PENTIUM INTEL PENTIUM PRO INTEL PENTUM II INTEL PENTIUM III

INTEL® CELERON™ D PROCESSORS INTEL® PENTIUM™ 4 PROCESSORS INTEL® PENTIUM™ D PROCESSORS INTEL® CORE® 2 DUO PROCESSORS AMD® SEMPRON® PROCESSORS AMD® ATHLON™ 64 PROCESSORS AMD® ATHLON™ 64 X2 DUAL CORE PROCESSORS

Intel Celeron Intel P4 Intel Core 2 Duo

Conclusion CPU is the brain of the computer that it controls and coordinates the activities of all the components of the computer.

Thank you!