Tagged Questions

16
votes
14answers
1k views

Can someone tell me the very basics of how computer programming works?

Basically, my question is what makes all the words of a programming language actually do anything? I mean, what's actually happening to make the computer know what all of those words mean? If I ...
4
votes
5answers
124 views

Are compiled programs actually in true binary?

For example, when I compile a C application is the outputted file read as binary or does the OS then interpret the compilation? Is the "machine language" pure binary? EDIT: Yes, everything on a ...