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
What is the difference between 3 tier and n tier architecture?
What is the behavioral design pattern?
Which design pattern is mostly used in net?
Is oop a design pattern?
What is the singleton design pattern?
Give me example of chain of responsibility design pattern?
What is proxy in design pattern?
Can you explain singleton pattern?
What is onion architecture?
What is factory method in design pattern?
What are the 23 design patterns?
When singleton pattern is used?
What are the main types of concurrency design patterns?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is the prototype design pattern?