how does a computer program arrange transistors to run a program? In other words, if transistors are so small, how can a computer ever know how to create the circuit required to run a program?

855 views

how does a computer program arrange transistors to run a program? In other words, if transistors are so small, how can a computer ever know how to create the circuit required to run a program?

In: Technology

5 Answers

Anonymous 0 Comments

A computer does not “arrange transistors”. They aren’t moved around to form circuits to run programs, they already are in the required configuration within the CPU. The CPU is manufactured that way with everything already in place as needed.

Computer programs simply interact with the CPU as it is designed to perform their tasks. It is a matter of writing the program in such a way as to interact with the CPU in a desired way, and for that the size of the transistors is irrelevant.

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