Systems and Architecture Flashcards
1
Q
How does CPU cores affect system performance?
A
- With more cores, there will be more FDE cycles being carried out which increases performance.
-Each core can have a separate task which also allows for multitasking - However, each core has to communicate with each other which can increase processing times.
2
Q
How does the clock speed affect a CPU’s performance?
A
The faster the clock speed is the faster the computer will carry out the FDE cycle and process instructions.
However, if the clock speed became too fast, data and instructions may not be processed correctly which leads to corruption.
3
Q
How does the cache memory affect performance?
A
The more cache there is, the more frequently used data that can be stored for quick retrieval which reduces bottlenecking and increases performance.
4
Q
What are the two types of system architecture?
A
Von Neumann and Harvard