SlideShare ist ein Scribd-Unternehmen logo
1 von 7
---From Jayvijay.V.Shah
K.J.Somaiya Institute Of Engineering
And Information Technology,Sion
CASE STUDY
What is a Microprocessor?
 The microprocessor, also known as the Central Processing Unit
(CPU), is the brain of all computers and many household and
electronic devices.
 A microprocessor is an electronic component that is used by a
computer to do its work. It is a central processing unit on a single
integrated circuit chip containing millions of very small
components including transistors, resistors, and diodes that work
together. Microprocessors help to do everything from writing to
searching the Web. Microprocessors carry out these instructions at
incredible speed—many millions of times a second.
 Multiple microprocessors, working together, are the "hearts" of
datacenters, super-computers, communications products, and other
digital devices.
 The first microprocessor was the Intel 4004, introduced in 1971.
The 4004 was not very
powerful; it was primarily used to perform simple mathematical
operations.
Microprocessor operation
Microprocessors use three steps commonly called Fetch, Decode, and
Execute.
 In the Fetch step, an instruction is copied from the computer
memory into the microprocessor.
 In the Decode step, the microprocessor figures out what operation
the instruction is meant to do.
 In the Execute step, this operation is performed.

Now,let’s talk something about RISC and CISC.

RISC
The Reduced Instruction Set Computer(RISC) Architecture
was discovered by John Cocke in 1974.The new architecture
design enabled computers to run much faster than
previously.
For his efforts, Cocke received the
Technology in 1991.

US National Medal of

RISC, or Reduced Instruction Set Computer. is a type of microprocessor
architecture that utilizes a small, highly-optimized set of instructions,
rather than a more specialized set of instructions which are often found
in other types of architectures
At that time, the complex instruction set computer (CISC) architecture
was the norm.The goal of the CISC design was to complete a task in as
few lines of assembly code as possible. Architects would build complex
instructions directly into the hardware—a microprocessor would come
with a specific instruction set in which each single instruction executed a
series of operations. In this design, the compiler had to do very little
work to translate a high-level language statement into assembly
language. It was later found that many small, short instructions could
compute complex instructions more efficiently. This led to a design
called Reduced Instruction Set Computing (RISC).
Cocke and his team reduced the size of the instruction set, eliminating
certain instructions that were rarely used. "He said that we wanted a
computer with a simple architecture and a set of simple instructions that
could be executed in a single machine cycle—making the resulting
machine significantly more efficient than possible with other, more
complex computer designs.
With the new design, the CPU was only able to execute a limited set of
instructions, but it could execute them much faster because the
instructions were so simple. Each task, such as fetching an instruction,
accessing memory or writing data, could be completed within a single
machine cycle, or electronic pulse; with CISC, tasks often required
multiple machine cycles, taking at least twice as long to execute a task.
• RISC architectures represent an important innovation in the area of
computer organization.
• The RISC architecture is an attempt to produce more CPU power by
simplifying the instruction set of the CPU.
• One of the main concerns of RISC designers was to maximize the
efficiency of pipelining.
Characteristics Of RISC Architecture
1. The CPU takes less silicon area to implement,and also runs faster.
2. Simple Addressing Modes.
3. Simple Instruction formats.
4. Complex Operations are executed as sequence of simple
instructions.
Advantages Of RISC Architecture
1. Less Design Complexity
2. Reducing Design Cost
3. Reducing the time between Designing And Marketing.
Disadvantages Of RISC
1. It usually leads to longer programs,which needs larger memory
space to store
2. Time Consuming
3. More Memory Access may be needed

CISC
 Stands for "Complex Instruction Set Computing." This is a
type of microprocessor design. The CISC architecture contains
a large set of computer instructions that range from very
simple to very complex and specialized. CISC are chips that
are easy to program and which make efficient use of memory.
The first PC microprocessors developed were CISC chips,
because all the instructions the processor could execute were
built into the chip.
CISC was developed to make compiler development simpler. It
shifts most of the burden of generating machine instructions
to the processor. For example, instead of having to make a
compiler write long machine instructions to calculate a
square-root, a CISC processor would have a built-in ability
to do this.
The three decisions that led to the CISC philosophy are:
Use Microcode: simple logic to control the data paths between
the various elements of the processor.
In a micro programmed system, the main processor has some
built-in memory (typically ROM) that contains groups of
microcode instructions which correspond with each machinelanguage instruction.
Since the microcode memory can be much faster than main
memory, an instruction set can be implemented in microcode
without losing much speed over a purely hard-wired
implementation.
Build rich instruction sets: By using a micro programmed
design, designers could build more functionality into each
instruction.
This design cut down on the total number of instructions
required to implement a program, so it made more efficient
use of a slow main memory.
Made the job for assembly-language programmer simpler
Build high-level instruction sets :After the programmerfriendly instruction sets were built, designers started to
build instruction sets which map directly from high-level
languages.
Because microprogram instruction sets can be written to match
the constructs of high-level languages, the compiler does not
have to be as complicated.
Allows compilers to emit fewer instructions per line of
source
 CISC tries to reduce the number of instructions for a program

Advantages of CISC
 As each instruction became more capable, fewer instructions
could be used to implement a given task. This made more
efficient use of the relatively slow main memory.
 Because microprogram instruction sets can be written to
match the constructs of high-level languages, the compiler
does not have to be as complicated.
 Memory was expensive in the early days of PCs, and CISC chips
saved memory because their programming could be fed directly
into the processor.
 Microprogramming is as easy as assembly language to
implement, and much less expensive than hardwiring a control
unit.

Disadvantages Of CISC
 As many instructions as possible could be stored in memory
with the least possible wasted space, individual instructions
could be of almost any length this means that different
instructions will take different amounts of clock time to
execute, slowing down the overall performance of the
machine.
 Many specialized instructions aren't used frequently enough
to justify their existence --- approximately 20% of the
available instructions are used in a typical program.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Risc processors
Risc processorsRisc processors
Risc processors
 
ARM 32-bit Microcontroller Cortex-M3 introduction
ARM 32-bit Microcontroller Cortex-M3 introductionARM 32-bit Microcontroller Cortex-M3 introduction
ARM 32-bit Microcontroller Cortex-M3 introduction
 
Risc and cisc eugene clewlow
Risc and cisc   eugene clewlowRisc and cisc   eugene clewlow
Risc and cisc eugene clewlow
 
Arm processor
Arm processorArm processor
Arm processor
 
evolution of operating system
evolution of operating systemevolution of operating system
evolution of operating system
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
Arm processor
Arm processorArm processor
Arm processor
 
Risc
RiscRisc
Risc
 
Risc and cisc eugene clewlow
Risc and cisc   eugene clewlowRisc and cisc   eugene clewlow
Risc and cisc eugene clewlow
 
Cache memory
Cache memory Cache memory
Cache memory
 
ARM Architecture in Details
ARM Architecture in Details ARM Architecture in Details
ARM Architecture in Details
 
Generation Of Computer
Generation Of ComputerGeneration Of Computer
Generation Of Computer
 
RT linux
RT linuxRT linux
RT linux
 
ARM - Advance RISC Machine
ARM - Advance RISC MachineARM - Advance RISC Machine
ARM - Advance RISC Machine
 
Vx works RTOS
Vx works RTOSVx works RTOS
Vx works RTOS
 
Micro programmed control
Micro programmed  controlMicro programmed  control
Micro programmed control
 
1: Interfacing using ARM Cortex M4 || IEEE SSCS AlexSC
1: Interfacing using ARM Cortex M4 || IEEE SSCS AlexSC 1: Interfacing using ARM Cortex M4 || IEEE SSCS AlexSC
1: Interfacing using ARM Cortex M4 || IEEE SSCS AlexSC
 
Basic Processing Unit
Basic Processing UnitBasic Processing Unit
Basic Processing Unit
 
Risc & cisk
Risc & ciskRisc & cisk
Risc & cisk
 
Cpu
CpuCpu
Cpu
 

Andere mochten auch

CISC vs RISC Processor Architecture
CISC vs RISC Processor ArchitectureCISC vs RISC Processor Architecture
CISC vs RISC Processor ArchitectureKaushik Patra
 
Risc cisc Difference
Risc cisc DifferenceRisc cisc Difference
Risc cisc DifferenceSehrish Asif
 
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)Barend Smit
 
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...Association for Project Management
 
An introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th EditionAn introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th EditionDIEM Ltd
 
Alignment of views_final_report
Alignment of views_final_reportAlignment of views_final_report
Alignment of views_final_reporthlksd
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computersSanjivani Sontakke
 
Case study of work - RICS
Case study of work - RICSCase study of work - RICS
Case study of work - RICSrorytufano
 
FIDIC & Dispute Boards
FIDIC & Dispute BoardsFIDIC & Dispute Boards
FIDIC & Dispute BoardsFIDIC
 
Real time Operating System
Real time Operating SystemReal time Operating System
Real time Operating SystemTech_MX
 

Andere mochten auch (17)

CISC vs RISC Processor Architecture
CISC vs RISC Processor ArchitectureCISC vs RISC Processor Architecture
CISC vs RISC Processor Architecture
 
RISC AND CISC PROCESSOR
RISC AND CISC PROCESSORRISC AND CISC PROCESSOR
RISC AND CISC PROCESSOR
 
Risc cisc Difference
Risc cisc DifferenceRisc cisc Difference
Risc cisc Difference
 
X-ISCKER
X-ISCKERX-ISCKER
X-ISCKER
 
Risc vs cisc
Risc vs ciscRisc vs cisc
Risc vs cisc
 
Class Notes NEC Summer Inst.-Day 3
Class Notes NEC Summer Inst.-Day 3Class Notes NEC Summer Inst.-Day 3
Class Notes NEC Summer Inst.-Day 3
 
A Taylor CV 2016 aat
A Taylor CV  2016 aatA Taylor CV  2016 aat
A Taylor CV 2016 aat
 
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
 
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
 
An introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th EditionAn introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th Edition
 
Alignment of views_final_report
Alignment of views_final_reportAlignment of views_final_report
Alignment of views_final_report
 
Nec3 introduction
Nec3 introductionNec3 introduction
Nec3 introduction
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computers
 
Case study of work - RICS
Case study of work - RICSCase study of work - RICS
Case study of work - RICS
 
FIDIC & Dispute Boards
FIDIC & Dispute BoardsFIDIC & Dispute Boards
FIDIC & Dispute Boards
 
Real time Operating System
Real time Operating SystemReal time Operating System
Real time Operating System
 
CV (Rizwan Tarar)
CV (Rizwan Tarar)CV (Rizwan Tarar)
CV (Rizwan Tarar)
 

Ähnlich wie Risc and cisc casestudy

Processors used in System on chip
Processors used in System on chip Processors used in System on chip
Processors used in System on chip A B Shinde
 
Computer architecture
Computer architectureComputer architecture
Computer architectureAbash shah
 
Central processing unit
Central processing unitCentral processing unit
Central processing unitKamal Acharya
 
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdfCS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdfAsst.prof M.Gokilavani
 
Risc and cisc computers
Risc and cisc computersRisc and cisc computers
Risc and cisc computersankita mundhra
 
Microprocessor presentation.pptx
Microprocessor presentation.pptxMicroprocessor presentation.pptx
Microprocessor presentation.pptxRajeshwariBaniya
 
Computer Organization.pptx
Computer Organization.pptxComputer Organization.pptx
Computer Organization.pptxsaimagul310
 
risc_and_cisc.ppt
risc_and_cisc.pptrisc_and_cisc.ppt
risc_and_cisc.pptRuhul Amin
 
Question 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdfQuestion 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdfarmcomputers
 
Microcontroller architecture
Microcontroller architectureMicrocontroller architecture
Microcontroller architectureVikas Dongre
 
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
 
Area Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorArea Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorIOSR Journals
 
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
 
Embedded System IoT_4.pptx ppt presentation
Embedded System  IoT_4.pptx ppt presentationEmbedded System  IoT_4.pptx ppt presentation
Embedded System IoT_4.pptx ppt presentationMITS
 

Ähnlich wie Risc and cisc casestudy (20)

Processors used in System on chip
Processors used in System on chip Processors used in System on chip
Processors used in System on chip
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
CISC.pptx
CISC.pptxCISC.pptx
CISC.pptx
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdfCS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
 
R&c
R&cR&c
R&c
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
Risc and cisc computers
Risc and cisc computersRisc and cisc computers
Risc and cisc computers
 
Microprocessor presentation.pptx
Microprocessor presentation.pptxMicroprocessor presentation.pptx
Microprocessor presentation.pptx
 
Computer Organization.pptx
Computer Organization.pptxComputer Organization.pptx
Computer Organization.pptx
 
risc_and_cisc.ppt
risc_and_cisc.pptrisc_and_cisc.ppt
risc_and_cisc.ppt
 
Question 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdfQuestion 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdf
 
Microcontroller architecture
Microcontroller architectureMicrocontroller architecture
Microcontroller architecture
 
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
 
Unit I_MT2301.pdf
Unit I_MT2301.pdfUnit I_MT2301.pdf
Unit I_MT2301.pdf
 
Area Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorArea Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips Processor
 
Hg3612911294
Hg3612911294Hg3612911294
Hg3612911294
 
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
 
Embedded System IoT_4.pptx ppt presentation
Embedded System  IoT_4.pptx ppt presentationEmbedded System  IoT_4.pptx ppt presentation
Embedded System IoT_4.pptx ppt presentation
 

Kürzlich hochgeladen

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Kürzlich hochgeladen (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Risc and cisc casestudy

  • 1. ---From Jayvijay.V.Shah K.J.Somaiya Institute Of Engineering And Information Technology,Sion
  • 2. CASE STUDY What is a Microprocessor?  The microprocessor, also known as the Central Processing Unit (CPU), is the brain of all computers and many household and electronic devices.  A microprocessor is an electronic component that is used by a computer to do its work. It is a central processing unit on a single integrated circuit chip containing millions of very small components including transistors, resistors, and diodes that work together. Microprocessors help to do everything from writing to searching the Web. Microprocessors carry out these instructions at incredible speed—many millions of times a second.  Multiple microprocessors, working together, are the "hearts" of datacenters, super-computers, communications products, and other digital devices.  The first microprocessor was the Intel 4004, introduced in 1971. The 4004 was not very powerful; it was primarily used to perform simple mathematical operations. Microprocessor operation Microprocessors use three steps commonly called Fetch, Decode, and Execute.  In the Fetch step, an instruction is copied from the computer memory into the microprocessor.  In the Decode step, the microprocessor figures out what operation the instruction is meant to do.
  • 3.  In the Execute step, this operation is performed. Now,let’s talk something about RISC and CISC. RISC The Reduced Instruction Set Computer(RISC) Architecture was discovered by John Cocke in 1974.The new architecture design enabled computers to run much faster than previously. For his efforts, Cocke received the Technology in 1991. US National Medal of RISC, or Reduced Instruction Set Computer. is a type of microprocessor architecture that utilizes a small, highly-optimized set of instructions, rather than a more specialized set of instructions which are often found in other types of architectures At that time, the complex instruction set computer (CISC) architecture was the norm.The goal of the CISC design was to complete a task in as few lines of assembly code as possible. Architects would build complex instructions directly into the hardware—a microprocessor would come with a specific instruction set in which each single instruction executed a series of operations. In this design, the compiler had to do very little work to translate a high-level language statement into assembly language. It was later found that many small, short instructions could compute complex instructions more efficiently. This led to a design called Reduced Instruction Set Computing (RISC). Cocke and his team reduced the size of the instruction set, eliminating certain instructions that were rarely used. "He said that we wanted a
  • 4. computer with a simple architecture and a set of simple instructions that could be executed in a single machine cycle—making the resulting machine significantly more efficient than possible with other, more complex computer designs. With the new design, the CPU was only able to execute a limited set of instructions, but it could execute them much faster because the instructions were so simple. Each task, such as fetching an instruction, accessing memory or writing data, could be completed within a single machine cycle, or electronic pulse; with CISC, tasks often required multiple machine cycles, taking at least twice as long to execute a task. • RISC architectures represent an important innovation in the area of computer organization. • The RISC architecture is an attempt to produce more CPU power by simplifying the instruction set of the CPU. • One of the main concerns of RISC designers was to maximize the efficiency of pipelining. Characteristics Of RISC Architecture 1. The CPU takes less silicon area to implement,and also runs faster. 2. Simple Addressing Modes. 3. Simple Instruction formats. 4. Complex Operations are executed as sequence of simple instructions. Advantages Of RISC Architecture 1. Less Design Complexity 2. Reducing Design Cost 3. Reducing the time between Designing And Marketing. Disadvantages Of RISC 1. It usually leads to longer programs,which needs larger memory space to store 2. Time Consuming
  • 5. 3. More Memory Access may be needed CISC  Stands for "Complex Instruction Set Computing." This is a type of microprocessor design. The CISC architecture contains a large set of computer instructions that range from very simple to very complex and specialized. CISC are chips that are easy to program and which make efficient use of memory. The first PC microprocessors developed were CISC chips, because all the instructions the processor could execute were built into the chip. CISC was developed to make compiler development simpler. It shifts most of the burden of generating machine instructions to the processor. For example, instead of having to make a compiler write long machine instructions to calculate a square-root, a CISC processor would have a built-in ability to do this. The three decisions that led to the CISC philosophy are: Use Microcode: simple logic to control the data paths between the various elements of the processor. In a micro programmed system, the main processor has some built-in memory (typically ROM) that contains groups of microcode instructions which correspond with each machinelanguage instruction. Since the microcode memory can be much faster than main memory, an instruction set can be implemented in microcode without losing much speed over a purely hard-wired implementation.
  • 6. Build rich instruction sets: By using a micro programmed design, designers could build more functionality into each instruction. This design cut down on the total number of instructions required to implement a program, so it made more efficient use of a slow main memory. Made the job for assembly-language programmer simpler Build high-level instruction sets :After the programmerfriendly instruction sets were built, designers started to build instruction sets which map directly from high-level languages. Because microprogram instruction sets can be written to match the constructs of high-level languages, the compiler does not have to be as complicated. Allows compilers to emit fewer instructions per line of source  CISC tries to reduce the number of instructions for a program Advantages of CISC  As each instruction became more capable, fewer instructions could be used to implement a given task. This made more efficient use of the relatively slow main memory.  Because microprogram instruction sets can be written to match the constructs of high-level languages, the compiler does not have to be as complicated.  Memory was expensive in the early days of PCs, and CISC chips saved memory because their programming could be fed directly into the processor.  Microprogramming is as easy as assembly language to implement, and much less expensive than hardwiring a control
  • 7. unit. Disadvantages Of CISC  As many instructions as possible could be stored in memory with the least possible wasted space, individual instructions could be of almost any length this means that different instructions will take different amounts of clock time to execute, slowing down the overall performance of the machine.  Many specialized instructions aren't used frequently enough to justify their existence --- approximately 20% of the available instructions are used in a typical program.