Which of the following appropriately explains the desirable characteristic of good system design?
A. Modular approach
B. Proper documentation
C. Conversion
D. Long discussions
E. None of the above
Answer: Option A
Solution (By Examveda Team)
A modular approach is a desirable characteristic of good system design.Modular design involves dividing a system into smaller, manageable modules or components, each of which can be developed, tested, and maintained independently.
This approach enhances the flexibility, scalability, and maintainability of the system, making it easier to troubleshoot, upgrade, and extend.
Therefore,
Good system design = Modular approach
.
A modular approach is a desirable characteristic of good system design because it allows a system to be broken down into smaller, manageable, and independent modules. This makes the system easier to understand, develop, test, and maintain. Proper documentation is also important, but it supports the design rather than being a characteristic of the design itself. Conversion and long discussions are not directly related to the quality of the system design