Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming language classifications - Coggle Diagram
programming language classifications
level 1 (machine code)
advantages
is really efficient as it communicates directly to the computer
in binary code (doesnt require a assembler
disadvantages
is very difficult to learn as uses binary which can not be interrupted by humans
higher level
is very close to English but has to be transmitted to lower level languages like machine code before it can be interpreted by the computer
lower level
is a language much less like English can difficult to understand and can either be directly or then turned into machine code to interrupt
level 2 (assembly)
advantages
it is more readable as is closer to English but is still difficult to learn
disadvantage's
it can not be directly interrupted by the computer has to be converted to machine code
specific to one kind of processor wont work on other computers
level 3
advantages
is so close to English much more readable and intuative
can be interpreted by all computers
disadvantage
can not be directly interrupted by the computer has to be converted to assembly then machine code
level 4
advantages
practically English is so readable can just speak to it
disadvantages
is not efficient has to be converted serval times before being interrupted by the cpu