Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the meaning of source program, target program and executable program in computer network

2025-01-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article is about what the source program, target program and executable program mean in the computer network. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Source program: an uncompiled text file written in accordance with certain programming language specifications. Target program: refers to the machine code set (binary code) in which the source program is compiled and run directly by the computer, with the extension ".obj". Executable program: the target program is connected with the library function to form a complete program that can be executed independently under the operating system.

The operating environment of this tutorial: windows7 system, Dell G3 computer.

Source program:

The source program refers to the uncompiled text file written according to certain programming language specifications, which is a series of human-readable computer language instructions.

The source program cannot be executed directly on the computer, and the source program needs to be compiled into binary code with a "compiler".

Target program:

The binary code obtained from the source program compiled by the "compiler" is called the target program.

The object program refers to the collection of machine code in which the source program is compiled and directly run by the computer, with the .obj extension on the computer file.

Executable program

Executable program: all the compiled target modules are connected and assembled, and connected with the function library as a whole to generate an object program that can be executed by the computer and become an executable program.

To put it simply, an executable program is a complete program that can be executed independently under the operating system by connecting the target program with the library function.

The executable program has the extension ".exe" (in the dos/windows environment).

Thank you for reading! This is the end of the article on "what is the meaning of the source program, the target program and the executable program in the computer network?" I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report