Computer Science Fundamentals
Algorithms
Subjective
Mar 05, 2013
What are the components of Finite automaton model?
Detailed Explanation
The components of FA model are Input tape, Read control and finite control.
(a)The input tape is divided into number of cells. Each cell can hold one i/p symbol.
(b)The read head reads one symbol at a time and moves ahead.
(c)Finite control acts like a CPU. Depending on the current state and input symbol read from the input tape it changes state.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts