blanketglossary

Structured program theorem

Definition

In programming language theory, the structured program theorem, generally called the Böhm–Jacopini theorem, states that a class of control-flow graphs can compute any computable function using only the following three control structures to combine subprograms :SequenceExecuting one subprogram, and then another subprogram SelectionExecuting one of two subprograms according to the value of a boolean expression IterationRepeatedly executing a subprogram as long as a boolean expression is true

Related concepts

5 concepts already in your glossary