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

Theory of computation miscellaneous

Theory of Computation

  1. Let L1 be a regular language, L2 be a deterministic contextfree language and L3 a recursively enumerable but not recursive language. Which one of the following statements is false?
    1. L1 ∩ L2 is a deterministic CFL
    2. L2 ∩ L1 is recursive
    3. L1 ∩ L2 is context-free
    4. L1 ∩ L2 ∩ L3 is recursively enumerable
Correct Option: B

L1 is regular language
L2 is CFL.
L3 is recursively enumerable but not REC.
(a) L1 ∩ L2 is CFL is true
(b) L3 ∩ L1 is recursive, not necessary so false.
(c) & (d) are also true.



Your comments will be displayed only after manual approval.