Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming language - Coggle Diagram
programming language
-
High level languages
This is a computer programming language used to write programs. High level languages need to be translated into machine code through complier interpreter or assembler.
-
-
Compliers
A complier takes the source of code as a whole and translates it into machine code all in one go. Once converted, the object code can be run unassisted at any time. This process is called compilation.
-
-