Please enable JavaScript.
Coggle requires JavaScript to display documents.
Translators (there are three different types of translators (interpreters,…
Translators
-
-
-
-
-
interpreters are useful when debugging a program as it will start running the program immediately and it will stop when it comes to the first error
-
-
-
-
-
-
interpreters take one line of high level programming language and convert it directly into machine code and then run it
-