Recent questions tagged turing-machine

3 3 votes
1 1 answer
840
840 views
Which of the following is RE / NOT RE ?I.<M>|M is a TM that accepts all even numbers.II.<M>|M is a TM that does not accept all even numbers.II.<M>|M is a TM rejects all e...
12 12 votes
3 answers 3 answers
2.9k
2.9k views
State the halting problem of the Turing machine.
0 0 votes
0 0 answers
388
388 views
what is the difference between a turing machine and real-world computers?do turing machines use stack ??please tell about the memory of turing machines
0 0 votes
2 2 answers
1.2k
1.2k views
If we limit the size of tape in turing machine, what would be the resultant machine?
1 1 vote
0 0 answers
363
363 views
I dont get how the first is decidable and I have no idea about other two. Detailed explanation would be helpful
1 1 vote
2 2 answers
1.1k
1.1k views
0 0 votes
0 0 answers
814
814 views
0 0 votes
0 0 answers
360
360 views
Is Turing Machine that accpet Regular Languages Decidable ?
1 1 vote
1 answers 1 answer
1.6k
1.6k views
Let ⟨M⟩ be the encoding of a Turing machine as a string over Σ={0,1} Let L={⟨M⟩∣M is a Turing machine that accepts a string of length 2014}.Then L isRecursively enumerabl...
2 2 votes
3 3 answers
4.9k
4.9k views
for1. given any two specific numbers2. any two arbitrary numbers
0 0 votes
1 1 answer
664
664 views
Decidability of M is a TM and L(M) is a regular language ?
0 0 votes
1 answers 1 answer
2.1k
2.1k views
TM 'M1' accepts atmost 2 distinct input .TM 'M2' accept more than 2 distinct input . Which of the machine is Turning recognizable ?
0 0 votes
0 0 answers
448
448 views
By reading any string, which of the following is possible for a Turing Machine?TM halts in Final StateTM halts in Non Final StateTM enters into Infinite LoopAll of these
36 36 votes
3 answers 3 answers
23.4k
23.4k views
Recursive languages are:A proper superset of context free languages.Always recognizable by pushdown automata.Also called type $0$ languages.Recognizable by Turing machine...
6 6 votes
1 answers 1 answer
3.9k
3.9k views
0 0 votes
0 0 answers
1.1k
1.1k views
I think the question is wrong , it is related to closure properties of NP problems and NP problems are recursive so closed under concatenation, intersection, union, set d...
0 0 votes
0 0 answers
2.6k
2.6k views
1 1 vote
2 2 answers
2.8k
2.8k views
How FA with a queue is equal to Turing machine?
1 1 vote
1 1 answer
948
948 views
Which of the above statement is true?
11 11 votes
2 answers 2 answers
8.5k
8.5k views
Does turing machine accepts epsilon?
4 4 votes
2 answers 2 answers
2.4k
2.4k views
Please explain clearly?
1 1 vote
0 0 answers
613
613 views
δ={((q0,0,z0),(q0,0z0)),((q0,0,0),(q0,00)) ((q0,1,0),(q0,10)) ((q0,1,1),(q0,11),(q0,0,1),(q1,∈)) ((q1,0,1),(q1,t)),((q1,0,0),(q1,∈))((q1,∈,z0),(qF,∈))The language corresp...
2 2 votes
3 3 answers
3.2k
3.2k views
Consider the following languagesL1 = {< M, q |M is a turing machine that visits state q on some input within 10 steps}L2 = {< M |M is a turing machine, |M | < 100 where...
0 0 votes
0 0 answers
317
317 views
Turing machine model of computation are:1. A finite amount of internal state.2. An infinite amount of external data storage.3. A program specified by a finite number of i...
19 19 votes
5 answers 5 answers
6.8k
6.8k views
State whether the following statements are TRUE or FALSE:The problem as to whether a Turing machine $M$ accepts input $w$ is undecidable.
21 21 votes
5 answers 5 answers
6.7k
6.7k views
State whether the following statement are TRUE or FALSE.$A$ is recursive if both $A$ and its complement are accepted by Turing machines.
0 0 votes
1 1 answer
808
808 views
Write about the equivalency of different automata such as DFA, NFA, DPDA, NPDA, DTM, NTM. Which automata or machine can be converted to other machines and why? For exampl...
0 0 votes
1 1 answer
574
574 views
Any good source to study the halting concept of Turing machine,other than Peter Linz?