When you code something, how does the computer know what it means? Sure it might match what you wrote to correspond to the language the code is written in, but how does that translate to the ones and zeros and so on. Can someone walk me through the ENTIRE process, everything online isn't too clear.
How the fuck do computers work?
Other urls found in this thread:
coursera.org
nand2tetris.org
pcpartpicker.com
twitter.com
should go through nand2tetris or some other computer architecture course
It doesn't, that's the magic. Every letter, number, symbol you type is absolutely meaningless to a computer.
What if you write in machine code
That's also meaningless, this gets turned into micro-ops which the silicone can finally optimize to be used to alter on and off states in the transistors. In the end the computer will only ever see 1s and 0s.
Code by petzold is also a good intro and noob friendly.
Once you get to machine code, each symbol is converted into 1s and 0s, after which the specific patterns route the data through the computer