-
Consider the following two statements:
I. If all states of an NFA are accepting states then the language accepted by the NFA is ∑*.
II. There exists a regular language A such that for all languages B, A ∩ B is regular. Which one of the following is CORRECT?
-
- Only I is true
- Only II is true
- Both I and II are true
- Both I and II are false
- Only I is true
Correct Option: B
Statement I is not true, because if all the states of DFA are accepting states then the language accepted by the DFA is * å Statement II is true because one can have regular language A = [] [Empty Language] which satisfies the given condition.