TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is Top Down Design?
|
start function at the top, break down into parts, definitions at the bottom
|
|
Put the steps at the top and put the explanation in layers at the bottom
|
|
Write a 10 page story about how to run the code and break it into chapters to help you organize.
|
|
None of the above
|
Explanation:
Detailed explanation-1: -What Does Top-Down Design Mean? A top-down design is the decomposition of a system into smaller parts in order to comprehend its compositional sub-systems. In top-down design, a system’s overview is designed, specifying, yet not detailing any first-level subsystems.
Detailed explanation-2: -In the top-down approach, a bigger module/problem is divided into smaller modules. In contrast, in the bottom-up approach, the smaller problems are solved and then they are integrated to find the solution of a bigger problem.
There is 1 question to complete.