functional design

views updated

functional design A design method in which the system is seen from the functional viewpoint. The design concentrates on isolating high-level functions that can then be decomposed into and synthesized from lower-level functions. Development proceeeds as a series of stepwise refinements of functionality. Compare data-driven design.