System Analysis And Design: Chapter 5

8 September 2022
4.7 (114 reviews)
28 test answers

Unlock all answers in this set

Unlock answers (24)
question
A unique set of internal activities within a use case which represents a unique path through the use case is called a(n) _______. a. workflow b. sequence of activities c. scenario d. critical path
answer
c. scenario
question
In a fully developed use case description the postcondition data describes what conditions? a. The status condition of the use case. b. The existence of domain model objects. c. The condition of the actor. d. The data that is output by the system.
answer
b. The existence of domain model objects.
question
In a fully developed use case description the exception conditions represent what? a. What conditions might cause the system to crash. b. What conditions prevent the system from successfully completing the use case. c. What conditions will confuse the actor. d. Where the system might have "bugs" and produce erroneous results.
answer
b. What conditions prevent the system from successfully completing the use case.
question
In a fully developed use case description, the flow of activities is most similar to what? a. An activity diagram b. A class diagram c. A state chart diagram d. A system sequence diagram
answer
a. An activity diagram
question
Numbering exception conditions, which often uses hierarchical numbering, in a fully developed use case description is helpful to _______. a. tie exception conditions to other diagrams or descriptions b. show which exception conditions are subordinate to other exceptions c. provide an identifier for each exception condition d. tie the exception condition to a processing step
answer
d. tie the exception condition to a processing step
question
In a fully developed use case description normally the preconditions describe what? a. What objects must exist prior to the use case executes. b. What data the actor must have before the use case executes. c. Who the actors are that invoke the use case. d. What business conditions must occur before the use case is invoked.
answer
a. What objects must exist prior to the use case executes.
question
Which of the following is the best model to use to document the inputs and the outputs to a system? a. State chart diagram b. Fully developed use case description c. Activity diagram d. System sequence diagram
answer
d. System sequence diagram
question
A vehicle object is denoted with the following label. a. vehicle b. Vehicle c. Vehicle d. :Vehicle
answer
d. :Vehicle
question
In UML terminology in a sequence diagram, a message refers to a(n) _______. a. input data b. communication between actors c. event d. action
answer
d. action
question
In a sequence diagram a horizontal dashed line represents what? a. A return message b. An input message c. A lifeline d. An event
answer
a. A return message
question
In a sequence diagram the syntax of a message is given by the following: [A] B := C (D) The letter B represents what? a. message name b. return value c. true/false condition d. parameter list
answer
b. return value
question
In a sequence diagram the message-name is usually given in what format? a. verb-noun b. noun-verb c. action-object d. object-action
answer
a. verb-noun
question
If the True/False condition on a message evaluates to false in a sequence diagram, which of the following is correct? a. The message is false. b. The message has no return value. c. The message is not processed. d. The message is not sent.
answer
d. The message is not sent.
question
On a systems sequence diagram, ____ indicate(s) a true/false condition. a. ( ) b. [ ] c. { } d. *
answer
b. [ ]
question
The ____ are the primary models from which other models draw information. a. state chart diagram and the problem domain class diagram. b. system sequence diagram and the activity diagram c. use case diagram and the problem domain class diagram d. use case description and the use case diagram
answer
c. use case diagram and the problem domain class diagram
question
Which of the following is NOT an advantage of object-oriented modeling with several models is that _____. a. developing new models allows the analyst to discard unnecessary diagrams. b. developing new models ensures a consistency in the requirements. c. developing new models helps correct previously drawn diagrams d. developing new models helps gain deeper understanding of user requirements.
answer
a. developing new models allows the analyst to discard unnecessary diagrams.
question
Which model is most useful in developing a State Machine Diagram a. System Sequence Diagram b. Activity Diagram c. Use Case Diagram d. Class Diagram
answer
d. Class Diagram
question
What is the primary purpose of the CRUD technique? a. To identify areas of erroneous definition (CRUD). b. To validate the set of defined use cases c. To validate the set of classes d. To validate the interests of the stakeholders
answer
b. To validate the set of defined use cases
question
CRUD stands for _______________. a. Create, Read, Update, Delete b. Create, Report, Upload, Destroy c. Create, Retract, Unload, Define d. Create, Refine, Update, Define
answer
a. Create, Read, Update, Delete
question
A good way to ensure that all the use cases have been identified is through _______________. a. the integration of UML models and comparing the results b. the brainstorming technique c. the CRUD technique d. the noun technique
answer
c. the CRUD technique
question
Activity diagrams are useful in the development of ______________. a. System Sequence Diagrams b. Use Case Descriptions c. Class Diagrams d. State Machine Diagrams
answer
a. System Sequence Diagrams
question
On an Activity Diagram the arrows represent what? a. Transitions between states b. Flow of activities c. Relationship navigation d. None of the other selections
answer
b. Flow of activities
question
On an activity diagram, which of the following is NOT a valid use of a synchronization bar? a. To initiate concurrent paths b. To initiate a loop c. To initiate alternative paths d. To initiate concurrent paths by separate actors
answer
c. To initiate alternative paths
question
Which of the following is NOT a valid construct as part of an activity diagram? a. Activity oval b. Actor name c. Use case oval d. Relationship line
answer
d. Relationship line
question
On an SSD, a dashed arrow usually represents what? a. Object lifeline b. Optional message c. External message d. Return value(s)
answer
d. Return value(s)
question
On an SSD, a named rectangular box represents what? a. A class b. An object c. A swim lane d. A note to explain something
answer
b. An object
question
Two methods to show a repeating message are: (Choose two) a. Dashed arrow b. Brackets [ ] c. Asterisk * d. Opt frame e. Loop frame f. Alt frame
answer
c. Asterisk * e. Loop frame
question
Two methods to show a return value are: (Choose two) a. value := b. [ value ] c. ( value ) d. := value e. Solid arrow with value f. Dashed arrow with value
answer
a. value := f. Dashed arrow with value