Use Case Diagrams Flashcards

1
Q

Whatis the diagram kind for a use case diagram, and which model elements can the frame correspond?

A

(321)
diagram kind: uc
model element: package model, model library, block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does an actor represent?

A

(322)

the role of a human, organization, or any external system that participates in the use of some system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are actors represented on a use case diagram?

A

(322)

stick figure with actors name underneath or a rectangle containing the actor’s name below the keyword <>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If 1 actor specializes another, what does that imply?

A

(322)

a specialized actor participates in all the use cases that the more general actor participates in.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a use case represent?

A

(321)
Use cases describe the functionality of a sytem in terms of how it is used to achieve the forals of its various users.
(323)
a use case describes the goals of a system from the perspective of the users of the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is another term for the system under consideration?

A

(323)
system under consideration: The subject (represented as a block) is the system that provides functionality in support of use cases. often represents a system that is being developed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does a scenario differ from a use case?

A

(323)
a use case may cover 1 or more scenarios that correspond to how the system interacts with its actors under different circumstances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is an inclusion relationship represented?

A

(326) inclusion and extension are shown using dashed lines with an open arrowhead at the included and extended ends, respectively. An inclusion line as keyword <> and an extension line has the keyword <>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What 2 pieces of information might an extension relationship include (apart from a base and extending use case)?

A

(326)
attached note: attached to the extension line that names its extension point.
condition: shows the condition which the extending use case occurs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If 1 use case specializes another what does that imply about its scenarios?

A

(326)
use cases can be classified using the standard generalization relationship. This means that the scenarios for the general use case are also scenarios of the specialized use case. Also, that the actors associated with the specialized use case can also participate in scenarios described by a general use case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How may use case participants and the subject be represented on an ibd?

A

(328)
enclosing frame: system context
parts: subject and participating actors
actors can appear on a bdd and a part on an ibd can be typed by the actor.
OR
Actors can be allocated to blocks using the allocate relationship and then the parts representing actors can be typed by the block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How are use case participants and the system under consideration (subject) represented in activities?

A

(329)
activity partitions: participants
activity/actions: elaborates a base use case, included use cases, and extending use cases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How are use case participants and the system under consideration (subject) represented in interactions?

A

(328)
1 or more interactions: elaborated use case described by sequence diagrams. different interactions may correspond to the base, included, and extended use cases.
The block that owns the interactions must have parts that correspond to the subject and participants, which can then be represented by lifelines in the interactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly