Generations of Programming Languages
Generations of Programming Languages
Second generation of programing languages is also low level language which is known as
assembly language. It is also called low level language because assembly language is so close
in nature to machine language. Assembly languages use mnemonic operation codes and
symbolic addresses in place of 1s and 0s to represent the operation codes. Symbolic
addressing is the ability to express an address in terms of symbols chosen by the programmer
rather than in terms of the absolute numerical location. Assembly language is the human-
readable notation for the machine language used to control specific computer operations.
Assembly languages are the interface between Machine level language and High level
languages.
This is the set of current generation programming languages. These languages are similar or
closer to human languages. They are non-procedural languages, so named because they allow
programmers and users to specify what the computer is supposed to do without having to
specify how the computer is supposed to do it.
These are type of languages that contain visual tools to help build up a program. These
languages are still in developing stage where we could write statements that would look like
normal sentences. The structure of statements in this language is similar to the normal
sentences that we use for communication. Natural language processing allows the fifth
generation language make program to process and analyze large amounts of natural language
data and generate result. Languages used for writing programs for Artificial Intelligence,
come under 5GL.