Which of the following is not a characteristics of good design ?

Options
- The design must implement all of the explicit requirement
- The design must readable, understandable guide for those whose generate code
- The design should provide a complete picture of the software
- The design should include future scope


CORRECT ANSWER : The design should include future scope

Discussion Board
Explanation-

Characteristics of a good software design:
- The design must implement all of the explicit requirements contained in the analysis model, and it must accommodate all of the implicit requirements desired by the customer.
- The design must be readable, understandable guide for the whose generate code and for those who test and subsequently support the software.
-The design should provide a complete picture of the software, addressing the data, functional and behavioral domains from an implementation.

Sapna Ambadkar 03-24-2017 07:48 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement