Answer:
state transition diagram
Step-by-step explanation:
In software engineering and digital electronics, a State Transition Diagram, or State Machine Diagram, is a representation of the state or situation an object may be in during the process execution of a system. With this, the object can move from an initial state to an final state through a transition. In other words, the state transition diagram shows how an object changes from state to state, depending on the events that affect the object.