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

Answer Posted / pankaj

top-down approach is time consuming  type of approach
and bottom-up approach is less time consuming type of approach

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between delete and delete[].

572


What is the difference between *p++ and (*p)++ ?

772


Can a built-in function be recursive?

580


What is the prototype of printf function?

643


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

607






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


Do you know what is overriding?

615


What is guard code in c++?

633


What is iomanip c++?

597


What is the difference between global variables and local variable

529


What is decltype c++?

555


what is Loop function? What are different types of Loops?

635


What methods can be overridden in java?

666


What is object oriented programming (oop)?

619


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

630