answersLogoWhite

0

How does a R.I.S.C processor differ?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

The term RISC means Reduced Instruction Set Computer, as opposed to CISC, which is Complex Instruction Set Computer. The RISC processor is different from the CISC process between it has far fewer instructions, but it executes them much faster, because of its simpler internal design.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does a R.I.S.C processor differ?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What processor use RISC technology?

Macintosh's processor (produce by Intel) are the most common use RISC technology.


How do you determine if your processor is RISC or CISC?

RISC (reduced instruction set computer) and CISC (complex instruction set computer) are two major types of processor architecture. These styles differ in the way that they handle incoming instructions, making it difficult to compare the clock speeds of the two types, as a 2.0ghz RISC processor will be faster or slower than a 2.0ghz CISC processor depending on the structure of individual applications. Knowing which type of processor you have is accomplished by knowing which company made your processor.Related Searches:Gaming ProcessorCredit Card ProcessorDifficulty:EasyInstructions1 Open the "Start" menu.2 Press "Run."3 Type in "msinfo32" and press "Enter."4 Click "System Summary" and read the "Processor" tab. If your processor is made by Intel you have a RISC processor. If it was made by AMD you have a CISC processor.


From where can you get a computer with an HPPA-RISC processor today?

HP PA-RISC systems are available from HP and authorized vendors -- contact HP


What type of processor does not directly implement instructions that combine data movement and manipulation a. CISC b. RISC c. microprocessor d. PSW?

risc


What is arm9 risc 32-bit processor?

Its exactly what is says on the tin. A 32-bit processor that uses the ARM9 architecture.


Which has less number of instruction risc or cisc?

RISC stands for Reduced Instruction Set Computer. The design strategy of a RISC processor includes limiting the number of instructions. This does not mean that ALL RISC processors have less instructions than ALL CISC processors, but in general, they do.


Does a RISC processor have complex instruction sets each requiring several clock cycles for execution?

A pure RISC processor does not, however most modern RISC processors have high speed floating point arithmetic units (and sometimes other functional units) that do take multiple clock cycles for execution. Pipelines and out of order completion mechanisms are used to hide some of the effects of this.


Which machine tend to make use of internal resources of the processor and a rich set of registers and a pipelined organization?

RISC


What has the author M Fathy written?

M. Fathy has written: 'a RISC-type programmable morphological image processor'


What is the full form of ARM?

.ARM is a Processor stands forAdvanced RISC Machines( RISC is a system stands for Reduced Instruction Set Computing ).Also ARM stands forAlliance for Responsible Mining a department for mining


What is full form of ARM proccesor?

.ARM is a Processor stands forAdvanced RISC Machines( RISC is a system stands for Reduced Instruction Set Computing ).Also ARM stands forAlliance for Responsible Mining a department for mining


Please can someone give me the answera) Identify any FOUR 4 drawbacks of a CISC processor compared to a RISC processor?

In CISC, the instruction set is very large that can be used for complex operations while in RISC the instruction set is reduced, and most of these instructions are very primitive. CISC computer's execution time is very high whereas RISC computer's execution time is very less. In, CISC code expansion is not a problem while in RISC code expansion may create a problem. In CISC, decoding of instructions is complex whereas, in RISC, the decoding of instructions is simple. CISC requires external memory for calculations, but RISC requires external memory for calculations. CISC has only a single register set while RISC has multiple register sets are present.