Computer systems- CPU 'n other stuff Flashcards
(12 cards)
What is the role of the CPU?
Carries out the instructions given to a computer.
Define clock speed
Clock speed tells us how many instructions can be carried out within a second.
What is clock speed measured in?
Hertz
What is overclocking?
The process of changing a set clock speed.
What is the common amount of cores a CPU has?
2,4 or 18 cores
What can cores do?
Cores can allow more programs to be open and running without slowing down the performance.
What is cache?
Small amount of memory stored on a computer which temporarily holds data and instructions that the CPU is likely to re-use
Where does the CPU check for instructions first?
The CPU checks the cache first for instructions
How does this save time?
Saves fetching the instructions and data repeatedly from RAM
What is the rule of the AND gate?
Two inputs. Both inputs have to be 1 for the output to be 1.
What is the rule of the OR gate?
Also has two inputs however one or both inputs must be 1 to output 1 otherwise it’ll be 0.
What is the rule of the NOT gate?
Output will be the opposite of the input. If input is 0,output is 1.