A programming paradigm that emphasizes clear control structures and modular design, avoiding unstructured jumps like GOTO.
In structured programming, it is recommended to avoid using GOTO statements.
This textbook explains the basic concepts of structured programming.