Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming languages (Integrated development environments (IDEs)…
Programming languages
-
Types of languages
High level
Programming languages that are easy for people to read and write, but computers cannot understand
-
-
-
-
Low level
-
Machine code
Uses binary or hexadecimal instructions, a programming language that a computer can directly respond to.
-
Programming software
-
Interpreters
Interprets code one line at a time, therefore slower.
Debugging is easier, because each line of code is analysed and checked before being executed
Weaker intellectual property protection as you can easily get de-compilers that convert the p-code back into actionscript source code
-