What are the real life examples of finite state machine?
Answers
Answered by
1
#1.)A Safe ( event triggered)
$tate => multiple locked state , one unlocked state
#2.) traffic light
$tate => red ,yellow and green
#3.) vending machines( event triggered ,a variation of a safe)
$tates => IDLE,5 cents ,10 cents,20 cents,25 cents
$tate => multiple locked state , one unlocked state
#2.) traffic light
$tate => red ,yellow and green
#3.) vending machines( event triggered ,a variation of a safe)
$tates => IDLE,5 cents ,10 cents,20 cents,25 cents
Similar questions