They Way
of Communication between two sources is called a language.And the way of communicate between user
and computer is called programing language.
Types Of Programming Language:
Machine Language:
The language which is based on binary
numbers or the language of 0s and 1s is called machine language.0 and 1 is the concept of electricity on
and off. This language is directly understood and obeyed by the computer
without any translator.
Assembly Language:
Assembly language were developed in
1950 to reduce the complexity of programming. In this language abbreviation or
mnemoric code were used for example, ADD
for addition. This language is also known as symbolic language. Assembly language do not replace machine language. However, it must be converted into machine code for an assembly language program to be executed.
for addition. This language is also known as symbolic language. Assembly language do not replace machine language. However, it must be converted into machine code for an assembly language program to be executed.
High Level Languages:
These
languages were developed to make programming more easier, less error prone and
to remove the details of the internal structure of a particular computer. These
languages is much similar to the human languages. Fortran ii was one of the
first language which was introduced in 1958. The computer does not understand
these languages directly, they have to processed by passing them through
compiler which translates them into machine code then it can be executed.
e.g Java, Pascal, Fortran ii
Post a Comment