Home>Article> What is an application written using a high-level programming language called?

What is an application written using a high-level programming language called?

王林
王林 Original
2020-06-24 13:57:00 8589browse

What is an application written using a high-level programming language called?

Generally, applications written in high-level programming languages are called source programs. This kind of program cannot be run directly on the computer and needs to be translated into a machine by a corresponding language processing program. language program before it can be run.

(Recommended learning:Introduction to java development)

Introduction to relevant knowledge points:

High-level language (high-level programming language) is not It refers specifically to a specific language, but includes many programming languages, such as the popular java, php, c, c, C#, pascal, python, lisp, prolog, FoxPro, Easy Language, Chinese version of C language, etc. , the syntax and command formats of these languages are different.

High-level language has nothing to do with the computer's hardware structure and instruction system. It has stronger expression ability, can easily express data operations and program control structures, can better describe various algorithms, and is easy to Learn to master.

However, the program code generated by high-level language compilation is generally longer than the program code designed in assembly language, and the execution speed is also slower. Therefore, assembly language is suitable for writing programs that require high speed and code length and programs that directly control hardware.

High-level languages, assembly language, and machine language are all languages used to write computer programs.

The above is the detailed content of What is an application written using a high-level programming language called?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is a linear table Next article:What is a linear table