in Theory of Computation edited by
2,036 views
1 vote
1 vote

For a statement

A language $L \subseteq \Sigma^*$ is recursive if there exists some turing machine $M$. Which of the following conditions is satisfied for any string $\omega$?

  1. If $\omega \in L$, then $M$ accepts $\omega$ and $M$ will not halt
  2. If $\omega \notin L$, then $M$ accepts $\omega$ and $M$ will halt by reaching at final state
  3. If $\omega \notin L$, then $M$ halts without reaching to acceptable state
  4. If $\omega \in L$, then $M$ halts without reaching to an acceptable state
in Theory of Computation edited by
by
2.0k views

2 Comments

Answer 3
0
0
what is meant by acceptable state?
0
0

1 Answer

1 vote
1 vote
Ans is C , as it is recursive language then TM will either accept or reject but it will always halt .
Answer:

Related questions