What is computer programming language and its types?
Answers
Answered by
0
Programming language is a language that computer understands. Like there are various languages (english, hindi) for humans to interact with each other, same way the machine also needs a certain language in which it can communicate with the human to execute the given instructions.
A welding machine doesn't needs any language to operate itself, it operates with the help of its mechanical design, because it is a mechanical device. A computer is an electronic machine, which uses logic to give output. To make calculations, perform functions etc. it needs to be given instructions from the outside world. It receives them and executes them, providing the output.
There are two types of programming language:
Low level
High level
Low level is the one which the machine understands after minor, easy and fast conversions, since it knows the language of 0 and 1. (Assembly Language which is low level, can be easily converted into machine language by using assembler)
High level is the one which humans understand, which is written in english language, and machine needs to convert it into its own language. ( C Language is high level and needs compilers for conversions)
The computer needs certain other functions to convert high level language into low level language, like compiler, interpreter etc.
A welding machine doesn't needs any language to operate itself, it operates with the help of its mechanical design, because it is a mechanical device. A computer is an electronic machine, which uses logic to give output. To make calculations, perform functions etc. it needs to be given instructions from the outside world. It receives them and executes them, providing the output.
There are two types of programming language:
Low level
High level
Low level is the one which the machine understands after minor, easy and fast conversions, since it knows the language of 0 and 1. (Assembly Language which is low level, can be easily converted into machine language by using assembler)
High level is the one which humans understand, which is written in english language, and machine needs to convert it into its own language. ( C Language is high level and needs compilers for conversions)
The computer needs certain other functions to convert high level language into low level language, like compiler, interpreter etc.
Answered by
0
the applications which we use in computer like Wordpad excel etc are all programs and every program need language and thats called programming language and which languages used in computer s programs called computer programming language..
types;; there are alot of types of languages which are used to make a program.
1. Java 2. java script 3. c# 4. c++ 5. python 6. ruby and so on..
you can search on google to know more about it
types;; there are alot of types of languages which are used to make a program.
1. Java 2. java script 3. c# 4. c++ 5. python 6. ruby and so on..
you can search on google to know more about it
Similar questions