Term of the Moment

handset


Look Up Another Term


Definition: top-down programming


Also called "stepwise refinement," it is a software development technique that imposes a hierarchical structure on the design of the program. It starts out by defining the solution at the highest level of functionality and breaking it down further and further into small routines that can be easily documented and coded. See structured programming.