1.1.2 Types of Processors Flashcards

1
Q

What is a processor instruction set?

A

A set of instructions a processor can apply to the flow of data during run-time of an appication.

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

What are the 2 processor instructions sets?

A

RISC

CISC

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

What does RISC stand for ?

A

Reduced Instruction Set Computer

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

What does RISC emphasize on?

A

The hardware

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

What is the purpose of a RISC instruction set?

A

To perform the smallest number of instructions so that speed can be maximised

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

What does CISC stand for ?

A

Complex Instruction Set Computer

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

What does CISC emphasize on?

A

The software

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

What is CISC?

A

A microprocessor designed with a full-set of instructions with intention to provide capabilities with the least assembly lines

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

What is an instruction split into ?

A

OPCODE AND OPERAND

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

What is an operand?

A

Data stored within the opcode.

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

What is an opcode?

A

Tells processor what operation needs to be performed.

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

What are the advantages of RISC?

A
  • pipelining is possible
  • small amount of instructions means high level langauge object code is more efficient.
  • can be single clock with pipelining
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the drawbacks of RISC?

A
  • Low cycles per second since the code is long
  • Speed depends on the opcode
  • Increasing complexity and length of instructions makes itr harder for RISC to work
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the advantages of CISC?

A
  • Very little work has to be done during translation

- Small code so greater clock speed.

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

What are drawbacks of CISC?

A
  • Overall slower clock speed
  • Instruction complexity increases with time
  • Cant implement pipelining
How well did you know this?
1
Not at all
2
3
4
5
Perfectly