

InterviewSolution
Saved Bookmarks
1. |
Under which of the following operation, NFA is not closed?(a) Negation(b) Kleene(c) Concatenation(d) None of the mentionedThe question was posed to me in an internship interview.This key question is from Applications of NFA in section Finite Automata of Automata Theory |
Answer» RIGHT ANSWER is (d) NONE of the mentioned Explanation: NFA is said to be closed under the following OPERATIONS: a) Union b) Intersection c) Concatenation d) Kleene e) Negation. |
|