SlideShare a Scribd company logo
1 of 24
TECHNICAL SEMINAR ON
PROCESSOR
DEPARTMENT OF ELECTRONICS AND COMMUNICATION
ENGINEERING
PRESENTED BY:-
BHARAT KUMAR RAJAK
USN:-1GD18EC011
INTERNAL GUIDE:- KRISHNAKUMAR SIR
ASST.PROFFESSOR
GOPALAN COLLEGE OF ENGINEERING AND
MANAGEMENT
CONTENTS
 INTRODUCTION
 EVOLUTION
 GENERATION
 ARCHITECTURE
 TYPES OF PROCESSORS
 APPLICATIONS
 FUTURE SCOPE
 LIMITATION
 CONCLUSION
INTRODUCTION
WHAT IS PROCESSOR ?
IMAGE OF A PROCESSOR
Fig :2 Fig :3
DEFINITION
 Definition – Processor is known as “Microprocessor“, and it likes as small type of chip that is
placed in the computers and another electronics components.
 Processor can manage all instructions such as arithmetical, logical, input/output (I/O) and
other basic instructions, which are created by hardware or operating system.
 Its main job role is to obtain input from input devices and then produce the accurately result
on the output devices.
 Now these days, more advance processors are available in the market, which are capable to
control trillions of instructions in per second.
EVOLUTION OF PROCESSOR
 Transistor was invented in 1948 (23 December 1947 in Bell lab). IC was invented in 1958
(Fair Child Semiconductors) By Texas Instruments J Kilby. The microprocessor was first
invented by Robert Noyce and his crew,The first microprocessor was invented by
INTEL(INTegrated ELectronics).
 Size of the microprocessor – 4 bit
 Today, computers are a part of our lifestyle, but the first computer that was used and developed at the
University of Pennsylvania in the year 1946! It had an ENIAC (Electronic Numerical Integrator And
Computer) processor. The reprogramming feature that is so extensively used today, was introduced by
Alan Turing and John von Neumann with their teams. The von Neumann architecture is the basis of
modern computers.
 From the development of the first microprocessor – Intel’s 4004 to the latest ones – the microprocessors
have come a long way. Here, we look into the story so far.
EVOLUTION
 1971 – Intel 4004
 It was designed by Federico Faggin and Ted Hoff of Intel and Masatoshi Shima
of Busicom, and it was launched on November 15,1971.
It consisted of 2300 transistors with pMOS technology.
The total number of instructions were 46. The designed clock speed was 1 MHz
while only 740 kHz was achieved.
 Processors are probably the most single interesting piece of hardware in your
and neat history history, dating all the way back to 1971 with the first
microprocessor, the Intel 4004. As you can imagine and have no doubt seen
technology has improved by leaps and bounds.
 We’re going to show you a history of the processor, starting with the Intel
chose for the first PC and only has a neat history from then on out.
WHY TO USE THESE PROCESSOR?
 A processor is an essential part of any computer
since, without such a chip unit, it's unable to
perform any operations or run any software.
 Computer software is encoded in machine
language, which is a numeric code that CPUs
understand and process as a series of simple
commands.
 CPUs communicate with other devices installed
on a computer, such as input and output devices
and memory chips.
 Common manufacturers of CPUs include Intel and
AMD, which make processors for desktop and
laptop computers, and Qualcomm and ARM,
which make chips designed mostly for smaller
devices like smart phones and embedded tools.
ARCHITECTURE OF PROCESSOR
DIFFERENT TYPES OF PROCESSORS
 There are five types of microprocessors they are DSP (Digital Signal Processor), ASIC (Application Specific
Integrated Circuit), RISC (Reduced Instruction Set Computing), CISC (Complex Instruction Set
Computing) and Super Scalar Processor.
CLOCK SPEED
 The speed at which a microprocessor can execute
the instructions is called the clock speed. Basically
clock speed is the number of cycles that the
processor executes per second. We measure it in
MHz(MegaHertz) or GHz (Giga Hertz). Here, MHz
means 1 million cycles per second and GHz means 1
billion cycles per second
 The speed at which a microprocessor can execute the
instructions is called the clock speed
 A CPU with a clock speed of 3.2 GHz executes 3.2 billion
cycles per second. (Older CPUs had speeds measured in
megahertz, or millions of cycles per second.)
 Sometimes, multiple instructions are completed in a single
clock cycle; in other cases, one instruction might be handled
over multiple clock cycles.
 Since different CPU designs handle instructions differently, it’s
best to compare clock speeds within the same CPU brand and
generation.
Frequency is more operations
within a given amount of time, as
represented above.
CACHE MEMORY
 Cache memory is a chip-based computer component that makes retrieving data from the computer's
memory more efficient. It acts as a temporary storage area that
 Cache Memory is a special very high-speed memory. It is used to speed up and synchronizing with
high-speed CPU. Cache memory is costlier than main memory or disk memory but economical than
CPU registers. Cache memory is an extremely fast memory type that acts as a buffer between RAM and
the CPU. It holds frequently requested data and instructions so that they are immediately available to
the CPU when needed.
 Cache memory is used to reduce the average time to access data from the Main memory. The cache is
a smaller and faster memory which stores copies of the data from frequently used main memory
locations. There are various different independent caches in a CPU, which store instructions and data.
13 4/10/2023
SINGLE-CORE COMPUTER
 A single-core processor is a microprocessor with a single
core on its die. It performs the fetch-decode-execute
cycle once per clock-cycle, as it only runs on one thread. A
computer using a single core CPU is generally slower than a
multi-core system.
 Single core processors used to be widespread in desktop
computers, but as applications demanded more processing
power, the slower speed of single core systems became a
detriment to performance. Windows supported single-core
processor up until the release of Windows 11, where a dual-
core processor is required.
 Single core processors are still in use in some niche
circumstances. Some older legacy systems like those
running antiquated operating systems cannot gain any
benefit from multi-core processors.
DUAL CORE COMPUTER
 IBM introduced dual-core chips in its Power 4
microprocessors in 2000. Dual core CPUs were
introduced in 2004. Because of the continual
increase in single core clock speeds, CPUs were
generating more heat and using more power.
 Dual cores were introduced to improve
performance without generating more heat as
dual core systems use about the same amount
of energy.
 Dual core is a CPU that has two distinct
processors that work simultaneously in the
same integrated circuit.
 This type of processor can function as efficiently
as a single processor but can perform
operations up to twice as quickly. Because each
core has its own cache, the operating system is
able to handle most tasks in parallel.
15 4/10/2023
MULTI-CORE ARCHITECTURES
 Replicate multiple processor cores on a single die.
Core 1 Core 2 Core 3 Core 4
Multi-core CPU chip
16 4/10/2023
MULTI-CORE COMPUTER
 A multi-core microprocessor is one that combines two or more
independent processors into a single package, often a single
integrated circuit (IC).
 A dual-core device contains two independent microprocessors.
 In general, multi-core microprocessors allow a computing device
to exhibit some form of thread-level parallelism (TLP) without
including multiple microprocessors in separate physical packages.
17 4/10/2023
WHY MULTI-CORE ?
 Difficult to make single-core
clock frequencies even higher
 Many new applications are
multithreaded
 General trend in computer
architecture (shift towards
more parallelism)
18 4/10/2023
MULTI-CORE PROCESSOR IS A SPECIAL
KIND OF A MULTIPROCESSOR:
ALL PROCESSORS ARE ON THE SAME CHIP
 Multi-core processors are MIMD:
Different cores execute different threads
(Multiple Instructions), operating on different
parts of memory (Multiple Data).
 Multi-core is a shared memory multiprocessor:
All cores share the same memory
19 4/10/2023
 Dual-core
Intel Xeon processors
 Each core is
hyper-threaded
 Private L1 caches
 Shared L2 caches
memory
L2 cache
L1 cache L1 cache
C
O
R
E
1
C
O
R
E
0
hyper-threads
20 4/10/2023
DESIGNS WITH PRIVATE L2 CACHES
memory
L2 cache
L1 cache L1 cache
C
O
R
E
1
C
O
R
E
0
L2 cache
memory
L2 cache
L1 cache L1 cache
C
O
R
E
1
C
O
R
E
0
L2 cache
Both L1 and L2 are private
Examples: AMD Opteron,
AMD Athlon, Intel Pentium D
L3 cache L3 cache
A design with L3 caches
Example: Intel Itanium 2
DO WE HAVE OTHER PROCESSING UNITS ?
Computers often include additional processing units beyond the
CPU. The most common type is the graphics processing unit that
is designed to display video on a computer screen.
Other specialized chips exist for other applications, including
handling audio and specialized applications that work with
cryptocurrencies such as bitcoin.
22
WINDOWS TASK MANAGER
Windows Task Manager
CONCLUSION
CPU Computer processors have a major role to play in a Computer system with its various components for
processing and executing instructions
One of the most significant inventions to technology was the microprocessor because of its effect on technologic
engineering, different aspects of life, and of course how it can store data larger than the size of the actual chip.
The impacts the microprocessor had had on life and whether it was for the better the invention was made is a
controversy that still goes to this day. The microprocessor was first invented by Robert Noyce and his crew, the
Intel 4004. Since the model, 4004, microprocessors have advanced enormously over the past few decades. Then
the company Intel, originally Fairchild Semiconductor, had flourished because of all the variety of models ranging
from four bit arranged microprocessors to as big as sixteen bit. With the microprocessor came great impacts of
parts of life such as the military, business, and medicine, just to name a couple. Although the microprocessor was
on the rise, few would say technology was advancing too quickly because of it. Nevertheless, the microprocessor
was one of the greatest contraptions within the technologic world. Imagining a world without the microprocessor:
everything would change, meaning business, education, computers, phones, televisions, just everything. Keep that
in mind when using an electronic device next time.
THANK YOU

More Related Content

Similar to Bharath technical seminar.pptx

microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfMECHANICALENGINEERIN19
 
Intel 8th generation and 7th gen microprocessor full details especially for t...
Intel 8th generation and 7th gen microprocessor full details especially for t...Intel 8th generation and 7th gen microprocessor full details especially for t...
Intel 8th generation and 7th gen microprocessor full details especially for t...Chessin Chacko
 
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.pptxbhaveshagrawal35
 
Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3senayteklay
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amdRohit Gada
 
Implementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applicationsImplementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applicationsIOSR Journals
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)Akhila Dakshina
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessorKashyap Shah
 
MCI-Unit_1.PPTX electronics communication Engineering
MCI-Unit_1.PPTX electronics communication EngineeringMCI-Unit_1.PPTX electronics communication Engineering
MCI-Unit_1.PPTX electronics communication EngineeringKongaMadhukar
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processorShubhamMishra485
 
microprocessor
microprocessormicroprocessor
microprocessorillpa
 
Processors and its Types
Processors and its TypesProcessors and its Types
Processors and its TypesNimrah Shahbaz
 
Introduction to Microprocessors
Introduction to MicroprocessorsIntroduction to Microprocessors
Introduction to MicroprocessorsSeble Nigussie
 
An introduction to digital signal processors 1
An introduction to digital signal processors 1An introduction to digital signal processors 1
An introduction to digital signal processors 1Hossam Hassan
 
Microprocessors and Applications
Microprocessors and ApplicationsMicroprocessors and Applications
Microprocessors and Applicationsrachurivlsi
 
4th generation intel core processoer
4th generation intel core processoer4th generation intel core processoer
4th generation intel core processoerAanamika Nath
 

Similar to Bharath technical seminar.pptx (20)

microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
 
Intel 8th generation and 7th gen microprocessor full details especially for t...
Intel 8th generation and 7th gen microprocessor full details especially for t...Intel 8th generation and 7th gen microprocessor full details especially for t...
Intel 8th generation and 7th gen microprocessor full details especially for t...
 
Cpu
CpuCpu
Cpu
 
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
 
Processors
ProcessorsProcessors
Processors
 
Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3Computer Hardware & Software Lab Manual 3
Computer Hardware & Software Lab Manual 3
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amd
 
Implementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applicationsImplementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applications
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
MCI-Unit_1.PPTX electronics communication Engineering
MCI-Unit_1.PPTX electronics communication EngineeringMCI-Unit_1.PPTX electronics communication Engineering
MCI-Unit_1.PPTX electronics communication Engineering
 
Corei7
Corei7Corei7
Corei7
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processor
 
microprocessor
microprocessormicroprocessor
microprocessor
 
Processors
ProcessorsProcessors
Processors
 
Processors and its Types
Processors and its TypesProcessors and its Types
Processors and its Types
 
Introduction to Microprocessors
Introduction to MicroprocessorsIntroduction to Microprocessors
Introduction to Microprocessors
 
An introduction to digital signal processors 1
An introduction to digital signal processors 1An introduction to digital signal processors 1
An introduction to digital signal processors 1
 
Microprocessors and Applications
Microprocessors and ApplicationsMicroprocessors and Applications
Microprocessors and Applications
 
4th generation intel core processoer
4th generation intel core processoer4th generation intel core processoer
4th generation intel core processoer
 

Recently uploaded

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Bharath technical seminar.pptx

  • 1. TECHNICAL SEMINAR ON PROCESSOR DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING PRESENTED BY:- BHARAT KUMAR RAJAK USN:-1GD18EC011 INTERNAL GUIDE:- KRISHNAKUMAR SIR ASST.PROFFESSOR GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT
  • 2. CONTENTS  INTRODUCTION  EVOLUTION  GENERATION  ARCHITECTURE  TYPES OF PROCESSORS  APPLICATIONS  FUTURE SCOPE  LIMITATION  CONCLUSION
  • 4. IMAGE OF A PROCESSOR Fig :2 Fig :3
  • 5. DEFINITION  Definition – Processor is known as “Microprocessor“, and it likes as small type of chip that is placed in the computers and another electronics components.  Processor can manage all instructions such as arithmetical, logical, input/output (I/O) and other basic instructions, which are created by hardware or operating system.  Its main job role is to obtain input from input devices and then produce the accurately result on the output devices.  Now these days, more advance processors are available in the market, which are capable to control trillions of instructions in per second.
  • 6. EVOLUTION OF PROCESSOR  Transistor was invented in 1948 (23 December 1947 in Bell lab). IC was invented in 1958 (Fair Child Semiconductors) By Texas Instruments J Kilby. The microprocessor was first invented by Robert Noyce and his crew,The first microprocessor was invented by INTEL(INTegrated ELectronics).  Size of the microprocessor – 4 bit  Today, computers are a part of our lifestyle, but the first computer that was used and developed at the University of Pennsylvania in the year 1946! It had an ENIAC (Electronic Numerical Integrator And Computer) processor. The reprogramming feature that is so extensively used today, was introduced by Alan Turing and John von Neumann with their teams. The von Neumann architecture is the basis of modern computers.  From the development of the first microprocessor – Intel’s 4004 to the latest ones – the microprocessors have come a long way. Here, we look into the story so far.
  • 7. EVOLUTION  1971 – Intel 4004  It was designed by Federico Faggin and Ted Hoff of Intel and Masatoshi Shima of Busicom, and it was launched on November 15,1971. It consisted of 2300 transistors with pMOS technology. The total number of instructions were 46. The designed clock speed was 1 MHz while only 740 kHz was achieved.  Processors are probably the most single interesting piece of hardware in your and neat history history, dating all the way back to 1971 with the first microprocessor, the Intel 4004. As you can imagine and have no doubt seen technology has improved by leaps and bounds.  We’re going to show you a history of the processor, starting with the Intel chose for the first PC and only has a neat history from then on out.
  • 8. WHY TO USE THESE PROCESSOR?  A processor is an essential part of any computer since, without such a chip unit, it's unable to perform any operations or run any software.  Computer software is encoded in machine language, which is a numeric code that CPUs understand and process as a series of simple commands.  CPUs communicate with other devices installed on a computer, such as input and output devices and memory chips.  Common manufacturers of CPUs include Intel and AMD, which make processors for desktop and laptop computers, and Qualcomm and ARM, which make chips designed mostly for smaller devices like smart phones and embedded tools.
  • 10. DIFFERENT TYPES OF PROCESSORS  There are five types of microprocessors they are DSP (Digital Signal Processor), ASIC (Application Specific Integrated Circuit), RISC (Reduced Instruction Set Computing), CISC (Complex Instruction Set Computing) and Super Scalar Processor.
  • 11. CLOCK SPEED  The speed at which a microprocessor can execute the instructions is called the clock speed. Basically clock speed is the number of cycles that the processor executes per second. We measure it in MHz(MegaHertz) or GHz (Giga Hertz). Here, MHz means 1 million cycles per second and GHz means 1 billion cycles per second  The speed at which a microprocessor can execute the instructions is called the clock speed  A CPU with a clock speed of 3.2 GHz executes 3.2 billion cycles per second. (Older CPUs had speeds measured in megahertz, or millions of cycles per second.)  Sometimes, multiple instructions are completed in a single clock cycle; in other cases, one instruction might be handled over multiple clock cycles.  Since different CPU designs handle instructions differently, it’s best to compare clock speeds within the same CPU brand and generation. Frequency is more operations within a given amount of time, as represented above.
  • 12. CACHE MEMORY  Cache memory is a chip-based computer component that makes retrieving data from the computer's memory more efficient. It acts as a temporary storage area that  Cache Memory is a special very high-speed memory. It is used to speed up and synchronizing with high-speed CPU. Cache memory is costlier than main memory or disk memory but economical than CPU registers. Cache memory is an extremely fast memory type that acts as a buffer between RAM and the CPU. It holds frequently requested data and instructions so that they are immediately available to the CPU when needed.  Cache memory is used to reduce the average time to access data from the Main memory. The cache is a smaller and faster memory which stores copies of the data from frequently used main memory locations. There are various different independent caches in a CPU, which store instructions and data.
  • 13. 13 4/10/2023 SINGLE-CORE COMPUTER  A single-core processor is a microprocessor with a single core on its die. It performs the fetch-decode-execute cycle once per clock-cycle, as it only runs on one thread. A computer using a single core CPU is generally slower than a multi-core system.  Single core processors used to be widespread in desktop computers, but as applications demanded more processing power, the slower speed of single core systems became a detriment to performance. Windows supported single-core processor up until the release of Windows 11, where a dual- core processor is required.  Single core processors are still in use in some niche circumstances. Some older legacy systems like those running antiquated operating systems cannot gain any benefit from multi-core processors.
  • 14. DUAL CORE COMPUTER  IBM introduced dual-core chips in its Power 4 microprocessors in 2000. Dual core CPUs were introduced in 2004. Because of the continual increase in single core clock speeds, CPUs were generating more heat and using more power.  Dual cores were introduced to improve performance without generating more heat as dual core systems use about the same amount of energy.  Dual core is a CPU that has two distinct processors that work simultaneously in the same integrated circuit.  This type of processor can function as efficiently as a single processor but can perform operations up to twice as quickly. Because each core has its own cache, the operating system is able to handle most tasks in parallel.
  • 15. 15 4/10/2023 MULTI-CORE ARCHITECTURES  Replicate multiple processor cores on a single die. Core 1 Core 2 Core 3 Core 4 Multi-core CPU chip
  • 16. 16 4/10/2023 MULTI-CORE COMPUTER  A multi-core microprocessor is one that combines two or more independent processors into a single package, often a single integrated circuit (IC).  A dual-core device contains two independent microprocessors.  In general, multi-core microprocessors allow a computing device to exhibit some form of thread-level parallelism (TLP) without including multiple microprocessors in separate physical packages.
  • 17. 17 4/10/2023 WHY MULTI-CORE ?  Difficult to make single-core clock frequencies even higher  Many new applications are multithreaded  General trend in computer architecture (shift towards more parallelism)
  • 18. 18 4/10/2023 MULTI-CORE PROCESSOR IS A SPECIAL KIND OF A MULTIPROCESSOR: ALL PROCESSORS ARE ON THE SAME CHIP  Multi-core processors are MIMD: Different cores execute different threads (Multiple Instructions), operating on different parts of memory (Multiple Data).  Multi-core is a shared memory multiprocessor: All cores share the same memory
  • 19. 19 4/10/2023  Dual-core Intel Xeon processors  Each core is hyper-threaded  Private L1 caches  Shared L2 caches memory L2 cache L1 cache L1 cache C O R E 1 C O R E 0 hyper-threads
  • 20. 20 4/10/2023 DESIGNS WITH PRIVATE L2 CACHES memory L2 cache L1 cache L1 cache C O R E 1 C O R E 0 L2 cache memory L2 cache L1 cache L1 cache C O R E 1 C O R E 0 L2 cache Both L1 and L2 are private Examples: AMD Opteron, AMD Athlon, Intel Pentium D L3 cache L3 cache A design with L3 caches Example: Intel Itanium 2
  • 21. DO WE HAVE OTHER PROCESSING UNITS ? Computers often include additional processing units beyond the CPU. The most common type is the graphics processing unit that is designed to display video on a computer screen. Other specialized chips exist for other applications, including handling audio and specialized applications that work with cryptocurrencies such as bitcoin.
  • 23. CONCLUSION CPU Computer processors have a major role to play in a Computer system with its various components for processing and executing instructions One of the most significant inventions to technology was the microprocessor because of its effect on technologic engineering, different aspects of life, and of course how it can store data larger than the size of the actual chip. The impacts the microprocessor had had on life and whether it was for the better the invention was made is a controversy that still goes to this day. The microprocessor was first invented by Robert Noyce and his crew, the Intel 4004. Since the model, 4004, microprocessors have advanced enormously over the past few decades. Then the company Intel, originally Fairchild Semiconductor, had flourished because of all the variety of models ranging from four bit arranged microprocessors to as big as sixteen bit. With the microprocessor came great impacts of parts of life such as the military, business, and medicine, just to name a couple. Although the microprocessor was on the rise, few would say technology was advancing too quickly because of it. Nevertheless, the microprocessor was one of the greatest contraptions within the technologic world. Imagining a world without the microprocessor: everything would change, meaning business, education, computers, phones, televisions, just everything. Keep that in mind when using an electronic device next time.