TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Stepwise refinement is:
|
Identifying the main steps needed in your program
|
|
Breaking down each step until it becomes easy to code
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Stepwise refinement is a process for developing a detailed algorithm by gradually adding detail to a high-level algorithm.
Detailed explanation-2: -Explanation: Incremental development is a software development process where the product is developed in small, incremental releases. The process begins with a rough overall specification, and then goes through a stepwise refinement process of the specification.
There is 1 question to complete.