Quiz 4 Flashcards
(10 cards)
Which of the following diagram is produced in dynamic modeling?
Sequence diagram
Collaboration diagram
Statechart
Class diagram
Statechart
Which class type models the interaction between the software product and its actors?
Boundary Class
Entity Class
Control Class
Boundary Class
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.
True
Which class type models complex computations and algorithms?
Control Class
Boundary Class
Entity Class
Control Class
Which of the following diagram can be used for use-case realization?
Data flow diagram
Sequence diagram
Entity relationship diagram
Statechart
Sequence Diagram
T/F
Noun extraction is used to extract control classes.
False
T/F
Software Project Management Plan is drawn up in the analysis workflow in the object-oriented paradigm.
True
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.
True
Which class type models information that is long lived?
Control Class
Entity Class
Boundary Class
Entity Class
T/F
The methods of the classes should be assigned in the object-oriented analysis.
False