retagged by
440 views
0 votes
0 votes

Which of the following statements is FALSE?

  1. Recursive Enumerable Languages are not closed under set difference and complementation.
  2. Complement of context-free language must be recursive.
  3. If a problem $X$ is NP complete and $X \in P,$ then $NP = P$.
  4. Membership problem is not decidable for Recursive Languages.
retagged by

1 Answer

Best answer
1 votes
1 votes
Membership problem is decidable under recursive languages. Turing machine for recursive language will either accept the given input string or it will reject the input string, so statement is false.
selected by
Answer:

Related questions

4 votes
4 votes
0 answers
3
Bikram asked Aug 12, 2017
630 views
The number of possible finite automata with two states $a0$ and $a1$ (where $a0$ is always the initial state over the alphabet $\{p, q\}$) which accepts empty language is...
0 votes
0 votes
1 answer
4
Bikram asked Aug 12, 2017
285 views
What is the regular expression corresponding to the above DFA?$(01 + (00)^*1)^*$$0^*10^*$$(10 + 0(00)^* (1 + 01) )^*$$0(00)^*10^*$