SlideShare a Scribd company logo
Chapter 4 The Central Processing Unit
MICROPROCESSOR Brain  or  Engine  of a computer is called  Processor  or  Microprocessor  or  Central Processing Unit (CPU ) which is a very important  chip  found inside computer. is the component in a digital computer capable of executing a program. It is sometimes called a  logic chip  which carries out many computer functions. It interprets computer program instructions and processes data.  Microprocessor  is often abbreviated  MPU  for  Microprocessor Unit  or just  MP . The  microprocessor  is the  heart  of any normal computer It is the  most expensive single component  found inside the system. Intel  is world leader in  Microprocessor .
Microprocessors
Microprocessors The most important features to look for in a new processor are:  The type of processor it is (for example, Pentium III vs. K7)  The speed at which it operates  The amount and type of L2 cache (a special type of high-speed memory) it includes  Any additional processor instructions it supports  The type of physical connector it uses
MICROPROCESSOR Processors are rated based on several factors that affect performance and the motherboards that can support them. These factors are listed here:
MICROPROCESSOR
There are many components to support the function of microprocessors.  Properties of this components determine the quality and functionality of the microprocessor. Some of the components which are used inside processor are: Transistor Register Clock CPU CORE COMPONENTS
The  transistor  is the fundamental  building block of the circuitry  that governs the operation of computers, cellular phones, and all other modern electronics.  Today's  microprocessors  contain  tens of millions  of microscopic transistors. TRANSISTOR
Transistor
Transistor The number of transistors available has a huge effect on the  performance  of a processor. With more transistors, much more powerful multipliers capable of single-cycle speeds become possible. More transistors also allow a technology called  pipelining . In a pipelined architecture instruction  execution overlaps . Pipelining increases the rate at which instructions are completed, with the result that a program's overall execution time is lowered .  Pipelining allows the processor to complete more instructions in a given period of time.
Vacuum tube Prior to the invention of  transistors , digital circuits were  composed of  vacuum tubes , which had many disadvantages.  They were much  larger , required more  energy , produce more  heat  prone to  failures. It's safe to say that without the invention of transistors, computing as we know it today would not be possible.
Register Register  is a small amount of  very fast computer memory  which is found inside the microprocessor.  CPU registers are  very  special memory locations. They are not part of main memory; the CPU implements them on-chip It is used to speed the execution of computer programs and provide the fastest way for a CPU to access data  Modern computer work on the principle of moving data from main memory into faster registers, carrying out operation on the data, and then moving the result back into main memory.  This phenomenon is called as  load-store architecture .
Register
Register There are many categories of registers found inside  microprocessor to help it to carry out its function  properly. Name and function of some registers are  mentioned below:
Clock Clock speed  or  clock rate , is the speed at which a microprocessor executes instructions. Every computer  contains an internal clock  that regulates the rate at which instructions are executed and synchronizes all the various computer components.  The CPU requires a fixed number of  clock ticks (or clock cycles)  to execute each instruction.  The faster the clock, the more instructions the CPU can execute per second.
How microprocessors works The clock signals are generated by small shiny component called  crystal. Clock speeds are expressed in  megahertz (MHz)  or  gigahertz (GHz).
HOW MICROPROCESSOR WORKS? A  microprocessor  is designed to perform  arithmetic  and  logic operations  that make use of small number-holding areas called  registers .  Typical microprocessor operations include  adding, subtracting ,  comparing two numbers , and  fetching  numbers from one area to another.  These operations are the result of a set of instructions that are part of the microprocessor design.
A processor contains three basic components: an  input/output (I/O) unit , a  control unit , and one or more  arithmetic logic unit (ALUs).  The  I/O unit  manages data and instructions entering and leaving the processor.  The  control unit  manages all activities inside the processor.  The  ALU  does all calculations and comparisons. HOW MICROPROCESSOR WORKS?
The CPU performs four steps in executing an instruction: The control unit gets the instruction from memory.  The control unit decides what the instruction means and directs the necessary data to be moved from the memory to the arithmetic logic unit.  The arithmetic logic unit performs the actual operation on the data.  The result of the operation is stored in memory or a register.  HOW MICROPROCESSOR WORKS?
 
A  microprocessor  executes a collection of machine instructions that tell the processor what to do.  Based on the instructions, a microprocessor does  three basic things : Using its  Arithmetic/Logic Unit (ALU),  a microprocessor can  perform mathematical operations  like addition, subtraction, multiplication and division. Modern microprocessors contain complete  floating point processors  that can perform extremely sophisticated operations on large floating point numbers. A microprocessor can  move data  from one memory location to  another A microprocessor can  make decisions  and  jump  to a new set of  instructions based on those decisions. HOW MICROPROCESSOR WORKS?
HOW MICROPROCESSOR WORKS?
HOW MICROPROCESSOR WORKS? It may seems that microprocessor does  very sophisticated  things, but those are its  three basic activities . The Figure above shows an  extremely simple microprocessor  capable of doing those three things. This microprocessor has: An  address bus  (that may be 8, 16 or 32 bits wide) that  sends an address  to memory A  data bus  (that may be 8, 16 or 32 bits wide) that can  send data  to memory or receive data from memory A  RD (Read)  and  WR (Write) line  to tell the memory whether it wants to set or get the addressed location A  clock line  that lets a clock pulse sequence the processor A  reset line  that resets the  program counter  to zero (or whatever) and restarts  execution.
PROCESSOR PACKAGES The processor  housing  is called the  processor package  which can be  thin and lay flat  in a processor socket or can be a thicker  cartridge type package  such as the one shown in below figure
History of Processor There are many variations of both kinds of  packages used for  desktop PCs and high- end workstations.  Most processor  packages are  flat and thin  and can be  rectangular  or  square.  The   connectors  on the bottom of the package can be  pins  or  lands .
History of Processor
History of Processor
History of Processor
History of Processor
History of Processor
History of Processor
History of Processor
History of Processor
Modern processor-INTEL PENTIUM 4 Intel Pentium 4 microprocessors  were based on completely new  NetBurst  micro architecture, which differed significantly from P6 micro-architecture used in Pentium II/Pentium III microprocessor families.  The Pentium 4 processor runs at up to  3.8 GHz  and has undergone several improvements since it was first introduced in  2000 .  One of key features of Pentium 4 processor was  Hyper-Pipelined Technology  - 20-stage pipeline, which was two times longer than in previous generation of Pentium processors. While longer pipelines are less efficient than shorter ones, they allow the CPU to reach higher frequencies, and thus increase CPU performance.
Modern processor-INTEL DUAL-CORE PROCESSOR In  April of 2005 , Intel announced the Intel  Pentium processor Extreme Edition , featuring an  Intel dual-core processor , which can provide immediate advantages for people looking to buy systems that  boost multitasking computing power  and improve the throughput of multithreaded applications.  An Intel dual-core processor consists of  two complete execution cores  in  one physical processor , both running at the same frequency. Both cores share the same packaging and the same interface with the chipset/memory.  Overall, an Intel dual-core processor offers a way of delivering more capabilities while balancing energy-efficient performance, and is the first step in the multi-core processor future.  Intel Core Duo processor  is available in Intel's premium  laptop platform , Intel  Centrino Duo mobile  technology.
Modern processor-INTEL DUAL-CORE PROCESSOR
Modern processor-INTEL DUAL-CORE PROCESSOR
Modern processor-INTEL CORE 2 QUAD PROCESSOR The  Intel Core 2 Quad processor  is the latest in cutting edge processor technology for the desktop PC.  Based on the new  Intel Core micro-architecture , the Intel Core 2 Quad processor delivers  four complete execution cores  within a  single processor , delivering unprecedented performance and responsiveness in multi-threaded and multi-tasking  business  and  home use  environments.
Modern processor-INTEL CORE 2 QUAD PROCESSOR
Modern processor-AMD ATHLON 64 X2 DUAL-CORE The  AMD Athlon 64 X2 Dual-Core processor  is built for powerful desktop, enabling it for high performance.  It is essentially a processor consisting of  two Athlon 64 cores  joined together on one die with additional control logic.  Dual-core processors contain two processing cores, residing on one chip, that perform calculations on two streams of data, thereby increasing efficiency and speed while running multiple programs and the new generation of multi-threaded software.  AMD officially started shipping the Athlon 64 X2 at in  June 2005 . AMD also designed processor for notebooks include the  Turion 64 Mobile , Mobile Athlon 64 ,  Athlon 64  for notebooks,  Mobile Athlon XP-M  and  mobile Sempron.
Modern processor-AMD ATHLON 64 X2 DUAL-CORE
INSTALL OR UPGRADE NEW PROCESSOR Before installing a new processor, identify the processor slot on the motherboard.  Most of the processors have specific slot in which it can fits. Great thing about personal computer (PC) is that you can upgrade its CPU to make computer operate faster but at the end there is limitation on motherboard up to what extent it can support CPU upgrade.
Steps to install new processor Lift up the lever on the side of the  socket. Match up the pins on the bottom of the  new processor with the holes in the socket and then gently insert the processor into  the socket. Press down on the lever on the side of the socket.
Steps to install new processor
Steps to install new processor
Steps to install heat sink Every processor has heat sink attached on top it to make it cool. Processor normally becomes hot while it is in operation; therefore heat sink with fan is attached on top of processor. Note: Make sure you have the correct heat sink/fan for your type of CPU (it will specify which type of CPU it is for).
Step 1 If you have a new heat sink and there is a plastic strip on the bottom of the new heat sink, remove it. - OR - If you have an old heat sink and a silicon-covered thermal pad came with the replacement processor kit, scrape the old thermal pad off and clean the heat sink with isopropyl alcohol. Then place the new thermal pad in the centre of the old heat sink.
 
Step 2 Place the heat sink on top of the processor.
Step 3 Your heat sink may have one of the following retention mechanisms. Follow the  instructions that most closely resemble your heat  sink. Heat sink with removable retention clips. Heat sink with captive retention clips. Passive heat sink with removable retention clip.
Step 3-Heat sink with removable retention clips.
Step 3-Heat sink with removable retention clips.
Step 3-Heat sink with captive retention clips.
Step 3-Passive heat sink with removable retention clip.
Step 4 If the processor you are replacing has an  active heat sink with  a fan power cable that connects to the system board, connect  the fan power cable to the fan power cable connector on the  system board.
Step 4
Step 5 Close the computer case cover and start your computer.
Ad

More Related Content

What's hot (20)

Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
AshokRachapalli1
 
Evolution of Intel Processors
Evolution of Intel ProcessorsEvolution of Intel Processors
Evolution of Intel Processors
Shad Ahmad Zaidi
 
Evolution of processors
Evolution of processorsEvolution of processors
Evolution of processors
Sandesh Agrawal
 
8237 dma controller
8237 dma controller8237 dma controller
8237 dma controller
Tech_MX
 
Intel core i7 processor
Intel core i7 processorIntel core i7 processor
Intel core i7 processor
Gautam Kumar
 
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
swaminath kanhere
 
Presentation on Computer Processor
Presentation on Computer ProcessorPresentation on Computer Processor
Presentation on Computer Processor
MoizAlSamad
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
NimeshSingh27
 
Chapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbersChapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbers
Mohammad Bashartullah
 
Number system
Number systemNumber system
Number system
Sajib
 
Evolution of microprocessors
Evolution of microprocessorsEvolution of microprocessors
Evolution of microprocessors
harinder
 
Computer architecture control unit
Computer architecture control unitComputer architecture control unit
Computer architecture control unit
Mazin Alwaaly
 
Instruction Execution Cycle
Instruction Execution CycleInstruction Execution Cycle
Instruction Execution Cycle
utsav_shah
 
Microprocessors evolution introduction to microprocessor
Microprocessors  evolution introduction to microprocessorMicroprocessors  evolution introduction to microprocessor
Microprocessors evolution introduction to microprocessor
Vijay Kumar
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontroller
jhcid
 
LECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSLECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORS
Dr.YNM
 
Cpu presentation
Cpu presentationCpu presentation
Cpu presentation
Harry Singh
 
CPU Architecture
CPU ArchitectureCPU Architecture
CPU Architecture
محمدعبد الحى
 
Key board interfacing with 8051
Key board interfacing with 8051Key board interfacing with 8051
Key board interfacing with 8051
DominicHendry
 
Timing and control unit
Timing and control unitTiming and control unit
Timing and control unit
Destro Destro
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
AshokRachapalli1
 
Evolution of Intel Processors
Evolution of Intel ProcessorsEvolution of Intel Processors
Evolution of Intel Processors
Shad Ahmad Zaidi
 
8237 dma controller
8237 dma controller8237 dma controller
8237 dma controller
Tech_MX
 
Intel core i7 processor
Intel core i7 processorIntel core i7 processor
Intel core i7 processor
Gautam Kumar
 
Presentation on Computer Processor
Presentation on Computer ProcessorPresentation on Computer Processor
Presentation on Computer Processor
MoizAlSamad
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
NimeshSingh27
 
Chapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbersChapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbers
Mohammad Bashartullah
 
Number system
Number systemNumber system
Number system
Sajib
 
Evolution of microprocessors
Evolution of microprocessorsEvolution of microprocessors
Evolution of microprocessors
harinder
 
Computer architecture control unit
Computer architecture control unitComputer architecture control unit
Computer architecture control unit
Mazin Alwaaly
 
Instruction Execution Cycle
Instruction Execution CycleInstruction Execution Cycle
Instruction Execution Cycle
utsav_shah
 
Microprocessors evolution introduction to microprocessor
Microprocessors  evolution introduction to microprocessorMicroprocessors  evolution introduction to microprocessor
Microprocessors evolution introduction to microprocessor
Vijay Kumar
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontroller
jhcid
 
LECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSLECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORS
Dr.YNM
 
Cpu presentation
Cpu presentationCpu presentation
Cpu presentation
Harry Singh
 
Key board interfacing with 8051
Key board interfacing with 8051Key board interfacing with 8051
Key board interfacing with 8051
DominicHendry
 
Timing and control unit
Timing and control unitTiming and control unit
Timing and control unit
Destro Destro
 

Viewers also liked (10)

Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclass
askme
 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
Jan Ralph
 
Cpu Scheduling Galvin
Cpu Scheduling GalvinCpu Scheduling Galvin
Cpu Scheduling Galvin
Sonali Chauhan
 
Cpu ppt cse
Cpu ppt cseCpu ppt cse
Cpu ppt cse
Manpreet Kaur Sidhu
 
GCSE Compuitng Hardware Key terms
GCSE Compuitng Hardware Key termsGCSE Compuitng Hardware Key terms
GCSE Compuitng Hardware Key terms
jog_glister
 
Programming Key terms Flash Cards
Programming Key terms Flash CardsProgramming Key terms Flash Cards
Programming Key terms Flash Cards
jog_glister
 
Motherboard
MotherboardMotherboard
Motherboard
Nano Omega
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
BESOR ACADEMY
 
CPU Scheduling Algorithms
CPU Scheduling AlgorithmsCPU Scheduling Algorithms
CPU Scheduling Algorithms
Shubhashish Punj
 
Motherboard and its components
Motherboard and its componentsMotherboard and its components
Motherboard and its components
Jishnu Pradeep
 
Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclass
askme
 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
Jan Ralph
 
GCSE Compuitng Hardware Key terms
GCSE Compuitng Hardware Key termsGCSE Compuitng Hardware Key terms
GCSE Compuitng Hardware Key terms
jog_glister
 
Programming Key terms Flash Cards
Programming Key terms Flash CardsProgramming Key terms Flash Cards
Programming Key terms Flash Cards
jog_glister
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
BESOR ACADEMY
 
Motherboard and its components
Motherboard and its componentsMotherboard and its components
Motherboard and its components
Jishnu Pradeep
 
Ad

Similar to Chapter 4 Microprocessor CPU (20)

Bharath technical seminar.pptx
Bharath technical seminar.pptxBharath technical seminar.pptx
Bharath technical seminar.pptx
Madhav Reddy
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessors
vishi1993
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputer
EkeedaPvtLtd
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amd
Rohit Gada
 
computer processors intel and amd
computer processors intel and amdcomputer processors intel and amd
computer processors intel and amd
Rohit Gada
 
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfyProcessor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
sumonhossen75456927
 
152-15-5588
152-15-5588152-15-5588
152-15-5588
Self-employed
 
MD JAHID HASAN
MD JAHID HASANMD JAHID HASAN
MD JAHID HASAN
Self-employed
 
Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh kumar ( JAMIA HAMDARD )Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh Kumar
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processor
ShubhamMishra485
 
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdso
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdsomicrocontrol u 1A.pptxlklrgjkkjgdkfgjgdso
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdso
merir143
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
MECHANICALENGINEERIN19
 
MergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptxMergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptx
bhaveshagrawal35
 
4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx
Lofi19
 
Micro processor
Micro processorMicro processor
Micro processor
Neeraj Dhiman
 
Module 1 unit 3
Module 1  unit 3Module 1  unit 3
Module 1 unit 3
Ayebazibwe Kenneth
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller
Nitesh Kumar
 
02 the cpu
02 the cpu02 the cpu
02 the cpu
Jim Finn
 
Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3
senayteklay
 
Intel new processors
Intel new processorsIntel new processors
Intel new processors
zaid_b
 
Bharath technical seminar.pptx
Bharath technical seminar.pptxBharath technical seminar.pptx
Bharath technical seminar.pptx
Madhav Reddy
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessors
vishi1993
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputer
EkeedaPvtLtd
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amd
Rohit Gada
 
computer processors intel and amd
computer processors intel and amdcomputer processors intel and amd
computer processors intel and amd
Rohit Gada
 
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfyProcessor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
Processor.pptggyguyyuuihuhuyguygftyftyftyfytfcfy
sumonhossen75456927
 
Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh kumar ( JAMIA HAMDARD )Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh kumar ( JAMIA HAMDARD )
Ashutosh Kumar
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processor
ShubhamMishra485
 
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdso
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdsomicrocontrol u 1A.pptxlklrgjkkjgdkfgjgdso
microcontrol u 1A.pptxlklrgjkkjgdkfgjgdso
merir143
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
MECHANICALENGINEERIN19
 
MergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptxMergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptx
bhaveshagrawal35
 
4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx
Lofi19
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller
Nitesh Kumar
 
02 the cpu
02 the cpu02 the cpu
02 the cpu
Jim Finn
 
Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3
senayteklay
 
Intel new processors
Intel new processorsIntel new processors
Intel new processors
zaid_b
 
Ad

More from askme (20)

016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
askme
 
Cisco ip-addressing
Cisco ip-addressingCisco ip-addressing
Cisco ip-addressing
askme
 
Human Generation
Human GenerationHuman Generation
Human Generation
askme
 
Do U Know Him
Do U Know HimDo U Know Him
Do U Know Him
askme
 
Investment Proposal
Investment ProposalInvestment Proposal
Investment Proposal
askme
 
Ramadan For Bodyand Soul
Ramadan For Bodyand SoulRamadan For Bodyand Soul
Ramadan For Bodyand Soul
askme
 
Shame On Us Or Us
Shame On Us Or UsShame On Us Or Us
Shame On Us Or Us
askme
 
Network Project
Network ProjectNetwork Project
Network Project
askme
 
Linux Vs Windows Tco Comparison
Linux Vs Windows Tco ComparisonLinux Vs Windows Tco Comparison
Linux Vs Windows Tco Comparison
askme
 
B B Q Party
B B Q  PartyB B Q  Party
B B Q Party
askme
 
Dit211 Chapter 7 (Lab 4)
Dit211   Chapter 7 (Lab 4)Dit211   Chapter 7 (Lab 4)
Dit211 Chapter 7 (Lab 4)
askme
 
Dit211 Chapter 2 (Lab 1)
Dit211   Chapter 2 (Lab 1)Dit211   Chapter 2 (Lab 1)
Dit211 Chapter 2 (Lab 1)
askme
 
D I T211 Chapter 5 ( Lab 3)
D I T211    Chapter 5 ( Lab 3)D I T211    Chapter 5 ( Lab 3)
D I T211 Chapter 5 ( Lab 3)
askme
 
D I T211 Chapter 2 ( Lab 1)
D I T211    Chapter 2 ( Lab 1)D I T211    Chapter 2 ( Lab 1)
D I T211 Chapter 2 ( Lab 1)
askme
 
D I T211 Chapter 7 ( Lab 4)
D I T211    Chapter 7 ( Lab 4)D I T211    Chapter 7 ( Lab 4)
D I T211 Chapter 7 ( Lab 4)
askme
 
D I T211 Chapter 6
D I T211    Chapter 6D I T211    Chapter 6
D I T211 Chapter 6
askme
 
D I T211 Chapter 4 ( Lab 2)
D I T211    Chapter 4 ( Lab 2)D I T211    Chapter 4 ( Lab 2)
D I T211 Chapter 4 ( Lab 2)
askme
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
askme
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1
askme
 
D I T211 Chapter 3
D I T211    Chapter 3D I T211    Chapter 3
D I T211 Chapter 3
askme
 
016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
016E_Surah_An-Nahl_Arabic_Recitation_with_English_Translation_Slides.pptx
askme
 
Cisco ip-addressing
Cisco ip-addressingCisco ip-addressing
Cisco ip-addressing
askme
 
Human Generation
Human GenerationHuman Generation
Human Generation
askme
 
Do U Know Him
Do U Know HimDo U Know Him
Do U Know Him
askme
 
Investment Proposal
Investment ProposalInvestment Proposal
Investment Proposal
askme
 
Ramadan For Bodyand Soul
Ramadan For Bodyand SoulRamadan For Bodyand Soul
Ramadan For Bodyand Soul
askme
 
Shame On Us Or Us
Shame On Us Or UsShame On Us Or Us
Shame On Us Or Us
askme
 
Network Project
Network ProjectNetwork Project
Network Project
askme
 
Linux Vs Windows Tco Comparison
Linux Vs Windows Tco ComparisonLinux Vs Windows Tco Comparison
Linux Vs Windows Tco Comparison
askme
 
B B Q Party
B B Q  PartyB B Q  Party
B B Q Party
askme
 
Dit211 Chapter 7 (Lab 4)
Dit211   Chapter 7 (Lab 4)Dit211   Chapter 7 (Lab 4)
Dit211 Chapter 7 (Lab 4)
askme
 
Dit211 Chapter 2 (Lab 1)
Dit211   Chapter 2 (Lab 1)Dit211   Chapter 2 (Lab 1)
Dit211 Chapter 2 (Lab 1)
askme
 
D I T211 Chapter 5 ( Lab 3)
D I T211    Chapter 5 ( Lab 3)D I T211    Chapter 5 ( Lab 3)
D I T211 Chapter 5 ( Lab 3)
askme
 
D I T211 Chapter 2 ( Lab 1)
D I T211    Chapter 2 ( Lab 1)D I T211    Chapter 2 ( Lab 1)
D I T211 Chapter 2 ( Lab 1)
askme
 
D I T211 Chapter 7 ( Lab 4)
D I T211    Chapter 7 ( Lab 4)D I T211    Chapter 7 ( Lab 4)
D I T211 Chapter 7 ( Lab 4)
askme
 
D I T211 Chapter 6
D I T211    Chapter 6D I T211    Chapter 6
D I T211 Chapter 6
askme
 
D I T211 Chapter 4 ( Lab 2)
D I T211    Chapter 4 ( Lab 2)D I T211    Chapter 4 ( Lab 2)
D I T211 Chapter 4 ( Lab 2)
askme
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
askme
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1
askme
 
D I T211 Chapter 3
D I T211    Chapter 3D I T211    Chapter 3
D I T211 Chapter 3
askme
 

Recently uploaded (20)

Thermo Pine | Exterior Cladding Solution
Thermo Pine | Exterior Cladding SolutionThermo Pine | Exterior Cladding Solution
Thermo Pine | Exterior Cladding Solution
teehaninternational1
 
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
Jignesh Shah Case
 
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal GMI
 
Eric Hannelius - A Serial Entrepreneur
Eric  Hannelius  -  A Serial EntrepreneurEric  Hannelius  -  A Serial Entrepreneur
Eric Hannelius - A Serial Entrepreneur
Eric Hannelius
 
How Security Guards Can Enhance Gated Community Safety.pdf
How Security Guards Can Enhance Gated Community Safety.pdfHow Security Guards Can Enhance Gated Community Safety.pdf
How Security Guards Can Enhance Gated Community Safety.pdf
Stateguard Protective Services
 
Holden Melia - A Seasoned Leader
Holden  Melia  -  A  Seasoned     LeaderHolden  Melia  -  A  Seasoned     Leader
Holden Melia - A Seasoned Leader
Holden Melia
 
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
bomay69950
 
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
bomay69950
 
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Naresh Raisinghani
 
Software Supply Chain Security Management
Software Supply Chain Security ManagementSoftware Supply Chain Security Management
Software Supply Chain Security Management
shitalbombe
 
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Chandigarh
 
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdfHow to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
Nicole Massimi
 
The FedEx Effect; Innovation that Transformed Global Logistics
The FedEx Effect; Innovation that Transformed Global LogisticsThe FedEx Effect; Innovation that Transformed Global Logistics
The FedEx Effect; Innovation that Transformed Global Logistics
ramavisca
 
Moral and Ethical Moral and Ethical Development
Moral and Ethical Moral and Ethical DevelopmentMoral and Ethical Moral and Ethical Development
Moral and Ethical Moral and Ethical Development
roanokecatholic
 
PMI Authentically Social by Corey Perlman
PMI Authentically Social by Corey PerlmanPMI Authentically Social by Corey Perlman
PMI Authentically Social by Corey Perlman
Corey Perlman, Social Media Speaker and Consultant
 
Presented By NAVEENA | Digital Marketing
Presented By NAVEENA | Digital MarketingPresented By NAVEENA | Digital Marketing
Presented By NAVEENA | Digital Marketing
bnaveena69
 
Glass Communities SSE, All Versions .pdf
Glass Communities SSE, All Versions .pdfGlass Communities SSE, All Versions .pdf
Glass Communities SSE, All Versions .pdf
Brij Consulting, LLC
 
Price Bailey Valuation Quarterly Webinar May 2025pdf
Price Bailey Valuation Quarterly Webinar May 2025pdfPrice Bailey Valuation Quarterly Webinar May 2025pdf
Price Bailey Valuation Quarterly Webinar May 2025pdf
FelixPerez547899
 
Buy GitHub Accounts in 2025 from anywhere of USA
Buy GitHub Accounts in 2025 from anywhere of USABuy GitHub Accounts in 2025 from anywhere of USA
Buy GitHub Accounts in 2025 from anywhere of USA
buyusaaccounts.com
 
Green Corporate Minimalist Infographic Presentation Collection.pptx
Green Corporate Minimalist Infographic Presentation Collection.pptxGreen Corporate Minimalist Infographic Presentation Collection.pptx
Green Corporate Minimalist Infographic Presentation Collection.pptx
BhavadharaniR
 
Thermo Pine | Exterior Cladding Solution
Thermo Pine | Exterior Cladding SolutionThermo Pine | Exterior Cladding Solution
Thermo Pine | Exterior Cladding Solution
teehaninternational1
 
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
How Jignesh Shah MCX Became the First Exchange to Be Listed on India’s Stock ...
Jignesh Shah Case
 
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal and GMI Infra Empower Sports Culture Through KOMPTE Badminton To...
Mohit Bansal GMI
 
Eric Hannelius - A Serial Entrepreneur
Eric  Hannelius  -  A Serial EntrepreneurEric  Hannelius  -  A Serial Entrepreneur
Eric Hannelius - A Serial Entrepreneur
Eric Hannelius
 
How Security Guards Can Enhance Gated Community Safety.pdf
How Security Guards Can Enhance Gated Community Safety.pdfHow Security Guards Can Enhance Gated Community Safety.pdf
How Security Guards Can Enhance Gated Community Safety.pdf
Stateguard Protective Services
 
Holden Melia - A Seasoned Leader
Holden  Melia  -  A  Seasoned     LeaderHolden  Melia  -  A  Seasoned     Leader
Holden Melia - A Seasoned Leader
Holden Melia
 
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
bomay69950
 
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
3 Best sites to Buy Linkedin Accounts (PVA & Phone Verified).pdf
bomay69950
 
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Enhancing Agility and Efficiency in the Metals & Mining Sector BMGI India's S...
Naresh Raisinghani
 
Software Supply Chain Security Management
Software Supply Chain Security ManagementSoftware Supply Chain Security Management
Software Supply Chain Security Management
shitalbombe
 
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Visits PEC Chandigarh_ Bridging Academia and Infrastructure Inno...
Kunal Bansal Chandigarh
 
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdfHow to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
How to Become a Successful Market Analyst_ A Step-by-Step Guide (1).pdf
Nicole Massimi
 
The FedEx Effect; Innovation that Transformed Global Logistics
The FedEx Effect; Innovation that Transformed Global LogisticsThe FedEx Effect; Innovation that Transformed Global Logistics
The FedEx Effect; Innovation that Transformed Global Logistics
ramavisca
 
Moral and Ethical Moral and Ethical Development
Moral and Ethical Moral and Ethical DevelopmentMoral and Ethical Moral and Ethical Development
Moral and Ethical Moral and Ethical Development
roanokecatholic
 
Presented By NAVEENA | Digital Marketing
Presented By NAVEENA | Digital MarketingPresented By NAVEENA | Digital Marketing
Presented By NAVEENA | Digital Marketing
bnaveena69
 
Glass Communities SSE, All Versions .pdf
Glass Communities SSE, All Versions .pdfGlass Communities SSE, All Versions .pdf
Glass Communities SSE, All Versions .pdf
Brij Consulting, LLC
 
Price Bailey Valuation Quarterly Webinar May 2025pdf
Price Bailey Valuation Quarterly Webinar May 2025pdfPrice Bailey Valuation Quarterly Webinar May 2025pdf
Price Bailey Valuation Quarterly Webinar May 2025pdf
FelixPerez547899
 
Buy GitHub Accounts in 2025 from anywhere of USA
Buy GitHub Accounts in 2025 from anywhere of USABuy GitHub Accounts in 2025 from anywhere of USA
Buy GitHub Accounts in 2025 from anywhere of USA
buyusaaccounts.com
 
Green Corporate Minimalist Infographic Presentation Collection.pptx
Green Corporate Minimalist Infographic Presentation Collection.pptxGreen Corporate Minimalist Infographic Presentation Collection.pptx
Green Corporate Minimalist Infographic Presentation Collection.pptx
BhavadharaniR
 

Chapter 4 Microprocessor CPU

  • 1. Chapter 4 The Central Processing Unit
  • 2. MICROPROCESSOR Brain or Engine of a computer is called Processor or Microprocessor or Central Processing Unit (CPU ) which is a very important chip found inside computer. is the component in a digital computer capable of executing a program. It is sometimes called a logic chip which carries out many computer functions. It interprets computer program instructions and processes data. Microprocessor is often abbreviated MPU for Microprocessor Unit or just MP . The microprocessor is the heart of any normal computer It is the most expensive single component found inside the system. Intel is world leader in Microprocessor .
  • 4. Microprocessors The most important features to look for in a new processor are: The type of processor it is (for example, Pentium III vs. K7) The speed at which it operates The amount and type of L2 cache (a special type of high-speed memory) it includes Any additional processor instructions it supports The type of physical connector it uses
  • 5. MICROPROCESSOR Processors are rated based on several factors that affect performance and the motherboards that can support them. These factors are listed here:
  • 7. There are many components to support the function of microprocessors. Properties of this components determine the quality and functionality of the microprocessor. Some of the components which are used inside processor are: Transistor Register Clock CPU CORE COMPONENTS
  • 8. The transistor is the fundamental building block of the circuitry that governs the operation of computers, cellular phones, and all other modern electronics. Today's microprocessors contain tens of millions of microscopic transistors. TRANSISTOR
  • 10. Transistor The number of transistors available has a huge effect on the performance of a processor. With more transistors, much more powerful multipliers capable of single-cycle speeds become possible. More transistors also allow a technology called pipelining . In a pipelined architecture instruction execution overlaps . Pipelining increases the rate at which instructions are completed, with the result that a program's overall execution time is lowered . Pipelining allows the processor to complete more instructions in a given period of time.
  • 11. Vacuum tube Prior to the invention of transistors , digital circuits were composed of vacuum tubes , which had many disadvantages. They were much larger , required more energy , produce more heat prone to failures. It's safe to say that without the invention of transistors, computing as we know it today would not be possible.
  • 12. Register Register is a small amount of very fast computer memory which is found inside the microprocessor. CPU registers are very special memory locations. They are not part of main memory; the CPU implements them on-chip It is used to speed the execution of computer programs and provide the fastest way for a CPU to access data Modern computer work on the principle of moving data from main memory into faster registers, carrying out operation on the data, and then moving the result back into main memory. This phenomenon is called as load-store architecture .
  • 14. Register There are many categories of registers found inside microprocessor to help it to carry out its function properly. Name and function of some registers are mentioned below:
  • 15. Clock Clock speed or clock rate , is the speed at which a microprocessor executes instructions. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes all the various computer components. The CPU requires a fixed number of clock ticks (or clock cycles) to execute each instruction. The faster the clock, the more instructions the CPU can execute per second.
  • 16. How microprocessors works The clock signals are generated by small shiny component called crystal. Clock speeds are expressed in megahertz (MHz) or gigahertz (GHz).
  • 17. HOW MICROPROCESSOR WORKS? A microprocessor is designed to perform arithmetic and logic operations that make use of small number-holding areas called registers . Typical microprocessor operations include adding, subtracting , comparing two numbers , and fetching numbers from one area to another. These operations are the result of a set of instructions that are part of the microprocessor design.
  • 18. A processor contains three basic components: an input/output (I/O) unit , a control unit , and one or more arithmetic logic unit (ALUs). The I/O unit manages data and instructions entering and leaving the processor. The control unit manages all activities inside the processor. The ALU does all calculations and comparisons. HOW MICROPROCESSOR WORKS?
  • 19. The CPU performs four steps in executing an instruction: The control unit gets the instruction from memory. The control unit decides what the instruction means and directs the necessary data to be moved from the memory to the arithmetic logic unit. The arithmetic logic unit performs the actual operation on the data. The result of the operation is stored in memory or a register. HOW MICROPROCESSOR WORKS?
  • 20.  
  • 21. A microprocessor executes a collection of machine instructions that tell the processor what to do. Based on the instructions, a microprocessor does three basic things : Using its Arithmetic/Logic Unit (ALU), a microprocessor can perform mathematical operations like addition, subtraction, multiplication and division. Modern microprocessors contain complete floating point processors that can perform extremely sophisticated operations on large floating point numbers. A microprocessor can move data from one memory location to another A microprocessor can make decisions and jump to a new set of instructions based on those decisions. HOW MICROPROCESSOR WORKS?
  • 23. HOW MICROPROCESSOR WORKS? It may seems that microprocessor does very sophisticated things, but those are its three basic activities . The Figure above shows an extremely simple microprocessor capable of doing those three things. This microprocessor has: An address bus (that may be 8, 16 or 32 bits wide) that sends an address to memory A data bus (that may be 8, 16 or 32 bits wide) that can send data to memory or receive data from memory A RD (Read) and WR (Write) line to tell the memory whether it wants to set or get the addressed location A clock line that lets a clock pulse sequence the processor A reset line that resets the program counter to zero (or whatever) and restarts execution.
  • 24. PROCESSOR PACKAGES The processor housing is called the processor package which can be thin and lay flat in a processor socket or can be a thicker cartridge type package such as the one shown in below figure
  • 25. History of Processor There are many variations of both kinds of packages used for desktop PCs and high- end workstations. Most processor packages are flat and thin and can be rectangular or square. The connectors on the bottom of the package can be pins or lands .
  • 34. Modern processor-INTEL PENTIUM 4 Intel Pentium 4 microprocessors were based on completely new NetBurst micro architecture, which differed significantly from P6 micro-architecture used in Pentium II/Pentium III microprocessor families. The Pentium 4 processor runs at up to 3.8 GHz and has undergone several improvements since it was first introduced in 2000 . One of key features of Pentium 4 processor was Hyper-Pipelined Technology - 20-stage pipeline, which was two times longer than in previous generation of Pentium processors. While longer pipelines are less efficient than shorter ones, they allow the CPU to reach higher frequencies, and thus increase CPU performance.
  • 35. Modern processor-INTEL DUAL-CORE PROCESSOR In April of 2005 , Intel announced the Intel Pentium processor Extreme Edition , featuring an Intel dual-core processor , which can provide immediate advantages for people looking to buy systems that boost multitasking computing power and improve the throughput of multithreaded applications. An Intel dual-core processor consists of two complete execution cores in one physical processor , both running at the same frequency. Both cores share the same packaging and the same interface with the chipset/memory. Overall, an Intel dual-core processor offers a way of delivering more capabilities while balancing energy-efficient performance, and is the first step in the multi-core processor future. Intel Core Duo processor is available in Intel's premium laptop platform , Intel Centrino Duo mobile technology.
  • 38. Modern processor-INTEL CORE 2 QUAD PROCESSOR The Intel Core 2 Quad processor is the latest in cutting edge processor technology for the desktop PC. Based on the new Intel Core micro-architecture , the Intel Core 2 Quad processor delivers four complete execution cores within a single processor , delivering unprecedented performance and responsiveness in multi-threaded and multi-tasking business and home use environments.
  • 39. Modern processor-INTEL CORE 2 QUAD PROCESSOR
  • 40. Modern processor-AMD ATHLON 64 X2 DUAL-CORE The AMD Athlon 64 X2 Dual-Core processor is built for powerful desktop, enabling it for high performance. It is essentially a processor consisting of two Athlon 64 cores joined together on one die with additional control logic. Dual-core processors contain two processing cores, residing on one chip, that perform calculations on two streams of data, thereby increasing efficiency and speed while running multiple programs and the new generation of multi-threaded software. AMD officially started shipping the Athlon 64 X2 at in June 2005 . AMD also designed processor for notebooks include the Turion 64 Mobile , Mobile Athlon 64 , Athlon 64 for notebooks, Mobile Athlon XP-M and mobile Sempron.
  • 41. Modern processor-AMD ATHLON 64 X2 DUAL-CORE
  • 42. INSTALL OR UPGRADE NEW PROCESSOR Before installing a new processor, identify the processor slot on the motherboard. Most of the processors have specific slot in which it can fits. Great thing about personal computer (PC) is that you can upgrade its CPU to make computer operate faster but at the end there is limitation on motherboard up to what extent it can support CPU upgrade.
  • 43. Steps to install new processor Lift up the lever on the side of the socket. Match up the pins on the bottom of the new processor with the holes in the socket and then gently insert the processor into the socket. Press down on the lever on the side of the socket.
  • 44. Steps to install new processor
  • 45. Steps to install new processor
  • 46. Steps to install heat sink Every processor has heat sink attached on top it to make it cool. Processor normally becomes hot while it is in operation; therefore heat sink with fan is attached on top of processor. Note: Make sure you have the correct heat sink/fan for your type of CPU (it will specify which type of CPU it is for).
  • 47. Step 1 If you have a new heat sink and there is a plastic strip on the bottom of the new heat sink, remove it. - OR - If you have an old heat sink and a silicon-covered thermal pad came with the replacement processor kit, scrape the old thermal pad off and clean the heat sink with isopropyl alcohol. Then place the new thermal pad in the centre of the old heat sink.
  • 48.  
  • 49. Step 2 Place the heat sink on top of the processor.
  • 50. Step 3 Your heat sink may have one of the following retention mechanisms. Follow the instructions that most closely resemble your heat sink. Heat sink with removable retention clips. Heat sink with captive retention clips. Passive heat sink with removable retention clip.
  • 51. Step 3-Heat sink with removable retention clips.
  • 52. Step 3-Heat sink with removable retention clips.
  • 53. Step 3-Heat sink with captive retention clips.
  • 54. Step 3-Passive heat sink with removable retention clip.
  • 55. Step 4 If the processor you are replacing has an active heat sink with a fan power cable that connects to the system board, connect the fan power cable to the fan power cable connector on the system board.
  • 57. Step 5 Close the computer case cover and start your computer.
  翻译: