Finite Automata 3
Finite Automata 3
(CS F351)
Uses:
Automata are applicable to algorithms and computer programs.
After reading an input symbol, the read head moves one square
to the right on the tape so that on the next move it will read
the symbol in the next square.
CS F351 Theory of Computation Dr.R.Gururaj BITS Pilani, Hyderabad Campus
This process is repeated again and again-
- read symbol,
If the state at the end is one among the final states then it is
accepted.
is an alphabet
Thus the automaton M in state q K and symbol read from the input tape is
Since the automaton is not allowed move its head backwards, it can not visit
the part of the tape which is already read.
Hence the already read part of the string will not influence the future of the
machine.