Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer languages - Coggle Diagram
Computer languages
Markup languages
HTML
which allows us to describe how information will be displayed on web pages
XML
enables us to define our own tags
VoiceXML
which makes Web content accessible via voice and phone
Programming languages
High-level languages
FORTRAN
used for scientific and engineering applications.
COBOL
used for business applications.
BASIC
used to build graphical elements
PASCAL
used in universities to teach the fundamentals of programming
Java
Java applets provide animation and interactive features on web pages
C
used to write system software
Low-level languages
Machine code
Assembly
languages
They are closer to the hardware. They are quite complex and restricted to particular machines.