Question

(1) Sequence diagrams represent    (a) exactly what the use case diagram represents.    (b) the...

(1) Sequence diagrams represent

   (a) exactly what the use case diagram represents.

   (b) the sequence for a scenario of a use case.

   (c) exactly what the class diagram represents.
   (d) the sequences that connect multiple use cases together.

(2) Actors in a sequence diagram typically interact with

   (a) Boundary objects

   (b) Entity objects
   (c) Any type of object
   (d) Control objects

(3) Are sequence and communication diagrams different from one another?

   (a) "Both diagrams present exactly the same information in exactly the same format. So if you have one, you don t need the other."

   (b) They both present very different kind of information. Sequence diagram is similar to a use case diagram. You can replace a use case diagram with a sequence diagram. Communication diagram is similar to a class diagram. You can replace a class diagram with a communication diagram.

   (c) "They both present the same information, but in different visual formats. Communication diagrams show flow of messages across time well whereas sequence diagrams show coupling well which will help in finding whether any associations are missing in the class diagram and to find navigability."

   (d) "They both present the same information, but in different visual formats. Sequence diagrams show flow of messages across time well whereas communication diagrams show coupling well which will help in finding whether any associations are missing in the class diagram and to find navigability."

(4) How do we find navigability of an association between two classes?

   (a) We cannot find navigability on our own. We ask the client.

   (b) Check the direction of messages between the objeects of those two classes across the sequence or communication diagrams in which those objects participate in.

   (c) We do this based on the direction of includes or extends in the class diagram.

   (d) Check how you read the relationship name. Navigability is based on what direction you are able to read the association in plain English.

(5) A message is a sequence diagram is

   (a) is related to an includes relationship in a use case diagram

   (b) A call to a method in the destination object

   (c) An attribute in the origin object

   (d) not related to anything in the class diagram

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.(1) Sequence diagrams :- it shows the interaction amongst the various objects,within the network.it is a process of arranging the objects in a sequenc.

it represent

answer:- (b) the sequence for a scenario of a use case.

2.Actors in a sequence diagram :-an Actor is always something (a system or person) that is outside the scope of the system/software that you are building.ut shows the real world character

they typically interact with

answer :  (b) Entity objects

3. ans :  (d) "They both present the same information, but in different visual formats. Sequence diagrams show flow of messages across time well whereas communication diagrams show coupling well which will help in finding whether any associations are missing in the class diagram and to find navigability."

4.

Add a comment
Know the answer?
Add Answer to:
(1) Sequence diagrams represent    (a) exactly what the use case diagram represents.    (b) the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Represent the depicted simple ordering system in terms of the class diagrams, sequence diagram(s)...

    Represent the depicted simple ordering system in terms of the class diagrams, sequence diagram(s), and activity diagram(s) for the following use case diagram utilizing a tool such as Visio:

  • Create a use case diagram based on this sequence diagram. Assume (for the purpose of this...

    Create a use case diagram based on this sequence diagram. Assume (for the purpose of this Question 1.i only) that our task is to implement the AMS. [8 marks] Create a component diagram at type level, consistent with the sequence diagram. [12 marks] Detail the interfaces of the components as UML interfaces, including full operation signatures. [15 marks] Describe effect of the invocation true = checkln(card, reader) using textual pre and post conditions and a visual contract based on the...

  • Diagram 1 Diagram 2 The diagrams above use arrows to represent the speed of a gas...

    Diagram 1 Diagram 2 The diagrams above use arrows to represent the speed of a gas particle. Which of the diagrams best represents the speed of the particles of a gas at a fixed temperature, and why? A) Diagram 1, because all the particles have the same speed Diagram 1, because the particles are moving in different directions Diagram 2, because the particles have a net kinetic energy of zero. D) Dipam 2 because the particles have a variety of...

  • Objective Practice creating use-case and sequence diagrams. . Mini case study: a computer email system Consider...

    Objective Practice creating use-case and sequence diagrams. . Mini case study: a computer email system Consider a computer email system with the following actors: user, server, and virus checker A. (3 points) Explain the relevance of each actor, in brief. B. (4 points) The computer email system has some use-cases; one of them is to “get an email.” List four additional use cases at a comparable level of abstraction. Summarize the purpose of each use case with a sentence. C....

  • OMG Systems Modeling Language diagrams for any problem domain Tasks; 1) Short description of your case...

    OMG Systems Modeling Language diagrams for any problem domain Tasks; 1) Short description of your case (choice it is up to you, how you feel comfortable) 2) IDEF0 diagram of the system 3) 5 other diagrams of your choice (such as requirements diagram, activity diagram, business model diagram, use case diagram, sequence diagram) Note: All diagrams must be about the case which should be shortly described in task number 1. Do not create or answer with diagrams about totally different...

  • Use case diagram Vending Machine: After client interview the following system scenarios were identified: • A...

    Use case diagram Vending Machine: After client interview the following system scenarios were identified: • A customer buys a product • The supplier restocks the machine • The supplier collects money from the machine A use case diagram provides a high level visual representation of user requirements. Design a high level use case diagram that represents the above system, identify all actors. At the very least your use case diagram should clearly show all actors (stick figures), the system, use...

  • A domain model class diagram, a use case diagram, SSDs for two use cases l, such...

    A domain model class diagram, a use case diagram, SSDs for two use cases l, such as add a seller and record a book order use cases. A sequence diagram for each of the above is cases that the book has been shipped. After the seller receives CASE STUDY MoveYourBooksNow.com notice that a listed book has been sold, the seller must notify Book Exchange the buyer via e-mail within 48 hours. Shipment of the order MoveYourBooksNow.com is a book exchange...

  • Question 1: In a tabular form, list the fundamental system modeling perspectives as context, interaction, structural,...

    Question 1: In a tabular form, list the fundamental system modeling perspectives as context, interaction, structural, and behavioral and provide the names of corresponding UML diagrams that best fits to each model perspective. When applicable, provide subcategories for the system modeling perspectives, as well as possible alternative diagrams. Question 2: Imagine you are hired to design a software FBI-HRSW for FBI to be used in its Human Resources Department to hire job applicants. Draw the context model for the FBI-HRSW...

  • First Drawing Assignment: Draw as complete a Class diagram as you can for the following possible...

    First Drawing Assignment: Draw as complete a Class diagram as you can for the following possible application. We wish to BUILD A SOCIAL NETWORKarrow-10x10.png for COMPUTERarrow-10x10.png Science graduate students. This network will allow any graduate student to login and logout. Once logged in, the student may do any of the following: 1. Join a group of fellow students 2. Leave a group of fellow students 3. Create a group which fellow students may join if they wish. Creating a group...

  • Question 2* Consider th following twelve diagrams A,... , L C: G: I: K: (a) Each diagram represents a simple graph of o...

    Question 2* Consider th following twelve diagrams A,... , L C: G: I: K: (a) Each diagram represents a simple graph of order 6 with exactly one circuit, but not all graphs are different. When X, Y represent the same graph we write XY. For example, A B. Partition the set {A, B,, Ly using the equivalence relation. (b) Any hydrocarbon molecule consists of joined-up carbon and hydrogen atoms, and can be represented by a connected graph in which each...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT