CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.

Slides:



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

Machine cycle.
CENTRAL PROCESSING UNIT
Stored Program Concept: The Hardware View
GCSE Computing - The CPU
* CPU (Central Processing Unit ) * CPU is the abbreviation for central processing unit. the CPU is the brains of the computer where most numerical and.
Introduction Computer Hardware Jess 2006 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.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
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.
Michael Monroig Michael Fiorelli.  The Processor is also known as the CPU or Central Processing Unit.  Processors carry out the instructions of computer.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU Fetch/Execute Cycle
Processing Devices.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
COMPUTER SYSTEM.
The CPU (or Central Processing Unit. Statistics Clock speed – number of instructions that can be executed per second Data width – The number of bits held.
The Central Processing Unit: What Goes on Inside the Computer
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.
Topic 1Topic 2Topic 3Topic 4Topic
Assembly Language A Brief Introduction. Unit Learning Goals CPU architecture. Basic Assembler Commands High level Programming  Assembler  Machine Language.
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.
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.
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.
CPU Inside Maria Gabriela Yobal de Anda L#32 9B. CPU Called also the processor Performs the transformation of input into output Executes the instructions.
A four function ALU A 00 ADD B MUX SUB 11 Result AND OR
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Central Processor Unit
MICROOCESSORS AND MICROCONTROLLER:
1 Copyright © 2010, Elsevier Inc. All rights Reserved Chapter 2 Parallel Hardware and Parallel Software An Introduction to Parallel Programming Peter Pacheco.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.
Excellence Publication Co. Ltd. Volume Volume 1.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
HyperThreading ● Improves processor performance under certain workloads by providing useful work for execution units that would otherwise be idle ● Duplicates.
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)
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
M211 – Central Processing Unit
Central Processing Unit (CPU) The Computer’s Brain.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
What’s a Computer?. The Basics A computer is a machine that manipulates data based on a list of instructions called a program.
Machine Language Computer languages cannot be directly interpreted by the computer – they are not in binary. All commands need to be translated into binary.
Multi-Core CPUs Matt Kuehn. Roadmap ► Intel vs AMD ► Early multi-core processors ► Threads vs Physical Cores ► Multithreading and Multi-core processing.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
GCSE Computing - The CPU
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Introduction Computer Hardware Jess 2006
Lecture 13 - Introduction to the Central Processing Unit (CPU)
Assembly Language for Intel-Based Computers, 5th Edition
Chapter 2 – Computer hardware
Core i7 micro-processor
CPU & its Components CPU stands for central Processing Unit
Phnom Penh International University (PPIU)
CPUs and Motherboards Cody, Emily, and Slavic.
Computer Architecture 2
عمارة الحاسب.
Central Processing Unit
Introduction to Computer Architecture
Born to be Programmer TeguhSutanto, M.Kom.
Central Processing Unit
Central Processing Unit
Game CPU (Central Processing Unit)
Understand the interaction between computer hardware and software
Chapter 6: Understanding and Assessing Hardware
Prerequisite Glossary
GCSE Computing - The CPU
Presentation transcript:

CENTRAL PROCESSING UNIT

CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit (ALU) and a control unit. The ALU does the processing. The control unit tells the ALU what to do. In a microprocessor both the ALU and control unit are on the same chip.

HOW IT WORKS The CPU executes instructions (individual steps of a computer program). These instructions are in machine language. Different processors use different machine languages. Current processors have multiple cores. These are essentially separate processors which can operate separate threads simultaneously (as long as the O/S and application are designed for this.