CISC RISC

?
What does CISC mean?
Complex Instruction Set Computing
1 of 14
What does RISC mean?
Reduced Instruction Set Computing
2 of 14
In which architecture do programs take up more RAM?
RISC (Because programs have to be implemented using a larger amount of instructions)
3 of 14
Which architecture usually has the higher clock speed?
RISC
4 of 14
Which architecture contains more general-purpose registers?
RISC
5 of 14
Which architecture is most similar to high-level programming?
CISC
6 of 14
Which architecture contains the highest amount of instructions?
CISC
7 of 14
Which architecture attempts to lower execution speed by performing less instructions per program?
CISC
8 of 14
Which architecture attempts to reduce execution speed by executing instructions faster (less CPU cycles per instruction)?
RISC
9 of 14
Which architecture has issues with performing pipelining?
CISC (This is because CISC instructions can vary in length meaning the CPU has to start decoding it before it can finish the fetching stage, whereas RISC instructions are always 4 bytes so no decoding has to be performed)
10 of 14
In which architecture are instructions allowed to directly modify memory, while also performing other functions?
CISC (In RISC, only LOAD and STORE can modify memory directly)
11 of 14
In which architecture do instructions perform multiple steps?
CISC (RISC instructions generally only perform a single action)
12 of 14
Which architecture requires more effort from the compiler to perform compliation to?
RISC (Because 'simple' operations need to be translated into more instructions than in CISC)
13 of 14
Which architecture provides less memory addressing options?
RISC (Because most instructions can't directly access RAM, but only registers)
14 of 14

Other cards in this set

Card 2

Front

What does RISC mean?

Back

Reduced Instruction Set Computing

Card 3

Front

In which architecture do programs take up more RAM?

Back

Preview of the front of card 3

Card 4

Front

Which architecture usually has the higher clock speed?

Back

Preview of the front of card 4

Card 5

Front

Which architecture contains more general-purpose registers?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Fundamentals of computer systems resources »