

InterviewSolution
Saved Bookmarks
1. |
Languages of a automata is(a) If it is accepted by automata(b) If it halts(c) If automata touch final state in its life time(d) All language are language of automataThis question was posed to me during an internship interview.The origin of the question is Finite Automata in portion Finite Automata of Automata Theory |
Answer» CORRECT option is (a) If it is ACCEPTED by automata The explanation is: If a string accepted by automata it is called language of automata. |
|