Why is it important to use systems analysis and design
methodologies when building a system? Why not just build
the system in whatever way appears to be “quick and easy”?
What value is provided by using an “engineering” approach?
Answer Posted / indudhar devanath
While analyzing and designing a system, we take into
consideration the flexibility, scalability, performance,
maintainability and testability. When these capabilities
are not taken into consideration, we see a high probability
for system failure. Conversely, if too much of analysis and
design goes into building a system, we see similar symptoms
of failure. Considerable skill and practice goes into
building successful systems. It is worth to note that only
20% or less of the software projects ever succeed.
| Is This Answer Correct ? | 127 Yes | 24 No |
Post New Answer View All Answers
Is singleton an anti pattern?
What is the singleton design pattern?
What is the difference between builder and composite?
What is mvp design pattern?
When singleton pattern is used?
Why have we used synchronized here?
Can we make the reference instance non static?
Is singleton bean thread safe?
Write the code for a singleton class?
4. Identify and bound the SOI’s Operating Environment.
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the builder pattern?
Is bean a singleton?
What is the behavioral design pattern?
What is the prototype design pattern?