Deck 9: Dynamic Modeling

ملء الشاشة (f)
exit full mode
سؤال
________ is about modeling actions and interactions of a system's components to satisfy its requirements.

A) Dynamic modeling
B) Use case modeling
C) A class diagram
D) Structural modeling
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Virtual objects interact by exchanging ________.

A) their identities
B) or changing behavior
C) messages
D) their attributes
سؤال
Dynamic modeling features ________.

A) classes
B) objects
C) behavior
D) structure
سؤال
Any goal-oriented interaction requires a ________.

A) goal
B) object
C) logical flow
D) road map
سؤال
Dynamic modeling is all about ________.

A) classes
B) structure
C) information systems
D) interaction
سؤال
Dynamic modeling must show not only who interacts with whom and how, but in what ________.

A) order
B) location
C) area
D) setting
سؤال
________ modeling represents the interaction of the building blocks of the information system with each other and with the outside world to satisfy the behavioral requirements of the system.

A) Structural
B) Behavioral
C) Dynamic
D) Use case
سؤال
Dynamic modeling is not only about objects and their interactions, but also about ________.

A) classes and their interactions
B) the quality of the interactions
C) how the objects change through interaction
D) how the objects disappear through interactions
سؤال
________ are instructions and information sent to objects in the expectation that the recipient objects will carry out certain actions.

A) Messages
B) Data
C) Bits and bytes
D) Orders
سؤال
________ specify the data that must be supplied to an object to carry out a specific operation.

A) Parameters
B) Strings
C) Types
D) Visibility
سؤال
Parameters are defined in terms of ________.

A) objects
B) variables
C) attributes
D) operations
سؤال
Parameters are ________ that carry data of a certain type, but are not data themselves.

A) containers
B) objects
C) attributes
D) operations
سؤال
A message from an object that invokes an operation must carry ________.

A) the operation's placeholders
B) orders
C) abstract data
D) unambiguous information
سؤال
In the example "orderDessert(Ice Cream, 2)", orderDessert is ________.

A) an operation
B) an argument
C) a parameter
D) data
سؤال
In the example "orderDessert(Ice Cream, 2)", Ice Cream is a(n) ________.

A) parameter
B) value
C) argument
D) operation
سؤال
"getMenu()" is an example of ________.

A) a value
B) an argument
C) data
D) an object
سؤال
The reply that a message may invoke from the receiving object after an operation is complete is called ________.

A) an answer
B) a returned object
C) a messenger
D) a return value
سؤال
A return value is always a ________ item.

A) simple
B) plural
C) single
D) parallel
سؤال
In the example "Public Currency payBill(amount, paymentType", Public refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
سؤال
In the example "Public Currency payBill(amount, paymentType", payBill refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
سؤال
In the example "Public Currency payBill(amount, paymentType", amount refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
سؤال
In the example "Public Currency payBill(amount, paymentType", Currency refers to ________.

A) a return type
B) visibility
C) a parameter
D) a name
سؤال
Which of the following is NOT a type of visibility?

A) public
B) private
C) protected
D) obvious
سؤال
How an operation is implemented or actually carried out is referred to as ________.

A) a method
B) a return value
C) a message
D) operational
سؤال
Inserting your card into an ATM to get some money is an example of ________.

A) a return type
B) a parameter
C) an event
D) visibility
سؤال
Which of the following is NOT a type of event?

A) order
B) call
C) signal
D) time
سؤال
Which one of the following events is an asynchronous event?

A) order
B) signal
C) call
D) private
سؤال
Which of the following events has a return value?

A) order
B) times
C) signal
D) call
سؤال
A(n) ________ diagram represents the interaction between objects, or between actors and objects.

A) context
B) class
C) sequence
D) activity
سؤال
Which of the following is NOT a component of a sequence diagram?

A) a timeline
B) objects
C) messages
D) a class
سؤال
A collaboration diagram is ________ diagram.

A) an interactive
B) the same as a sequence
C) also called a collaborative
D) a structural
سؤال
A ________ diagram represents milestones in the lifetime of an object when its state changes.

A) sequence
B) statechart
C) collaboration
D) structural
سؤال
A snapshot of an object at a certain stage in time is the ________ of the object

A) state
B) life
C) condition
D) event
سؤال
A statechart diagram depicts those states that are deemed as ________ from a specific viewpoint.

A) redundant
B) milestones
C) unique
D) both A & B
سؤال
A statechart diagram is composed of the states of an object and the flow of ________ that change its state.

A) events
B) messages
C) instructions
D) arguments
سؤال
The most lucid tool for modeling the logical flow of activities is the ________ diagram.

A) sequence
B) state
C) activity
D) collaboration
سؤال
You need ________ diagrams only for those objects whose states affect specific behaviors of the system.

A) sequence
B) statechart
C) collaborative
D) activity
سؤال
A(n) ________ diagram is the best in representing the complexities of logical flow.

A) statechart
B) activity
C) sequence
D) collaboration
سؤال
The primary purpose of a(n) ________ diagram is the verification of object responsibilities.

A) statechart
B) sequence
C) collaboration
D) activity
سؤال
Since a ________ diagram's level of detail or scope is not predetermined, you may choose a level or scope that suits your needs or the complexity of the scenario that the diagram represents

A) sequence
B) class
C) object
D) structural
سؤال
Dynamic modeling portrays actions and interactions of a system's components to satisfy its behavioral requirements.
سؤال
Virtual objects interact by exchanging messages that do not require strict rules or carry enough information to make a response possible.
سؤال
Although classes are abstractions, they are able to perform operations.
سؤال
Dynamic modeling is not about communication.
سؤال
Dynamic modeling must show not only who interacts with whom and how, but in what order.
سؤال
Any goal-oriented interaction requires a dynamic flow.
سؤال
Dynamic modeling represents structure in motion.
سؤال
The only thing about an object that is dynamic is its behavior.
سؤال
Parameters and arguments are two different things.
سؤال
Parameters specify what information the object needs (and in which order) to carry out an action.
سؤال
A parameter is mandatory.
سؤال
Methods and operation are the same thing.
سؤال
Events are actions by one object that interrupts only the existing condition itself.
سؤال
Change event is a specific event.
سؤال
Interactions with ATMs are synchronous events.
سؤال
A sequence diagram emphasizes the order of interactions in time.
سؤال
An activity diagram concentrates on the order of activities.
سؤال
A sequence diagram represents only the interaction between objects within the system.
سؤال
The horizontal axis on a sequence diagram is a timeline.
سؤال
"aCutomer:Customer" and ":Customer" both correctly identify an instance.
سؤال
A collaboration diagram is a dynamic diagram that focuses on the organization of objects that must cooperate, by exchanging messages, to satisfy a certain behavior.
سؤال
As a dynamic model, a collaboration diagram represents the relationship among classes, but not objects.
سؤال
The relationships in the collaboration diagram relate to the exchange of messages among objects.
سؤال
The worst way to arrive at a collaboration diagram is to start from a sequence diagram.
سؤال
If you cannot describe the goal, you cannot create a satisfactory collaboration diagram.
سؤال
A statechart diagram represents milestones in the lifetime of an object when its state is stable.
سؤال
A statechart diagram is composed of the states of an object and the flow of events that change its state.
سؤال
An activity diagram provides the logical flow of activities.
سؤال
Sequence diagrams may be used at any stage of development to help you visualize the sequence of events, messages, and object responsibilities.
سؤال
Parameters are the types of data that an object requires to perform a certain task.
سؤال
Conceptual modeling usually ignores how operations are implemented.
سؤال
Attributes of objects, usually private, are exposed to the outside world through accessor operations.
سؤال
A sequence diagram is composed of a timeline, objects that interact across this timeline, and the messages that they exchange.
سؤال
Each column in the sequence diagram identifies an instance of an actor or a class. Each "row" is the message sent or received by the entities in the column.
سؤال
The main value of a statechart diagram is that it presents a clear picture of what an object expects from another.
سؤال
The collaboration diagram is the only dynamic model that illustrates the milestones in the lifetime of one class of objects in its entirety.
سؤال
An anonymous message is usually an "event" message; that is, a message that is broadcasted as a signal or time event.
سؤال
A method is how an operation is implemented or carried out by the object when it receives a message.
سؤال
An operation may receive a return value from the object from which it receives the message.
سؤال
A signal event is an event that is triggered by the passage of time.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Dynamic Modeling
1
________ is about modeling actions and interactions of a system's components to satisfy its requirements.

A) Dynamic modeling
B) Use case modeling
C) A class diagram
D) Structural modeling
Dynamic modeling
2
Virtual objects interact by exchanging ________.

A) their identities
B) or changing behavior
C) messages
D) their attributes
messages
3
Dynamic modeling features ________.

A) classes
B) objects
C) behavior
D) structure
objects
4
Any goal-oriented interaction requires a ________.

A) goal
B) object
C) logical flow
D) road map
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
Dynamic modeling is all about ________.

A) classes
B) structure
C) information systems
D) interaction
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
Dynamic modeling must show not only who interacts with whom and how, but in what ________.

A) order
B) location
C) area
D) setting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
________ modeling represents the interaction of the building blocks of the information system with each other and with the outside world to satisfy the behavioral requirements of the system.

A) Structural
B) Behavioral
C) Dynamic
D) Use case
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
Dynamic modeling is not only about objects and their interactions, but also about ________.

A) classes and their interactions
B) the quality of the interactions
C) how the objects change through interaction
D) how the objects disappear through interactions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
________ are instructions and information sent to objects in the expectation that the recipient objects will carry out certain actions.

A) Messages
B) Data
C) Bits and bytes
D) Orders
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
________ specify the data that must be supplied to an object to carry out a specific operation.

A) Parameters
B) Strings
C) Types
D) Visibility
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Parameters are defined in terms of ________.

A) objects
B) variables
C) attributes
D) operations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
Parameters are ________ that carry data of a certain type, but are not data themselves.

A) containers
B) objects
C) attributes
D) operations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
A message from an object that invokes an operation must carry ________.

A) the operation's placeholders
B) orders
C) abstract data
D) unambiguous information
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
In the example "orderDessert(Ice Cream, 2)", orderDessert is ________.

A) an operation
B) an argument
C) a parameter
D) data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
In the example "orderDessert(Ice Cream, 2)", Ice Cream is a(n) ________.

A) parameter
B) value
C) argument
D) operation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
"getMenu()" is an example of ________.

A) a value
B) an argument
C) data
D) an object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
The reply that a message may invoke from the receiving object after an operation is complete is called ________.

A) an answer
B) a returned object
C) a messenger
D) a return value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
A return value is always a ________ item.

A) simple
B) plural
C) single
D) parallel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
In the example "Public Currency payBill(amount, paymentType", Public refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
In the example "Public Currency payBill(amount, paymentType", payBill refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
In the example "Public Currency payBill(amount, paymentType", amount refers to ________.

A) visibility
B) a parameter
C) a return type
D) a name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
In the example "Public Currency payBill(amount, paymentType", Currency refers to ________.

A) a return type
B) visibility
C) a parameter
D) a name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
Which of the following is NOT a type of visibility?

A) public
B) private
C) protected
D) obvious
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
How an operation is implemented or actually carried out is referred to as ________.

A) a method
B) a return value
C) a message
D) operational
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
Inserting your card into an ATM to get some money is an example of ________.

A) a return type
B) a parameter
C) an event
D) visibility
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which of the following is NOT a type of event?

A) order
B) call
C) signal
D) time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
Which one of the following events is an asynchronous event?

A) order
B) signal
C) call
D) private
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which of the following events has a return value?

A) order
B) times
C) signal
D) call
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
A(n) ________ diagram represents the interaction between objects, or between actors and objects.

A) context
B) class
C) sequence
D) activity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following is NOT a component of a sequence diagram?

A) a timeline
B) objects
C) messages
D) a class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
A collaboration diagram is ________ diagram.

A) an interactive
B) the same as a sequence
C) also called a collaborative
D) a structural
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
A ________ diagram represents milestones in the lifetime of an object when its state changes.

A) sequence
B) statechart
C) collaboration
D) structural
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
A snapshot of an object at a certain stage in time is the ________ of the object

A) state
B) life
C) condition
D) event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
A statechart diagram depicts those states that are deemed as ________ from a specific viewpoint.

A) redundant
B) milestones
C) unique
D) both A & B
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
A statechart diagram is composed of the states of an object and the flow of ________ that change its state.

A) events
B) messages
C) instructions
D) arguments
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
The most lucid tool for modeling the logical flow of activities is the ________ diagram.

A) sequence
B) state
C) activity
D) collaboration
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
You need ________ diagrams only for those objects whose states affect specific behaviors of the system.

A) sequence
B) statechart
C) collaborative
D) activity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
A(n) ________ diagram is the best in representing the complexities of logical flow.

A) statechart
B) activity
C) sequence
D) collaboration
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
The primary purpose of a(n) ________ diagram is the verification of object responsibilities.

A) statechart
B) sequence
C) collaboration
D) activity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Since a ________ diagram's level of detail or scope is not predetermined, you may choose a level or scope that suits your needs or the complexity of the scenario that the diagram represents

A) sequence
B) class
C) object
D) structural
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
Dynamic modeling portrays actions and interactions of a system's components to satisfy its behavioral requirements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
Virtual objects interact by exchanging messages that do not require strict rules or carry enough information to make a response possible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
Although classes are abstractions, they are able to perform operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
Dynamic modeling is not about communication.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
Dynamic modeling must show not only who interacts with whom and how, but in what order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
Any goal-oriented interaction requires a dynamic flow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
Dynamic modeling represents structure in motion.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
The only thing about an object that is dynamic is its behavior.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
Parameters and arguments are two different things.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
Parameters specify what information the object needs (and in which order) to carry out an action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
A parameter is mandatory.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
Methods and operation are the same thing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
Events are actions by one object that interrupts only the existing condition itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
Change event is a specific event.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
Interactions with ATMs are synchronous events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
A sequence diagram emphasizes the order of interactions in time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
An activity diagram concentrates on the order of activities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
A sequence diagram represents only the interaction between objects within the system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
The horizontal axis on a sequence diagram is a timeline.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
"aCutomer:Customer" and ":Customer" both correctly identify an instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
A collaboration diagram is a dynamic diagram that focuses on the organization of objects that must cooperate, by exchanging messages, to satisfy a certain behavior.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
As a dynamic model, a collaboration diagram represents the relationship among classes, but not objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
The relationships in the collaboration diagram relate to the exchange of messages among objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
The worst way to arrive at a collaboration diagram is to start from a sequence diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
If you cannot describe the goal, you cannot create a satisfactory collaboration diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
A statechart diagram represents milestones in the lifetime of an object when its state is stable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
A statechart diagram is composed of the states of an object and the flow of events that change its state.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
An activity diagram provides the logical flow of activities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Sequence diagrams may be used at any stage of development to help you visualize the sequence of events, messages, and object responsibilities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
Parameters are the types of data that an object requires to perform a certain task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
Conceptual modeling usually ignores how operations are implemented.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
Attributes of objects, usually private, are exposed to the outside world through accessor operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
A sequence diagram is composed of a timeline, objects that interact across this timeline, and the messages that they exchange.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
Each column in the sequence diagram identifies an instance of an actor or a class. Each "row" is the message sent or received by the entities in the column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
The main value of a statechart diagram is that it presents a clear picture of what an object expects from another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
The collaboration diagram is the only dynamic model that illustrates the milestones in the lifetime of one class of objects in its entirety.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
An anonymous message is usually an "event" message; that is, a message that is broadcasted as a signal or time event.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
A method is how an operation is implemented or carried out by the object when it receives a message.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
An operation may receive a return value from the object from which it receives the message.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
A signal event is an event that is triggered by the passage of time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.