Popular Posts

28 Mar 2011

Computer Language

Computer Language 


    Computer Languages are means of giving instruction to the computer .They are classified into two types :

    ♦ High Level Language (HLL)
    ♦ Low Level Language (LLL)

High Level Languages (HLL)
   
        Instructions and expressions written in English like languages is known as High Level Languages.High Level Languages are designed to make programming very easy.That is all the instructions in HLL can be easily understood by any Human being.Some of the HLL are , COBOL, PASCAL, BASIC, FORTRAN, C++.

Low Level Languages (LLL) 

       Low Level Languages are classified into 2 types (1) Assembly Language (2) Machine Language.Machine Language is the Binary language (0's and 1's) which is the only language understood by the computer.In assembly language programs are developed using codes.Machine Language is very easy complex and it takes time to write.So  programs were developed using coding which can be remembered easily.For adding two numbers it uses  ADD.In this language we can use numeric codes for writing programs.

The languages written in Assembly languages and HLL are translated using Language processors.

No comments: