Eli5 Where exactly do computers make decisions?

659 views

I understand the concept of coding, that it’s a bunch of if/then/unless kind of hardwired decisions. But where, PHYSICALLY, and how does this happen? This one I need actually explained like I’m five. I’ve never understood how code physically implements itself into fruition.

In: 1

10 Answers

Anonymous 0 Comments

its all transistors in the cpu, all code is executed by logic gates, aka transistors. So it’s literally just electricity flowing through the transistors

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