1.1.2 Types of Processor - CISC and RISC Flashcards
What are two advantages of RISC compared with CISC?
When using RISC Architecture, programs run faster due to simpler instructions.
The simple instruction sets used in RISC do not require as complex hardware as CISC does, meaning it costs less.
Which has more addressing modes out of CISC and RISC?
CISC has a large amount of addressing modes avaliable
How many cycles does each instruction take when using CISC and how many when using RISC?
When using CISC, each instruction may take multiple cycles, whilst instructions only ever take 1 cycle when using RISC
Which, out of CISC and RISC, support pipelining?
RISC supports pipelining whilst CISC does not.
Which processor architecture lends itself to repetitive tasks where the same instruction is carried out on sets of similar data?
RISC lends itself to tasks where the same instruction is applied to similar data repetitively.