

InterviewSolution
Saved Bookmarks
1. |
Which of the following technique is used to find whether a natural language isnt recursive ennumerable?(a) Diagonalization(b) Recursive Induction(c) Both (a) and (b)(d) None of the mentionedThe question was asked during an interview for a job.This intriguing question originated from The Diagonalization Languages topic in chapter Undecidability of Automata Theory |
Answer» RIGHT answer is (a) DIAGONALIZATION Explanation: To find a non recursively ennumerable LANGUAGE, we USE the technique of diagonalization. |
|