A program written in a high-level language is called a source program. Source code (also called source program) refers to an uncompiled text file written in accordance with certain programming language specifications. It is a series of human-readable computer language instructions. The ultimate purpose of the source program is to translate human-readable text into binary instructions that the computer can execute.
#A program written in a high-level language is called a source program.
(Learning video recommendation: java teaching video)
Related introduction:
Source code (also called source program) refers to the future A compiled text file written in accordance with a certain programming language specification is a series of human-readable computer language instructions. In modern programming languages, source code can appear in the form of books or tapes, but the most commonly used format is a text file. The purpose of this typical format is to compile a computer program.
The ultimate goal of computer source code is to translate human-readable text into binary instructions that the computer can execute. This process is called compilation, and is completed through a compiler.
Related recommendations: java introductory tutorial
The above is the detailed content of What is a program written in a high-level language called?. For more information, please follow other related articles on the PHP Chinese website!