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

Theory of computation miscellaneous

Theory of Computation

  1. Let L1 be a recursive language. Let L2 and L3 be languages that are recursively enumerable but not recursive. Which of the following statements is not necessarily true?
    1. L2 - L1 is recursively enumerable
    2. L1 - L3 is recursively enumerable
    3. L2 ∩ L1 is recursively enumerable
    4. L2 ∪ L1 is recursively enumerable
Correct Option: B

L1 → recursive
L2 ,L3 → recursively enumerable but not recursive.
So L1 can be recursive enumerable.
RE - RE = RE
So L1 - L3 is recursively enumerable.



Your comments will be displayed only after manual approval.