-
Consider the following statements.
I. The complement of every Turing decidable language is Turing decidable
II. There exists some language which is in NP but is not Turing decidable
III. If L is a language in NP, L is Turing decidable Which of the above statements is/are true?
-
- Only II
- Only III
- Only I and II
- Only I and III
- Only II
Correct Option: D
Turing decidable ⇒ Recursive language
Turing recognizable ⇒ Recursive enumerable language
(I) Complement of turning decidable language is decidable which is true.
(III) True (Theorem)
Which violates (II). Hence correct option is (d).