How are individual bits controlled inside of a CPU?

319 views

I know there are transistors to represent 1 and 0 (on and off), and I know that assembly is the lowest human-readable level you can get to telling the CPU exactly what to do. Any and all processes between that are an enigma to me, and I would love to know how it works.

In: 35

10 Answers

Anonymous 0 Comments

[https://nandgame.com/](https://nandgame.com/)

This is a great interactive game to show how each component leads from one to the next! It’s basically all about finding a pattern to do something slightly more complicated, and using that to do something slightly more complicated, and do that about 3-4 dozen times and you get something pretty dang complicated.

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