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

Answer Posted / bintu

Top-down approach:-
In an over view of system is formulated specifying but not
detailing subsystems.Each subsystem is then refined in yet
greater detail,untill the entire specification is reduced to
base elements.
Bottom-up approach:-
The individual base elements of system are specifies in
great details.These elements are linked together to form
larger subsystems;untill a complete top-level system is formed.

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of comments, and how do they differ?

572


an integer constant must have atleast one a) character b) digit c) decimal point

554


Difference between overloading vs. Overriding

588


What are the 2 main types of data structures?

584


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

614






What is fixed in c++?

582


Can comments be longer than one line?

615


What is encapsulation in C++? Give an example.

582


What do you understand by zombie objects in c++?

609


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1783


What is lambda in c++?

573


Which compiler does turbo c++ use?

601


Is c++ map a hash table?

563


Which sort does c++ use?

576


You run a shell on unix system. How would you tell which shell are you running?

657