+ 2
How codes work?
can anyone tell me in the first place why people made codes and how do they actually works?
5 Answers
+ 8
Why? Because it's not doable to directly program in binary
How does they work? They get converted to binary
+ 8
With a compiler, it follows an algorithm which knows how each lines of codes could be directly rewritten in binary
+ 4
basically the high level programming languages compiling the code line by line to multiple programming languages, that's why they called high level programming languages.
Java -> C / C++ ( I guess ) -> assembly -> binary.
+ 2
and how computer convert the codes?
+ 2
oh i see