Examples of high-level languages include BASIC, C, C++, COBOL, FORTRAN, Java,
Pascal, Perl, PHP, Python, Ruby, and Visual Basic.
Intro
High level languages are so clear because they allow you to code without worrying about
what the computer does. At the end of the day what actually matters is what your code does
and how performs, how it runs how good is your system of coding to the end goal of your
code; and put simply high level code is just better for that.
Some Advantages of using High Level code
Simple to use
The language is the simpler version to understand because it is largely or entirely
based of English language, meaning that learning a whole new language is not
necessary and adjustments to the code is far easier
Time efficient
Since your coding in the English language the computer can respond fast and you
don’t need to spend ages on syntax and converting things from one language to
another
Machine helps solve the problem
Writing in a machine language makes it harder for you to solve the problem, writing in
your language makes it easier since the machine anyway translates it back into its
own language
Programs can be shared among other people who are learning to code
Because all the coding is in English it means that the programs can be shared in
English to people who might want the code, to different websites or on display,
meaning the average person can understand them, complement them and perhaps if
your learning how to code you can use the high level languages because it provides
a much easier base and doesn’t require complexity.
FUN FACT: Elon Musk who is the richest coder ever and richest person used Java,
Python and C++ to code, Tesla and SpaceX also use these languages
Low Level Language Pro: It is memory efficient which is useful because it also
makes the programme faster