

InterviewSolution
Saved Bookmarks
1. |
Post Correspondence problem is(a) decidable decision problem(b) undecidable decision problem(c) not a decision problem(d) none of the mentionedThis question was posed to me in unit test.I'm obligated to ask this question of Rice’s Theorem, Properties and PCP topic in chapter Undecidability of Automata Theory |
Answer» CORRECT answer is (b) undecidable DECISION problem Explanation: Post Correspondence problem is an undecidable decision problem that was introduced by Emil Post in 1946. Being SIMPLER than HALTING problem, it can be USED in proofs of undecidability. |
|