

And the programmer will initiate respective corrections to do needful accordingly.īy a glance through the program it is easy to visualize the function of the program. While coding if we do some errors then we can easily locate those errors and if we miss then during compilation those errors would get detected by the compiler. High-level language programs are easy to get developed. Now we shall discuss about the advantages of high-level languages Thus a program written in high-level language usually takes longer time to execute.
#HIGH LEVEL PROGRAMMING LANGUAGE LIST CODE#
The machine language code generated by the compiler might not be as compact as written straightaway in low-level language. These translator programs, specially compilers, are huge one and so are quite expensive. And after that, as when required, the executable code will get executed. In case of compiler, the whole program will get translated as a whole and will create an executable file. In case of interpreter, prior execution, each and every line will get translated and then executed. There are two types of translators for high level language programs. It requires some translator to get it translated to machine language. Now let us discuss about the disadvantages of high-level languagesĪ high level language program can’t get executed directly.

The meaning of the word syntax is grammar.

Each high level language will have its own syntax and keywords. High-level languages are like English-like language, with less words also known as keywords and fewer ambiguities.
