Recent questions tagged decidability

0 votes
1 answer
332
Turing machine that accept exactly k string,Isnt it completely undecidable?
0 votes
2 answers
340
Can we say Recursive languages are Turing Recognizable?As they are decidable, so they are recognisable also.
2 votes
2 answers
342
REF: https://gateoverflow.in/76419/decidabilityConsider the language:1) L = {<M>| L(M) = $\epsilon$ } 2) L = {<M>| M accepts epsilon }Now, lets consider the 1st language:...
2 votes
2 answers
343
0 votes
1 answer
349
Let A = {<M>|M is a TM and L(M) is regular}. Then A is _________a) Decidable language and regular languageb) Undecidable but partially decidablec) Totally not decidabled)...
0 votes
1 answer
351
Under what operations DCFL is Not decidable?I
0 votes
0 answers
352
Why is the answer D? How to solve it in simple way other than learning Rice Theorem? Does anyone know Rice thm in short?
5 votes
1 answer
353
I am unable to understand when to apply Rice's theorem and when to not. How L2 is decidable.
1 votes
1 answer
354
I mean how it is a trivial property, we can write Tyes ( TM having even states) and Tno ( TM having odd states) for it.Can Turing machine can never have odd number of sta...
1 votes
2 answers
357
l = { <M | M is a TM and M has more than 7 states }Is this decidable /undecidable/R.E /non R.e.??