Please enable JavaScript.
Coggle requires JavaScript to display documents.
program construction, assemblers,interpreters and compilers, translators,…
program construction
-
-
-
but there are apps what let you use some of the human language to program with and that type of programming is callec high level programming
assemblers,interpreters and compilers
assemblers the assemblers language is a low level language. It is almost in a form that the cpu can understand
-
-
syntax analysis tokens are checked to see if they match the spelling and grammar expected, using standard language defenitions
advantages of a compiler, a compiler program runs faster than an interpreted program the executable file can be saved and be used more than once without needing a recompile
a compiler checks all lines of code while the interpretet only checks the ones which have been exacuted
translators
computers can only translate binary code so in order for it to use human language in its code they need a translator to translate it from human code to binary code so the cpu can understand it
it covers all types of software using compilers,interpreters and assemblers
-
-
-