High-level languages include: 1. java; 2. C language; 3. c; 4. C#; 5. PHP; 6. python; 7. Perl; 8. pascal; 9. lisp; 10. Visual Basic etc. In addition to the above, high-level languages also include many other programming languages, and their syntax, commands, etc. are different.
# Computer languages are divided into high-level languages and low-level languages. High-level language is mainly relative to assembly language (machine language). It is a highly encapsulated programming language; it is programming that is closer to natural language and mathematical formulas. It is basically separated from the hardware system of the machine and is easier for people to understand. Write a program in a certain way; the program you write is called a source program.
High-level language is a programming language based on human daily language. It is expressed in words that are easy for ordinary people to accept (such as Chinese characters, irregular English or other foreign languages), thus making it easy for programmer to It is easier to write and has higher readability, so that people with less computer knowledge can roughly understand its content.
High-level language does not refer to a specific language, but includes many programming languages (dozens), such as the popular java, C language, c, C#, PHP, python, Perl, Pascal, lisp, prolog, Visual Basic (VB for short), FoxPro, delphi, Yi Language, fortran, etc. The syntax and command format of these languages are different.
The above is the detailed content of What do high-level languages include?. For more information, please follow other related articles on the PHP Chinese website!