• Factors Affecting Performance ( 2 ) Flashcards
What is pipelining?
Technique used to improve performance, through overlapping stages in the fetch execute cycle/breaking down stages in an arithmetic instruction.
How does the processor read words?
• 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 does the processor read words?
• When the processor need to read a word of data from memory, it puts the address of the desired word on the address bus.
What determines the maximum possible memory capacity of the system?
Width of the address bus.
What determines the largest operand that can be held in a word?
• 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.