Types of Computer Programming Language - Software Engineering Zero to Hero
There are many types of Computer Programming Language,
1. Low Level Language
2. Medium Level Language
3. High Level Language
Apart from these computer language also divided into different categories like as mentioned below,
Imperative
languages: Computer Programming Language which give the programmer explicit
control over the flow of the program. Examples include C, C++, and Java.
Functional
languages: Computer Programming Language which are based on the idea of
mathematical functions. Examples include Lisp and Haskell.
Logic
languages: Computer Programming Language which are used to encode logical
relationships. Examples include Prolog and Mercury.
Object-oriented
languages: Computer Programming Language which are based on the idea of
"objects" that contain both data and code. Examples include Java,
C++, and Python.
Scripting
languages: Computer Programming Language which are interpreted languages used
to write scripts for tasks such as automating system administration and web
development. Examples include Python, Ruby, and JavaScript.
Domain-specific languages: Computer Programming Language which are designed for a specific application domain. Examples include SQL for database management and HTML for web development.
Post a Comment