Headline

An executable software artifact that solves a certain problem

Description

According to a classic definition, a program is (Document:Principles of information systems) "a sequence of instructions written to perform a specified task with a computer". This style of definition is possibly too much focused on an imperative view of programming.

More intuitively, more inclusively, and shorter: a program is an executable software artifact that solves a certain problem (that is amenable to automation on a computer). For instance, a program may solve an algorithmic problem.

A program may count as a "small" software system or an (executable) software component. A "proper" software system or component typically comprises of multiple software artifacts that may be elements of different software languages, may or may not be elements of programming languages, may reside at different levels of abstraction, and may interact in various ways.

Strictly speaking, a program, as far as this term is used in practice, may very well also break down into multiple software artifacts because of, for example, modular programming. Thus, the line between programs and software systems or (executable) software components is somewhat blurred.

Illustration

See the Hello world program for a very simple program.


There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.