Pseudocode

From Conservapedia
This is an old revision of this page, as edited by Interiot (Talk | contribs) at 22:10, July 9, 2008. It may differ significantly from current revision.

Jump to: navigation, search

Pseudocode is a form of "mock" computer code. Unlike most computer code, it's intended to be understood only by humans, and usually can't be parsed by a compiler or interpreter. Pseudocode is almost always shorter than the equivalent source code, because it seeks to be more understandable by glossing over less important details. Pseudocode is used for instructional purposes (particularly in introductory courses), for discussing an algorithm in a somewhat language-neutral way, or for building an initial skeleton in a low-level design document.

References