Un logo bleu et blanc pour un outil de gestion des médias sociaux appelé Socialionals.

Exécution (informatique)

Partager
" Retour à l'index des glossaires

Execution in the computing world signifies the procedure through which a computer implements instructions. The process initiates with the development of programs in source code, subsequently compiled into an executable file. The operating system loads this file into the computer’s memory and executes it from its starting point until it either concludes normally or experiences a crash. The execution process operates within a specific context, frequently within multitasking operating systems, and employs resources such as runtime libraries. During execution, the computer abides by the fetch-decode-execute cycle, with different programming languages addressing potential errors in distinct manners. Execution also encompasses a runtime system that establishes an environment for the program to function in and regulates application memory and variable access. Some execution procedures may incorporate interpreters, executing programs directly without translation, or virtual machines, mimicking the operations of a physical computer.

Execution en computer and software engineering is the process by which a computer ou virtual machine interpret and acts on the instructions of a computer program. Each instruction of a program is a description of a particular action which must be carried out, in order for a specific problem to be solved. Execution involves repeatedly following a "fetch–decode–execute" cycle for each instruction done by control unit. As the executing machine follows the instructions, specific effects are produced in accordance with the sémantique of those instructions.

Programs for a computer may be executed in a batch process without human interaction or a utilisateur may type commands in an interactive session of an interpreter. In this case, the "commands" are simply program instructions, whose execution is chained together.

Le terme run is used almost synonymously. A related meaning of both "to run" and "to execute" refers to the specific action of a user starting (or launching ou invoking) a program, as in "Please run the application."

" Retour à l'index des glossaires
Suivre les mises à jour
fr_FRFrançais