• Factors Affecting Performance ( 2 ) Flashcards

1
Q

What is pipelining?

A

Technique used to improve performance, through overlapping stages in the fetch execute cycle/breaking down stages in an arithmetic instruction.

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

How does the processor read words?

A

• When the processor need to read a word of data from memory, it puts the address of the desired word on the address bus.

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

How does the processor read words?

A

• When the processor need to read a word of data from memory, it puts the address of the desired word on the address bus.

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

What determines the maximum possible memory capacity of the system?

A

Width of the address bus.

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

What determines the largest operand that can be held in a word?

A

• The size of the data bus.
E.g. If the data bus 16 bits wide, a word cannot hold an integer greater than (2^16)-1
• Larger data bus can transmit larger values, or more characters at a time, or allow more bits per instruction.

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