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 adapter and facade?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Why is singleton used?
What are the main usage of the patterns?
What is the difference between builder and composite?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is use case in clean architecture?
What is the difference between factory and abstract factory design pattern?
What is the builder pattern?
What is a behavioral design pattern?
What are the types of the proxy design you will get in the design pattern?
What is the difference between 3 tier and n tier architecture?
Explain what is good design?
What is the use of design patterns?
Is dependency injection a design pattern?