In: Mechanical Engineering
List the high-level benefits of programming languages and identify the particular language(s) which are most closely associated with each such specific benefit.
High-Level programming languages are easier to understand and is user-friendly. With the help of these languages one can write applications that are portable across various platforms (such as Linux or windows) and is independent of any architecture (such as non-Intel ARM or the Intel).
High-Level programming languages are closer to human languages and much further from machine languages, that it means the code is something we can understand by knowing some basics in programming. The code written is almost readable by humans, something that can be read and pronounced.
The high-level programming languages are:
1) C, C++
2) FORTRAN
3) Cobol
4) Pascal
5) Java
6) Perl
7) Python
8) Ruby
9) BASIC
10) Visual Basic
Benefits of high-level programming language
1) Programmer friendly language.
2) Less memory efficient.
3) Easy to understand and simple to debug.
4) Portable and it can run on any platform.