Eli5 how do the mechanics in CPUs work?

141 views

Like, yes, i know it’s electric and such. But I recently talked to an engineer and he, as I understand, said that there are still switches and other mechanics but microscopic inside CPUs and circuit boards.

In: 2

7 Answers

Anonymous 0 Comments

They are only transistors. A transistor is basically an electrically commanded switch.

Arrange transistors in some way and you make logic cells, AND, OR, NOT, that kind of thing. arrange these in some way and you get memory, additioners, multipliers, and so on.

Mix all that in a billion way and you get complex instruction sets across multiple cores and memory cache, basically a modern CPU.

You are viewing 1 out of 7 answers, click here to view all answers.