Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 101

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?
  1. 1. Only S1
  2. 2. Only S2
  3. 3. Both S1 and S2
  4. 4. Neither S1 nor S2
Answer : 3. Both S1 and S2

Question 102 Explanation

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

PreviousNext
UGC NET CS December 2019 - Question 100UGC NET CS December 2019 - Question 102

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts