Showing posts with label Low level programming language. Show all posts
Showing posts with label Low level programming language. Show all posts

Friday, May 29, 2015

Low level progrraming languages

The programming language that are very close to machine language are called low level programming language.the program instructions written in these language are in binary from 0 in 1 and symbol.the example of  low level programming languages are;


1:Machine language.


2:Assembly language.


low level programming language




1:Machine Language:-

 

the programming language in which instructions of the programming are written in binary form is called machine language.it is a fundamental computer language.it is very difficult to learn and to use.


2:Assembly language:-

 

 In the early computer,it was very difficult to write a program directly in machine code.Assembly language was developed to make the programming task easier.it is low level language.