Multiple choice technology architecture What are UML sequence diagrams used for ? They show the dynamic behavior of the system for a given scenario. They show the static behavior of the system for a given scenario. Both the above None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation Sequence diagrams show interactions between objects over time for a specific scenario - this is dynamic behavior (how objects communicate). Static behavior refers to structural elements like class relationships, which sequence diagrams don't depict.