How do CPU/GPU “process”?

567 views

Like they don’t have moving parts, or do they? How does it decide where to send current based on the other currents/inputs etc coming in?

In: Technology

4 Answers

Anonymous 0 Comments

They don’t have moving parts, but they do have electrical switches (transistors) which control the flow of current. You can think of a transistor as an electrical component with 3 parts, the input, the output and the gate. By default current can’t flow between the input and output, but by applying a voltage to the gate you can allow current to flow.
Having these electrical switches lets you build up logic gates and adding circuits which among other things all come together for form the processor.

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