Quiz 4 Flashcards

(10 cards)

1
Q

Which of the following diagram is produced in dynamic modeling?

Sequence diagram
Collaboration diagram
Statechart
Class diagram

A

Statechart

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

Which class type models the interaction between the software product and its actors?

Boundary Class
Entity Class
Control Class

A

Boundary Class

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

T/F
A God class is a class that is exposed to too much information and has too much control. This type of architecture is a well-known antipattern, which should be avoided.

A

True

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

Which class type models complex computations and algorithms?

Control Class
Boundary Class
Entity Class

A

Control Class

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

Which of the following diagram can be used for use-case realization?

Data flow diagram
Sequence diagram
Entity relationship diagram
Statechart

A

Sequence Diagram

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

T/F
Noun extraction is used to extract control classes.

A

False

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

T/F
Software Project Management Plan is drawn up in the analysis workflow in the object-oriented paradigm.

A

True

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

T/F
The analysis workflow of the Unified Process has two aims: (1) obtaining a deeper understanding of the requirements and (2) describing them in a way that will result in a maintainable design and implementation.

A

True

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

Which class type models information that is long lived?

Control Class
Entity Class
Boundary Class

A

Entity Class

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

T/F
The methods of the classes should be assigned in the object-oriented analysis.

A

False

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