A state graph is a type of diagram used in computer science and related fields to describe the behavior of system. State Graphs 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
Image represents a sample state graph. It is a graphical representation of a program in terms of it's states. transitions, inputs and outputs
Nodes denote states in a state graph
Words are used to number or identify states
The total number of state can be obtained by finding out the number of alternatives present
0 comments:
Post a Comment