Basic Terminologies
Basic Terminologies
Operations on languages
More Examples
Finite Automaton
A finite automaton can be thought of as a device
consisting of a tape and a control circuit which satisfy
the following conditions:
1.The tape has the left end and extends to the right
without an end.
2.The tape is divide into squares in each of which a
symbol can be written prior to the start of the operation
of the automaton.
3.The tape has a read only head.
4.The head is always at the leftmost square at the
beginning of the operation.
5.The head moves to the right one square every time it
reads a symbol.
It never moves to the left. When it sees no symbol, it
stops and the automaton terminates its operation.
6.There is a finite control which determines the state of
the automaton and also controls the movement of the
head.
Pushdown Automaton
Turing Machine