State true or false.Well documented and well structured software are difficult to maintain
Answers
Answered by
16
Answer:
False
Explanation:
Well documented and well structured software are as a matter of fact easy to maintain. Documentation is useful to users, developers and marketers of software. Structure is useful for developers as it makes development, debugging and deployment easier. Documentation acts a road map for developers and it also enables them to keep track of changes and bugs.
Answered by
7
‘Well documented and well-structured software are difficult to maintain’ is a FALSE statement.
Explanation:
- If the size of the software increases, it becomes impossible to remember the program flow.
- Further it will be difficult for sharing, debugging and modifying the program. In order to resolve this, we have to well document and well structure the software.
- Software documentation can be defined one of the important part of the software processes.
- The well documented and well-structured design always allows the system to maintain by a very less experienced staff. It reduces both risk and cost attrition.
Similar questions