RTOS Question:
Download Questions PDF

When would you choose top down methodology?

Answers:

Answer #1
Top down methodology is one where overall picture of the
system is defined first. Then we go into the details of the
sub-systems in the next level and so on. So to brief this,
first the complex system is seen as a whole and then this
is broken down to smaller simpler pieces.

Top down approach is preferred when understanding of the
complete system is done. Sufficient knowledge of the system
is required.

Answer #2
Top down approach is used in procedural programming.... OOP uses bottom up approach..

Download Real-Time Operating System (RTOS) Interview Questions And Answers PDF

Previous QuestionNext Question
What is Device driver?When would you choose bottom up methodology?