A program that a computer can directly execute is an executable program. As for the computer itself, it can only receive and process binary instructions and data composed of codes from 0 to 1, so the program that the computer can recognize is the target program.
#A program that a computer can directly execute is an executable program.
(Recommended tutorial: windows)
Related introduction:
A program written in a high-level language is called a "source program" and is represented by binary code The program is called the "target program". A program written in assembly language is called an "assembler". As for the computer itself, it can only receive and process binary instructions and data composed of codes from 0 to 1. So the program that the computer can recognize is the "target program". The program that can be directly executed by calculation is an executable program, that is, a program with an .exe extension.
The above is the detailed content of What program can be directly executed by a computer?. For more information, please follow other related articles on the PHP Chinese website!