Structured programmingis a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making specific disciplined use of the structured control flow constructs of selection (if/then/else) and repetition (while and for), block structures, and subroutines.
Структурное программированиепарадигма программирования, в основе которой лежит представление программы в виде иерархической структуры блоков.