answersLogoWhite

0

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.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Is 8051 a cisc or risc?

8051 is a CISC but having less number of instruction as comared to ARM which is RISC.CISC


What do RISC and CISC stand for?

CISC: Complex Instruction Set ComputerRISC: Reduced Instruction Set Computer


Which two categories are used to classify CPU architecture?

CISC and RISC are the two categories that are used to classify CPU architecture. CISC is an acronym for complex instruction set computer.


Is 8085 cisc or risc?

RISC is faster than CISC


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.


What is architecture characteristic of risc and cisc?

character of risc -load store architecture -fixed length instruction -hardwired control instruction -pipelined implementation character of cisc -many instruction that access memory directly -large number of addressing mode -variable length instruction code -support of misaligned accesses answer by sachita pandey


Different types of instruction set architecture?

RISC - Reduced Instruction Set Computer CISC - Comples Instruction Set Computer


What is the difference between CISC and RISC processor architectures?

CISC, or Complex Instruction Set Computing, provides a rich instruction set that has instructions for many different types of operations, e.g. logic, math, floating point math, and so forth. RISC, or Reduces Instruction Set Computing, has a much sparser set of instructions that allow you to do very much less with each instruction. Because the individual instructions are simpler, a RISC chip can execute many more instructions than a CISC chip in a certain amount of time. Additionally, because it needs many fewer transistors, a RISC chip can be built to use much less power than a CISC chip, even with power saving techniques like temporarily turning off unused parts of the chip. In modern computing, examples of CISC chips are the Intel Core and Atom series. Example RISC chips are the ARM and PowerPC chips.


Is pic microcontroller a cisc or risc?

risc


Dsp architecture cisc or risc?

risc


Is Pentium 4 a cisc or risc?

RISC


Why CISC chips are relatively slow per instruction?

Short answer: CISC instructions consist of several RISC instructions. That makes CISC slower (per instruction) compared to RISC.Compared to other architectures, CISC processors have relatively powerful instructions, which used run so called microprograms. For each instruction, the corresponding microprogram has to be fetched and executed, which is considerably slower than just using 'real' hardware instructions (compare RISC). According to wikipedia, microprogrammed processors are no longer common. Instead, a special unit resolves CISC instructions to RISC instructions.