Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

  1. Consider the following types of languages: L1 : Regular, L2 : Context-free, L3 : Recursive, L4 : Recursively enumerable.
    Which of the following is/are TRUE?
    I. L3 ∪ L4 is recursively enumerable
    II. L2 ∪ L3 is recursive
    III. L1* ∩ L2 is context-free
    IV. L1L2 is context-free
    1. I only
    2. I and III only
    3. I and IV only
    4. I, II and III only
Correct Option: D

Statement (IV): L2 may or may not be context free because CFL are not closed under complementation. So it is not true.



Your comments will be displayed only after manual approval.