Discuss the pros and cons of structured analysis.

What will be an ideal response?


Pros:Traditional method that has been very popular over time.Relies heavily on written documentation.Frequent phase iteration can provide flexibility comparable to other methods.Well-suited to traditional project management tools and techniques.Cons:Changes can be costly, especially in later phases.Requirements are defined early, and can change during development.Users might not be able to describe their needs until they can see examples of features and functions.

Computer Science & Information Technology

You might also like to view...

Exception handling should not be used:

a. As an alternative for program control. b. To make error handling uniform on large projects. c. To deal with errors that do not arise very often. d. To deal with errors for components that will be widely used in other applications, such as classes and libraries.

Computer Science & Information Technology

You reference columns individually using the ____ element.

A. B. C. D.

Computer Science & Information Technology

Storage is an area of the computer that temporarily holds data waiting to be processed, stored, or output.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If the data needs to be processed in a Last In First Out (LIFO) manner, we typically use a(n) ____.

A. queue B. map C. hash table D. stack

Computer Science & Information Technology