Jump to content

Program specification

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 203.200.222.34 (talk) at 07:30, 19 October 2007 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A program specification is the definition of what a computer program is expected to do. It can be informal, in which case it can be considered as a blueprint or user manual from a developer point of view, or formal, in which case it has a definite meaning defined in mathematical or programmatic terms. In practice, most successful specifications are written to understand and fine-tune applications that were already well-developed, although safety-critical software systems are often carefully specified prior to application development. Specifications are most important for external interfaces that must remain stable.

See also

In the context of hardware and software systems, formal verification is the act of proving or disproving the correctness of intended algorithms underlying a system with respect to a certain formal specification or property, using formal methods of mathematics.