About Programming Langauage
Every language is depending two conditions.They are
Programming language are available in 3 levels.They are
1.Low level language ----------------first generation
Example is BINARY LANGUAGE (Instruction format example 1100100101)
2.middle level language---------------second generation
Example is ASSEMBLY LANGUAGE(Instruction Format example MOV A B)
3.high level language-----------------Third,fourth, fifth generation
Example is JAVA, .NET(Instruction format main(){ })
Every language is depending two conditions.They are
1.Syntax --> Syntax always concentrating on grammar rules
2.Semantics--> Its is always concentrating on meaning of the Statement
----Programming language main benefit is communication with the sytstem
Programming language are available in 3 levels.They are
1.Low level language ----------------first generation
Example is BINARY LANGUAGE (Instruction format example 1100100101)
2.middle level language---------------second generation
Example is ASSEMBLY LANGUAGE(Instruction Format example MOV A B)
3.high level language-----------------Third,fourth, fifth generation
Example is JAVA, .NET(Instruction format main(){ })
No comments:
Post a Comment