What is a CPU?
It is often called the "brain" of a computer as a simple analogy, but remember that a CPU does not think or understand like a human brain. It executes machine instructions.
What does the CPU do?
Gets the next instruction from memory.
Interprets what the instruction requires.
Performs the required operation.
Places results where the system can use them.
CPU cores
A modern CPU may have multiple cores. Each core can execute instructions, allowing the processor to handle more work concurrently. More cores can help with multitasking and software designed for parallel work, but performance depends on many other factors too.
Clock speed
Clock speed is commonly expressed in GHz. It describes the frequency of the CPU's clock, but it is not a complete measure of performance. Architecture, core count, cache, power limits and the workload also matter.