Automata

Finite Automata with Ouput

Till now we have seen the finite automata, DFA and NFA. Now we will see finite automata with ouput.
It will be clear once you see one example

There are two type of machines under this category
      Moore Machine : This machine has output on the states itself.
      Mealy Machine : This machine has output on the transitions
Note:Till now we have seen automata with no output those are language accepters
Note:Now we will see languge transducers means they will convert input to output