edited by
677 views
0 votes
0 votes

What is Turing Decidable and Turing Recognizable and What to conclude from those terms?

edited by

2 Answers

2 votes
2 votes

A language is Recognizable iff there is a Turing Machine which will halt and accept only the strings in that language and for strings not in the language, the TM either rejects, or does not halt at all. Note: there is no requirement that the Turing Machine should halt for strings not in the language.

A language is Decidable iff there is a Turing Machine which will accept strings in the language and reject strings not in the language.

0 votes
0 votes

Option a is right

  • If L is decidable then it is recursive language . 
  • Recursive language is closed under complementation .
  • So both L and L' are recursive language ( decidable).
  • And every recursive language is also recursive ennum ( turing recognizable )