19,99 €
inkl. MwSt.

Versandfertig in 6-10 Tagen
  • Broschiertes Buch

High Quality Content by WIKIPEDIA articles! Structured programming can be seen as a subset or subdiscipline of imperative programming, one of the major programming paradigms. It is most famous for removing or reducing reliance on the GOTO statement. The structured program theorem provides the theoretical basis of structured programming. It states that three ways of combining programs sequencing, selection, and iteration are sufficient to express any computable function. This observation did not originate with the structured programming movement; these structures are sufficient to describe the…mehr

Produktbeschreibung
High Quality Content by WIKIPEDIA articles! Structured programming can be seen as a subset or subdiscipline of imperative programming, one of the major programming paradigms. It is most famous for removing or reducing reliance on the GOTO statement. The structured program theorem provides the theoretical basis of structured programming. It states that three ways of combining programs sequencing, selection, and iteration are sufficient to express any computable function. This observation did not originate with the structured programming movement; these structures are sufficient to describe the instruction cycle of a central processing unit, as well as the operation of a Turing machine. Therefore a processor is always executing a "structured program" in this sense, even if the instructions it reads from memory are not part of a structured program.