Q. Explain the concept of Top down design?
Top down design: A top down design approach begins by identifying the major modules of the system decomposing them into their lower level modules and iterating until the desired level of details is achieved. This is step-by-step refinement that starting from an abstract design in each step the design is refined to a more concrete level until we reach a level where no more refinement is needed and the design can be implemented directly.