

InterviewSolution
Saved Bookmarks
1. |
Which of the following belongs to the epsilon closure set of a?(a) {f1, f2, f3}(b) {a, f1, f2, f3}(c) {f1, f2}(d) none of the mentionedI got this question in examination.I need to ask this question from Mealy Machine-II in division Finite Automata of Automata Theory |
Answer» CORRECT answer is (B) {a, f1, f2, f3} Best explanation: The epsilon closure of the SET Q is the set that contains q, together with all the states which can be reached STARTING at q by following only epsilon transitions. |
|