Present sequence of work
A technique for organizing and coding computer programs (hierarchy)
Having a single entry and a single exit point
Control is passed downward through the structure without unconditional branches to higher levels of the structure.
A procedural programming subset that reduces the need for goto statements
OOP is considered a type of structured programming
Languages –Pascal, Algorithmic Language (ALGOL) and Ada – are designed to enforce structured programming.