Friday, August 9, 2013

Computer Language

There are 2 types of computer languages. They are:
1. Low-level language
2. High-level language

1.Low-level language- A language in which each statement is directly translated into a single machine code is known as a low-level language.Assembly language is an example of low-level language.It has some demerits.The programmer should know the structure of the computer(architecture,instructions,etc.) in which we want to do programming.

2. High-level language - The programming language that is independant of the computer is referred as high-level language. It is problem oriented rather than computer oriented. The programmer does not need the knowledge of the architecture of the computer that is being used.

No comments:

Post a Comment