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.