Explain how Sequence Diagram differ from Component Diagram?

Questions by jeevarekhamca

Showing Answers 1 - 6 of 6 Answers

1. A component diagram represents how the components are wired together to form a software system where as a sequence diagram is an interaction diagram which represents how the processes operate with each other and their order of operation.

2.A component diagram has a higher level of abstraction than a Class Diagram - usually a component is implemented by one or more classes at runtime. ,but sequence diagram keeps track of the objects and classes involved and the sequence of messages exchanged between the objects which are required to carry out the functionality.

3.Component diagrams are used to illustrate complex systems,they are building blocks so a component can eventually encompass a large portion of a system, but sequence diagrams are not intended for showing complex procedural logic.

4.Component diagram is a Structural Modeling Diagram where as a sequence diagram is a Behavioral Modeling Diagram.

swati

  • Jun 19th, 2014
 

1.Component diagrams are used to illustrate complex systems,they are building blocks so a component can eventually encompass a large portion of a system, but sequence diagrams are not intended for showing complex procedural logic.

2.Component diagram is a Structural Modeling Diagram where as a sequence diagram is a Behavioral Modeling Diagram.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions