Processor

The processor is the part of the computer that fetches, decodes and executes a program’s instructions.

It’s the ‘brain’ of the computer, because it’s the part that tells all the other components what to do.

Role of the processor

Multi-thread processors

Pretty much every modern processor is multi-threaded. That means that it can be carrying out multiple instructions at the same time, if the program is written to allow it.

If a processor has multiple cores, then it basically has lots of processors connected together, so they can work at the same time. This is called parallel processing.

See: processor core.

What’s a processor made of?

Processors are made of tiny transistors, which are like tiny switches that can be turned on or off. The transistors are arranged so that they produce , which are the building blocks of the processor - we combine logic gates together to make more complex circuits.

Parts of the processor

See processor components.