Language is a technique to explain our ideas and feelings to other
Table of Contents
Language
Generally, language contains two-part
1. Grammer:- It means rule and regulation
2.syntax:-It means writing style.
History of language in computer
1.ALGOL(Algorithmic language)
2. BCPL (Basic combined programming language)
3. B Language
4. C Language
5. ANSI C
1. ALGOL:-
π It was the first computer language having no grammar and syntax.
π Developed by international group in 1960.
π use of ALGOL Language in scientific and engineering calculation.
2. BCPL:-
π It was a second computer language having syntax but no grammar.
π It is seme-verbal language
π It was developed in 1963 by Martin Richard
3. B Language
π It is developed in Bell lab and developed by Ken Thompson in 1969.
π It is verbal language(having Grammar and syntax.)
4. C Language:-
π c is a programming language that was developed at AT&T’s Bell lab in the USA In 1972.
π It was designed and written by a man named Dennis Ritchie.
What is Programming Language
π Programming is the process of designing and building an executable computer program to accomplish a specific computing/operations result.
π programming is performed in a computer language by arranging a set of computer-understandable instructions in a logical sequence to get the expected result.
Types of Programming Language
1. LOW-LEVEL LANGUAGE:-
π It is machine language
π First generation language
π Difficult to write but easy to understand by computer
π No Translator required.
π ex:-Binary number(0,1)
2. MIDDLE LEVEL LANGUAGE:-
π It is an assembly language
π 2nd generation language.
π It is difficult to both write and understand
π Translator required assembler
π ex:-Mnemonics code, ADD, SUB, START, etc
3. HIGH LEVEL LANGUAGE:-
π Similar to English language
π 3RD Generation language
π Translator required compiler, and interpreter.
π ex:-Alphabet, Number and C,C++,JAVA ete.