What is clock speed?
The speed at which instructions are executed via the fetch decode execute cycle
What is clock speed measured in?
Hertz (Hz) - once per second
What is cache memory?
Its is temporary and stores data that needs to be accessed quickly
Disadvantages to cache
More expensive than RAM
Will only have KB of storage compared to GB of RAM
What are cores
Carry out the fetch decode execute cycle
More cores means more cycles/instructions can be processed at once
TRUE OR FALSE AND WHY?
Having multiple cores does not necessarily improve performance
TRUE
because the program may not have been developed to use multiple cores.