Deck 12: Atm Case Study,part 1: Object-Oriented Design With the Uml

Full screen (f)
exit full mode
Question
Which diagram models system structure?

A)State machine diagram.
B)Class diagram.
C)Activity diagram.
D)Sequence diagram.
Use Space or
up arrow
down arrow
to flip the card.
Question
Which diagram is also called a collaboration diagram.

A)State machine diagram.
B)Communication diagram.
C)Activity diagram.
D)Sequence diagram.
Question
A collaboration between objects consists of .

A)an object of one class sending a message to an object of another class.
B)an object of one class repeating messages sent to it from an object of another class.
C)two objects in the same application,but not necessarily sending messages to each other.
D)None of the above.
Question
What is a message between collaborating objects called in the UML?

A)asynchronous call.
B)communication call.
C)synchronous call.
D)collaboration call.
Question
The sequence of messages in a communication diagram progresses:

A)alphabetically.
B)in numerical order from least to greatest.
C)Both of the above.
D)None of the above.
Question
The use case diagram models ________.

A)the interactions between a system's client and one of the system's capabilities.
B)each software life cycle stage in succession.
C)each software life cycle by repeating one or more stages several times via use cases.
D)the interactions between implementations and testing.
Question
In the UML,a class's attributes are placed in the ________ compartment of the class's rectangle.

A)first.
B)second.
C)third.
D)bottom.
Question
Communication diagrams contain an object's lifeline.Which of the following is true of the object's lifeline?

A)Actions occur along an object's lifeline in chronological order from top to bottom.
B)The line is dotted.
C)The lifeline represents the progression of time.
D)All of the above are true.
Question
Which of the following is the first stage of the software life cycle?

A)design.
B)implementation.
C)requirements gathering.
D)testing.
Question
An activity diagram models ________.

A)the states of an object.
B)the attributes of an object.
C)the behaviors of an object.
D)the transactions of an object.
Question
Objects are modeled in the UML as containing names in the form .

A)ovals,: ClassName.
B)ovals,objectName : ClassName.
C)rectangles,: ClassName.
D)rectangles,objectName : ClassName.
Question
A final state in an activity diagram is represented with a(n)________.

A)solid circle.
B)empty circle.
C)solid circle enclosed in an open circle.
D)solid rectangle enclosed in an open rectangle.
Question
UML ________ model several states of an object and show under what circumstances the object changes state.

A)diagrams.
B)activity diagrams.
C)state machine diagrams.
D)machine diagrams.
Question
An activation indicates that:

A)an object is sending a message.
B)an object is being created.
C)an object is executing.
D)an object has completed executing.
Question
In the UML,the diagram emphasizes which objects participate in collaborations.

A)participation.
B)communication.
C)collaboration.
D)sequence.
Question
The UML represents operations by listing the operation name,followed by a ________-separated list of parameters in parentheses,a ________ and the return type.

A)colon,semicolon.
B)colon,colon.
C)comma,colon.
D)comma,semicolon.
Question
Which of the following is not an attribute?

A)The height of a person.
B)The volume of a radio.
C)The speed of a car.
D)The user of an ATM system.
Question
Which of the following is not an actor of the ATM system?

A)A user who views an account balance.
B)A user who provides requirements for building the ATM system.
C)A user who withdraws cash from the ATM.
D)A user who deposits funds into the ATM.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/18
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 12: Atm Case Study,part 1: Object-Oriented Design With the Uml
1
Which diagram models system structure?

A)State machine diagram.
B)Class diagram.
C)Activity diagram.
D)Sequence diagram.
B
2
Which diagram is also called a collaboration diagram.

A)State machine diagram.
B)Communication diagram.
C)Activity diagram.
D)Sequence diagram.
B
3
A collaboration between objects consists of .

A)an object of one class sending a message to an object of another class.
B)an object of one class repeating messages sent to it from an object of another class.
C)two objects in the same application,but not necessarily sending messages to each other.
D)None of the above.
A
4
What is a message between collaborating objects called in the UML?

A)asynchronous call.
B)communication call.
C)synchronous call.
D)collaboration call.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
5
The sequence of messages in a communication diagram progresses:

A)alphabetically.
B)in numerical order from least to greatest.
C)Both of the above.
D)None of the above.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
6
The use case diagram models ________.

A)the interactions between a system's client and one of the system's capabilities.
B)each software life cycle stage in succession.
C)each software life cycle by repeating one or more stages several times via use cases.
D)the interactions between implementations and testing.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
7
In the UML,a class's attributes are placed in the ________ compartment of the class's rectangle.

A)first.
B)second.
C)third.
D)bottom.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
8
Communication diagrams contain an object's lifeline.Which of the following is true of the object's lifeline?

A)Actions occur along an object's lifeline in chronological order from top to bottom.
B)The line is dotted.
C)The lifeline represents the progression of time.
D)All of the above are true.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following is the first stage of the software life cycle?

A)design.
B)implementation.
C)requirements gathering.
D)testing.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
10
An activity diagram models ________.

A)the states of an object.
B)the attributes of an object.
C)the behaviors of an object.
D)the transactions of an object.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
11
Objects are modeled in the UML as containing names in the form .

A)ovals,: ClassName.
B)ovals,objectName : ClassName.
C)rectangles,: ClassName.
D)rectangles,objectName : ClassName.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
12
A final state in an activity diagram is represented with a(n)________.

A)solid circle.
B)empty circle.
C)solid circle enclosed in an open circle.
D)solid rectangle enclosed in an open rectangle.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
13
UML ________ model several states of an object and show under what circumstances the object changes state.

A)diagrams.
B)activity diagrams.
C)state machine diagrams.
D)machine diagrams.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
14
An activation indicates that:

A)an object is sending a message.
B)an object is being created.
C)an object is executing.
D)an object has completed executing.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
15
In the UML,the diagram emphasizes which objects participate in collaborations.

A)participation.
B)communication.
C)collaboration.
D)sequence.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
16
The UML represents operations by listing the operation name,followed by a ________-separated list of parameters in parentheses,a ________ and the return type.

A)colon,semicolon.
B)colon,colon.
C)comma,colon.
D)comma,semicolon.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following is not an attribute?

A)The height of a person.
B)The volume of a radio.
C)The speed of a car.
D)The user of an ATM system.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is not an actor of the ATM system?

A)A user who views an account balance.
B)A user who provides requirements for building the ATM system.
C)A user who withdraws cash from the ATM.
D)A user who deposits funds into the ATM.
Unlock Deck
Unlock for access to all 18 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 18 flashcards in this deck.