1.1.2 Types of Processor Flashcards
1
Q
What is CISC?
A
Complex Instruction Set Computer
- Large instruction set
- One cycle
2
Q
Benefits of CISC?
A
- Memory required is reduced due to size of code
- Less RAM needed
- Compliers are easier to design
3
Q
Drawbacks of CISC?
A
- Requires more transistors
2. Requires more power than RISC
4
Q
What is RISC?
A
Reduced Instruction Set Computer
5
Q
Benefits of RISC?
A
- Less transistors than CISC
- Smaller physical size
- Can make use of Pipelining
- One instruction per clock cycle
- Simplified hardware
6
Q
Drawbacks of CISC?
A
- Less Instructions than CISC
2. Software is more complicated as the hardware is simplified