1 With respect to UML What is a state transition What is an
1. With respect to UML: What is a state transition? What is an event?
 1. With respect to UML: What is a state transition? What is an event?
Solution
state transition in uml is the movement or transition from a state to next. It is represented by lines with arrowheads.
 event in uml is the smallest part of an interaction. An event is any point in an interaction where something occurs.

