How does each factor affect CPU performance?
1.Clock Speed - Higher clock speed more instructions can be processed, 1 hertz = 1 billion fetch-decode-execute cycles.
2.Number of Cores - More cores more instructions, each core in a CPU process data independently of the rest.
3. Cache Size - Temporary memory of a small amount of highspeed RAM, bigger cache, less time processer has to wait for instruction.