1.2 CPU performance (clock speed, cores) Flashcards
what is cache for?
temporary storage for frequently accessed data
why does cache memory improve performance of the CPU?
it’s closer to the CPU than ram meaning it provides data and instructions faster
what is clock speed?
how quickly a cpu can process instructions
(3GHz - > 3 billion cycles per second)
what is a core?
a complete set of CPU components
each core is able to perform its own FDE cycle
how does the number of cores improve performance?
a computer with more cores will have higher performance because it can process more instructions at once
what are the limitations of having more cores?
if one core is waiting for another core to finish processing, performance may not increase at all
some software is not written to make use of multiple cores