Computer language and it's types - Tech Info
Computer language and it's types - Tech Info
Computer language-:
Also know as programming language.
Programming languages are like special languages that allow humans to communicate with computers. They are used to write instructions, or "code," that the computer can understand and execute.
There are many different types of programming languages, but they can generally be divided into a few categories:
1. Procedural languages: These languages follow a specific set of procedures or steps to execute a program. Examples include C, Pascal, and Fortran.
2. Object-oriented languages: These languages organize code into objects that have properties and methods. Examples include Java, Python, and C++.
3. Functional languages: These languages treat computation as the evaluation of mathematical functions and avoid changing- state and mutable data. Examples include Haskell, Lisp, and F#.
4. Scripting languages: These languages are used for automating tasks, and typically have a simplified syntax for ease of use. Examples include JavaScript, Perl, and Ruby.
5. Markup languages: These languages are used for describing the structure and formatting of data, like HTML and XML.
6. Domain-specific languages These languages are designed for specific purposes, like SQL for querying databases, or MATLAB for scientific computing.
Comments
Post a Comment