129k views
4 votes
​a _____ shows how an object changes from one state to another, depending on events that affect the object.

1 Answer

7 votes

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.

User OreoFanatics
by
5.3k points