structured programming
Definitions
General Science
- noun a well-ordered and logical technique of assembling programs
Computing
- noun a style of computer programming in which a program consists of a hierarchy of simple subroutines
Electronics
- A programming method in which a hierarchy of modules is utilized, each with a single entry point and a single exit point. This enables the flow of control to be clearly defined and readily recognized, facilitating systematization, modification, debugging, and ease of maintenance.
