What High Level Programming Language Means?

Comments
We all have seen the demerits of Low Level Programming Language such as Machine or Assembly Code. The programmers has to write hundreds of lines of Instruction Sets just to perform few simple task.

To overcome this time consuming and Complex method of writing programs, High Level Programming Language was created, so that we (programmers) don't have to write thousands of line of Codes.

Some examples of High Level Programming Language are C/C++, Java, C# and many more.

Leanr_Free_Coding_Fresherstalent.com
Example of High Level Programming Language - C# Code
The High Level Programming Language are very much similar to our native language, so its easy for us to write codes based on our native language.

All High Level Programs must be translated to Machine Language for its execution. And the process of converting High Level Language to Machine Code is called Compilation.

The program that does this translation is called Compiler.
Learn_Free_Programming_Language_FreshersTalent.com
Compilation Process
While writing the codes in High Level Programming Language, we don't have to worry about any other thing, Compilers and Assembler does their job and translates the High Level Program Code into Low Level Code which Machine can understand (i.e.Machine Code).

0 comments:

Post a Comment