A. describing the customer complaints
B. establishing a basis for the creation of a software design
C. defining a set of requirements that can be validated once the software is built
D. none of the mentioned
Explanation: All the options are covered in analysis model.
Related Mcqs:
- Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed ?
A. system context model
B. interaction model
C. environmental model
D. both system context and interaction - Which of the following is a dynamic model that shows how the system interacts with its environment as it is used ?
A. system context model
B. interaction model
C. environmental model
D. both system context and interaction - A data model contains___________________?
A. data object
B. attributes
C. relationships
D. all of the mentioned - Which model describes the static structure of the system using object classes and their relationships ?
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Structural model - Which model shows the flow of object interactions?
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Both Sequence and Dynamic model
View AnswerAnswer: a
Explanation: Sequence model are represented using a UML sequence or a collaboration diagram and are dynamic models. - Which of the following are the valid relationships in Use Case Diagrams______________________?
A. Generalization
B. Include
C. Extend
D. All of the mentioned - Which of the following is a building block of UML ?
A. Things
B. Relationships
C. Diagrams
D. All of the mentioned - Which of the following is a black box testing strategy ?
A. All Statements Coverage
B. Control Structure Coverage
C. Cause-Effect Graphs
D. All Paths Coverage - Which of the following option is not considered by the Interface design ?
A. the design of interfaces between software components
B. the design of interfaces between the software and human producers and consumers of information
C. the design of the interface between two computers
D. all of the mentioned - If the system state is Shutdown then it can respond to which of the following message?
A. restart()
B. reconfigure()
C. powerSave()
D. all of the mentioned