RTOS Question:

When would you choose top down methodology?

Tweet Share WhatsApp

Answers:

Answer #1Top 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 #2Top down approach is used in procedural programming.... OOP uses bottom up approach..

Download Real-Time Operating System (RTOS) PDF Read All 22 Real-Time Operating System (RTOS) Questions
Previous QuestionNext Question
What is Device driver?When would you choose bottom up methodology?