Saved Bookmarks
| 1. |
Can you represent a state machine graphically? If so, how? If not, why not?????? |
|
Answer» Answer: A state DIAGRAM is a type of diagram used in computer science and related fields to describe the behavior of systems. State DIAGRAMS require that the system DESCRIBED is composed of a FINITE number of states; sometimes, this is indeed the case, while at other times this is a reasonable abstraction. MANY forms of state diagrams exist, which differ slightly and have different semantics. Explanation: |
|