Question 101
Consider the following statements :
S1: These exists no algorithm for deciding if any two Turing machines M1 and M2 accept the same language.
S2: Let M1 and M2 be arbitrary Turing machines. The problem to determine L(M1) ⊆ L(M2) is undecidable.
Which of the statements is (are) correct?
Answer : 3. Both S1 and S2 S1: These exists no algorithm for deciding if any two Turing machines M1 and M2 accept the same language.
S2: Let M1 and M2 be arbitrary Turing machines. The problem to determine L(M1) ⊆ L(M2) is undecidable.
Which of the statements is (are) correct?
Previous | Next |
UGC NET CS December 2019 - Question 100 | UGC NET CS December 2019 - Question 102 |
S1 : "There exists no algorithm for deciding if any two Turing machine M1 and M2 accept the same language."
Statement S1 is correct because "Equivalence problem of recursively enumerable languages is undecidable.
Hence, No Algorithm possible.
S2 : "The problem of determining wether a Turing machine halts on any input is undecidable."
Statement S2 is correct because subset problem of recursively enumerable languages is undecidable. It is the standard "Halting problem of TM". Hence, No Algorithm possible.
So, option 3 is correct answer