Please enable JavaScript.
Coggle requires JavaScript to display documents.
Translators - Coggle Diagram
Translators
-
MOST programmers don't program in binary -> because it is too difficuld to write, read and maintain. SOME programmers will because it provides them more precise control of the hardware
Low-level langauge -> assembly -> CLOSEST thing to binary without being binary -> assembler converts assembly source code to object code so it can be converted to be executed by the processor
Translators are used to convert code from high-level languages into machine code so it can be understood and executed by the processors
-
-