Characteristic Table
A characteristic Table defines the next state of flip-flop in terms of flip-flop input and current state.
Example for T Flip-Flop
| 0 | 0 | 0 | 
| 0 | 1 | 1 | 
| 1 | 0 | 1 | 
| 1 | 1 | 0 | 
A characteristic Table defines the next state of flip-flop in terms of flip-flop input and current state.
Example for T Flip-Flop
| 0 | 0 | 0 | 
| 0 | 1 | 1 | 
| 1 | 0 | 1 | 
| 1 | 1 | 0 |