Difference between Top down and bottom up approaches for a
given project ?

Answer Posted / koteraj

Top down design proceeds from the abstract entity to get to
the concrete design. Bottom up design proceeds from the
concrete design to get to the abstract entity.

Top down design is most often used in designing brand new
systems, while bottom up design is sometimes used when one
is reverse engineering a design; i.e. when one is trying to
figure out what somebody else designed in an existing system.

Bottom up design begins the design with the lowest level
modules or subsystems, and progresses upward to the main
program, module, or subsystem. With bottom up design, a
structure chart is necessary to determine the order of
execution, and the development of drivers is necessary to
complete the bottom up approach.

Top down design, on the other hand, begins the design with
the main or top-level module, and progresses downward to the
lowest level modules or subsystems.

Real life sometimes is a combination of top down design and
bottom up design. For instance, data modeling sessions tend
to be iterative, bouncing back and forth between top down
and bottom up modes, as the need arises.

Is This Answer Correct ?    105 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why iomanip is used in c++?

632


What is the latest c++ version?

603


What is problem with overriding functions?

604


Why c++ is not a pure oop language?

553


Explain the extern storage classes in c++.

548






How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

614


What is the best c++ ide?

597


Can I learn c++ without c?

601


How can you specify a class in C++?

793


What is else syntax in c++?

637


what is upcasting in C++?

718


What do you mean by translation unit in c++?

669


What c++ is used for?

577


What can I use instead of namespace std?

639


What is an accessor in c++?

618