Vidyalelo
Computer Science · Q36

System Analysis And Design

Engineering and GATE · Computer Science · question 36

Q36

Which of the following appropriately explains the desirable characteristic of good system design?

A.
Modular approach
Answer
B.
Proper documentation
C.
Conversion
D.
Long discussions
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
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.