On this page
Categories
Categories of Computer Lanuages
1. High-Level Languages
- Definition: Languages that are closer to human languages and abstract away most hardware details.
- Examples:
- Python
- Java
- C++
- Ruby
- JavaScript
2. Low-Level Languages
- Definition: Languages that are closer to machine code, offering little or no abstraction from a computer’s instruction set architecture.
- Examples:
- Assembly Language
- Machine Code
3. Procedural Programming Languages
- Definition: Languages that follow a sequence of procedural steps or instructions to perform a task.
- Examples:
- C
- Pascal
- Fortran
- BASIC
4. Object-Oriented Programming (OOP) Languages
- Definition: Languages based on the concept of “objects”, which can contain data and code to manipulate that data.
- Examples:
- Java
- C++
- Python
- C#
- Ruby
5. Functional Programming Languages
- Definition: Languages that treat computation as the evaluation of mathematical functions and avoid changing-state and mutable data.
- Examples:
- Haskell
- Lisp
- Erlang
- Scala
- F#
6. Scripting Languages
- Definition: Languages that are usually interpreted and used for automating tasks.
- Examples:
- JavaScript
- Python
- Ruby
- PHP
- Perl
7. Markup Languages
- Definition: Languages designed for the processing, definition, and presentation of text.
- Examples:
- HTML (HyperText Markup Language)
- XML (eXtensible Markup Language)
- Markdown
8. Query Languages
- Definition: Languages used to make queries in databases and information systems.
- Examples:
- SQL (Structured Query Language)
- SPARQL
- GraphQL
9. Domain-Specific Languages (DSLs)
- Definition: Languages specialized to a particular application domain.
- Examples:
- MATLAB (for numerical computing)
- R (for statistics and data analysis)
- Verilog (for hardware description)
- SQL (for database queries)
- CSS (for styling web pages)
10. Concurrent Programming Languages
- Definition: Languages designed to handle concurrent computations.
- Examples:
- Go
- Erlang
- Rust
- Ada
11. Logic Programming Languages
- Definition: Languages based on formal logic.
- Examples:
- Prolog
- Datalog
12. Assembly Languages
- Definition: Low-level languages that have a strong correspondence between the language and the machine’s instruction set architecture.
- Examples:
- x86 Assembly
- ARM Assembly
- MIPS Assembly
13. Constraint Programming Languages
- Definition: Languages where relations between variables are stated in the form of constraints.
- Examples:
- Oz
- MiniZinc
14. Fourth-Generation Languages (4GL)
- Definition: Languages that are closer to human language and are typically used in database querying, report generation, and GUI development.
- Examples:
- SQL
- MATLAB
- SAS
- Informix-4GL
15. Fifth-Generation Languages (5GL)
- Definition: Languages that focus on solving problems using constraints given to the program, rather than using an algorithm written by a programmer.
- Examples:
- Prolog
- Mercury