1.

A DFA cannot be represented in the following format(a) Transition graph(b) Transition Table(c) C code(d) None of the mentionedThe question was posed to me during an interview.Asked question is from Deterministic Finite Automata-Introduction and Definition topic in chapter Finite Automata of Automata Theory

Answer»

Right answer is (d) None of the mentioned

To elaborate: A DFA can be represented in the FOLLOWING formats: Transition GRAPH, Transition Table, Transition tree/forest/Any programming LANGUAGE.



Discussion

No Comment Found

Related InterviewSolutions