1.

Which of the following is a not a part of 5-tuple finite automata?(a) Input alphabet(b) Transition function(c) Initial State(d) Output AlphabetI had been asked this question in an online quiz.This interesting question is from Finite Automata-Introduction topic in division Finite Automata of Automata Theory

Answer»

The CORRECT choice is (d) OUTPUT ALPHABET

For explanation: A FA can be represented as FA= (Q, ∑, δ, q0, F) where Q=Finite SET of States, ∑=Finite Input Alphabet, δ=Transition Function, q0=Initial State, F=Final/Acceptance State).



Discussion

No Comment Found

Related InterviewSolutions