Types of Programming Language
Types of Programming Language
Programming languages can be categorized into several types based on their features,
purpose, and level of abstraction. However our focus will be more on the level of abstraction
and the programming paradigm. Here are the main types with examples of programming
languages that fall under the different types:
Machine Language: Binary code that the computer's processor can execute
directly.
Assembly Language: Uses mnemonic codes instead of binary, requiring an
assembler to convert it into machine language.
a. Procedural Languages
c. Functional Languages
d. Scripting Languages
e. Declarative Languages
a. Compiled Languages
b. Interpreted Languages
c. Hybrid Languages
4. Special-Purpose Languages
Markup Languages: HTML, XML (for structuring web pages and data).
Query Languages: SQL (for database management).
Hardware Description Languages: VHDL, Verilog (for circuit design).