Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Reverted 2 edits by 2601:603:5280:2E30:50CE:6CA1:9725:9660 (talk) |
||
Line 2:
{{Program execution}}
'''Execution''' in [[computer engineering|computer]] and software engineering is the process by which a [[computer]] or [[virtual machine]] interprets 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 "
Programs for a computer may be executed in a [[Batch processing|batch process]] without human interaction or a [[User (computing)|user]] may type [[Command (computing)|commands]] in an [[Session (computer science)|interactive session]] of an [[Interpreter (computing)|interpreter]]. In this case, the "commands" are simply program instructions, whose execution is chained together.
The term '''run''' is used almost synonymously
== Process ==
|