The differences between and uses of CISC and RISC processors. Flashcards
1
Q
What does RISC stand for?
A
Reduced Instruction Set Computers
2
Q
What is RISC?
A
- Small instruction set
- Each instruction is approximately one line of machine code and takes one clock cycle
3
Q
What does CISC stand for?
A
Complex Instruction Set Computers
4
Q
What is CISC?
A
- Large instruction set
- Aim is to try and accomplish tasks in as few lines of assembly code as possible
- Built into the hardware
5
Q
One advantage of RISC compared to CISC
A
Pipelining is possible since each instruction takes one clock cycle
6
Q
One advantage of CISC compared to RISC
A
Less RAM is required since code is shorter
7
Q
Differences between CISC and RISC
A
- CISC is more complex / RISC is simpler
- RISC takes one machine cycle / CISC takes many cycles to complete one instruction
- RISC fixed number of bytes / CISC variable number