Recent questions tagged turing-machine

5 votes
3 answers
481
Why this statement Turing Machine accepts the null string epsilon ? is not Decidable ? explain with an example.
0 votes
2 answers
482
Is it decidable whether a given Turing machine accepts a CFL? give some facts or exp to prove your answer .
3 votes
1 answer
483
Design a Turing machine that recognizes the unary language consisting of all strings of 0’s whose length is a power of 2, i.e., $L = \{0^{2n} \mid n \geq 0\}$
4 votes
2 answers
489
Consider the following turning machine (where,,$\$ $ is represent accept the string).If the string is $01010$ then what will be the output?$10100$$10101$$10110$$10011$
4 votes
1 answer
490
The number of symbols necessary to simulate a TM with $m$ symbols and $n$ states is ?$m+n$$8mn+4m$$mn$$4mn+m$
2 votes
1 answer
492
Which of the following is FALSE with respect to possible outcomes of executing a Turing Machine over a given input?it may halt and accept the inputit may halt by changing...
0 votes
1 answer
493
Is there a one to one correspondence between problems and languages? we interchangeably use these while discussing decidabilility and turing machines
17 votes
2 answers
502
$L= \{\langle M \rangle\mid L(M) = \Sigma^*\} $A. $L$ is RE but $L'$ is not REB. Both $L$ and $L'$ are REC. $L$ is not RE but $L'$ is RED. Both $L$ and $L'$ are not RE...
17 votes
4 answers
503