Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming languages - Coggle Diagram
Programming languages
Translators
Translate high-level languages into low-level languages or other way around
Interpreters
Translate it line by line
Easy to find where the errors are
Compilers
Translate it all at once
Quicker than Interpreters
Assemblers
Translates it using Mnemonics
Humans can read it, but difficult and so can computers
Low-level languages
What the computer understands
Binary, Assembly, Machine
Hard for humans to understand
High-level languages
Easy for humans to understand
Hard for computers to understand
Python, C#, Java