Before learning programming language you have to know about language then we discuss programming language.
Language:
It is the medium of communication. Through which a person can communicate from one person to another person.
Language Communication
Language communication is classified in 3 types:
- Orally
- Written
- Signy
Programing Language
The language which user uses to communicate with the system is called programming language. A programming language can understood by the computer only writing any code.
This writing code is called software. Thus programming language is used to develop new requirement software's by the user.
Programing Language
It is classified as two types
1.Low level programming language
2.High level programming language
Low level programming language
The language which is directly understood by the computer is called low level programming language. In this programming language there is no requirement of any language translator. In h this language all information's are automatically converted into a particular binary form i.e 0 and1.
High level programming language
Similarly High level programming languages are does not directly understood by the computer. The most common high level programming languages are c , c++,java, .Net, html etc. It requires language translator such as.
1.Assembler
2.Compiler
3.Interpreter
1.Assembler
It convert the source code into object codes, that means all the programming bodies are converted into 0 & 1.
2.Compiler
It has an important role in programming language. The main purpose of the programming language is to debugging means find errors.
3.Interpreter
It is used to check line by line of different codes in a programming language.
No comments:
Post a Comment