RISC and CISC processors Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does RISC stands for?

A

Reduced Instruction Set Computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does CISC stands for?

A

Complex Instruction Set Computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Talk about RISC processors

A

In these processors, there is a small set of instructions, and each instruction is approximately one line of machine code, taking one clock cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Talk about CISC processors

A

In these processors. there is a large instruction set and thus tasks are executed in fewer lines of machine code with respect to using RISC instructions set thanks to the built-in hardware instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where are CISC processor commonly used?

A

microcontrollers and embedded systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Pros of using RISC processors

A

Pipelining is possible since each instruction takes one clock cycle
it requires less transistors and, thus, it is smaller in size, requiring less power and generating less heat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pros of CISC processors

A

less RAM is required as there are less lines of code
the compiler has less work to do translate from high level code to machine code
compilers are easier to design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cons of RISC processors

A

More RAM is required to store code
Compiler has to do more work to translate high level code to machine code and the high level code is more likely to be complicated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cons of CISC processors

A

inefficient use of space as many specialised instructions may be never or rarely used
requires more transistors and a large physical size thus requiring more power and generating more heat.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly