03-Lecture-PF-Generations of Porgraming Languages
03-Lecture-PF-Generations of Porgraming Languages
• For example:-C,C++,JAVA,C#
Forth Generation Language
• Fourth-generation programming languages (4GL) were created to enhance
programmer productivity in specific domains such as database querying and
report generation.
The syntax of a fourth-generation language is generally closer to human
language than the syntax from previous generations of programming
languages.
• A single statement in a fourth-generation language can automatically
generate the equivalent of a series of instructions in a third-generation
language, reducing the time it takes to develop an application.
Examples of fourth-generation languages include Structured Query
Language (SQL), LisP, etc……
• SQL Example Code = SELECT * FROM Book WHERE price > 100.00 ORDER
BY title;
Fifth Generation Languages
• languages used for artificial intelligence and neural networks.
Artificial &
Neural Network
Oriented
Machine Assembly Domain Languages
Language High Level
Language Specific Like
(Binary Language
Like Move, SQL,LisP PROLOG,MERC
Language) C,C++,JAVA
ADD,SUB URY
0,1
Programing Languages
Binary/machine language
Assembly languages e.g. C,C++,JAVA,SQL