January 19, 2013

High level Language


high level language



In this language we use English like words and mathematical symbols to write a program.
High-level languages were developed because of the difficulty of programming using assembly languages. High-level languages are easier to use than machine and assembly languages because their commands are closer to natural human language. In addition, these languages are not CPU-specific. Instead, they contain general commands that work on different CPUs. 

ADVANTAGES:
1. It is very easy to learn and write language in high level language.
2. It is very easy to debug and modify this program.
3. The program written in high level language is machine independent.

DISADVANTAGES:
1. Program has to translated for execution. It takes more time to execute the program.
2. Certain machine specific task cannot be performed on high level language.

No comments:

Post a Comment