Computer program

This is an old revision of this page, as edited by The Anome (talk | contribs) at 01:55, 6 April 2002 (merged in stuff from 'program'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A 'program' is a series of instructions to be executed in order.

A computer program tells a computer what the computer should do. A computer program consists of a set of instructions that the computer understands.

A computer without a program does absolutely nothing.

The instructions in a computer program are in machine code; they are usually originally written in a computer programming language, and translated to machine code using a compiler.

It is sometimes used as a synonym for "software"; although the main part of any software is programs, software also often includes resource files that contain data of some kind; these are not part of the program per se. An abstract program is sometimes called an algorithm.

see also: Computer software, programming language, Turing machine