Meaning of High-Level Language
High-level language (HLL) is created for developing user-friendly software and programs. It enables people to write programs easily in their native language like English, Spanish, etc. This programming language requires a compiler or interpreter to translate the program into machine language. It is easy to read, write, and maintain.
Example of High-Level Language
1.) Python
2.) Java
3.) C++
4.) C#
5.) Visual Basic
6.) JavaScript
7.) Objective C,
8.) Cobol,
9.) Pascal,
10.) FORTRAN
Advantages of High-Level Language
1.) High-level languages are programmer-friendly.
2.) It is a machine-independent language.
3.) Easy to learn, write, and maintain.
4.) Easy to find errors.
5.) Increase the productivity of the programmer.
Disadvantages of High-Level Language
1.) It takes additional translation times to translate the source to machine code.
2.) High-level programs are comparatively slower than low-level programs.
3.) A program written in machine language is more efficient than a high-level language.
4.) It requires more memory storage.
0 Comments