Podcast
Questions and Answers
What is the purpose of a use case from the perspective of an actor?
What is the purpose of a use case from the perspective of an actor?
- To output generating results
- To change the state of an object (correct)
- To calculate a result
- To define the system environments
Which relationship between use cases allows for specialized versions of other use cases?
Which relationship between use cases allows for specialized versions of other use cases?
- Enable
- Extend
- Include
- Generalization (correct)
In the context of use cases, what does Generalization involve?
In the context of use cases, what does Generalization involve?
- Extending the behavior of other core use cases
- Putting common behavior in its own use case
- The child use case inherits the behavior and meaning of the parent use case (correct)
- Explicitly incorporating behavior of another use case at a location specified in the base
Which type of relationship between use cases is used to factor common behavior by extending the behavior of other core use cases?
Which type of relationship between use cases is used to factor common behavior by extending the behavior of other core use cases?
What is the primary purpose of actors in use case modeling?
What is the primary purpose of actors in use case modeling?
In a Use Case Diagram, which of the following is an example of a possible use case?
In a Use Case Diagram, which of the following is an example of a possible use case?
What does a use case diagram primarily help with?
What does a use case diagram primarily help with?
Which of the following is true about a use case?
Which of the following is true about a use case?
How can the behavior of a use case be specified?
How can the behavior of a use case be specified?
What do actors represent in use case modeling?
What do actors represent in use case modeling?
In use case modeling, what are actors NOT considered as?
In use case modeling, what are actors NOT considered as?
What is an example of a relationship that may exist between use cases in a use case diagram?
What is an example of a relationship that may exist between use cases in a use case diagram?
What is the purpose of specifying actors in a use case?
What is the purpose of specifying actors in a use case?
In use case modeling, what does the term 'generalization' refer to?
In use case modeling, what does the term 'generalization' refer to?
Which part of a use case description specifies what must be true to allow execution?
Which part of a use case description specifies what must be true to allow execution?
What does the term 'extension points' refer to in a use case diagram?
What does the term 'extension points' refer to in a use case diagram?
How do actors and use cases communicate with each other in use case modeling?
How do actors and use cases communicate with each other in use case modeling?
What is the goal of specifying the 'purpose' in a use case description?
What is the goal of specifying the 'purpose' in a use case description?