Content deleted Content added
m Reverted edits by 2400:1A00:BDE0:3DC3:E593:C8C1:6D8C:E8E1 (talk): not providing a reliable source (WP:CITE, WP:RS) (HG) (3.4.13) |
I am not a childish don't know why do I have parental controls Tags: Reverted references removed Visual edit Mobile edit Mobile web edit |
||
Line 1:
{{Short description|Instructions a computer can execute}}
[[File:JavaScript_code.png|thumb|
A '''computer program''' is a
▲[[File:JavaScript_code.png|thumb|[[Source code]] for a computer program written in the [[JavaScript]] language. It demonstrates the ''appendChild'' method. The method adds a new child node to an existing parent node. It is commonly used to dynamically modify the structure of an HTML document.]]
▲A '''computer program''' is a [[sequence]] or set{{efn|The [[Prolog]] language allows for a database of facts and rules to be entered in any order. However, a question about a database must be at the very end.}} of instructions in a [[programming language]] for a [[computer]] to [[Execution (computing)|execute]]. It is one component of [[software]], which also includes [[software documentation|documentation]] and other intangible components.<ref name="ISO 2020">{{cite web
A ''computer program'' in its
If the executable is requested for execution, then the
If the source code is requested for execution, then the operating system loads the corresponding interpreter into memory and starts a process. The interpreter then loads the source code into memory to translate and execute each
==Example computer program==
|