Q. Show the Divide and Conquer approach?
Divide and Conquer approach is the way of making a complicated problem easier. In this approach larger problem (System) is divided into smaller problems (Subsystem).
For development of a successful system, system must be designed for growth and change. When System is implemented it enters the operations and support stage of Life Cycle.
Throughout this stage developers encounter the requirement for changes which range from correcting simple mistakes to redesigning the system to accommodate changing technology to making modifications to support changing user requirements. These changes direct developers to rework formerly completed phases of life cycle.