Recent questions tagged theory-of-computation

5 votes
2 answers
3903
Can anyone provide the proof of halting problem of turing machines by contradiction ? If possible, give example, how is it reduced to other turing problems ?
0 votes
1 answer
3905
Construct dfa for set of all strings where every pair of consecutive 0's occurs before any pair of adjacent 1's ?
0 votes
1 answer
3908
Construct the Turing Machine that accepts the language of palindromes over {a, b}. Also specify the moves trace the strings abaa, abba, aabaa.
5 votes
6 answers
3909
1 votes
1 answer
3910
What is R-L, where R is a regular language and L is context free.Options are a.Regular, b.Context free,c.Context Sensitive ,d.None of this
1 votes
1 answer
3912
1 votes
1 answer
3913
Give DFA of The set of all strings which when interpreted as a binary integer is a multiple of 3.
2 votes
1 answer
3914
Let the homomorphism defined over alphabet Σ{0, 1} is h(0) = aa and h(1) = aba, and L = (ab + ba)*athen what is h-1(L)?
1 votes
1 answer
3915
Set of all strings over {0,1} containing at most one pair of consecutive 1's.Give regular expression and equivalent minimized DFA.
1 votes
1 answer
3916
W(Wr)+, w belongs to (0*,1*) is Csl because? Is it because we cant decide the no of Wr or the content inside the Wr or both? so if 0111,011,001 a seperate kind of compari...
1 votes
1 answer
3921
In pumping lemma for CFL a^nb^n ....the pumping is done on equal number of a and b then pumping lemma is valid for this CFL...but when I take unequal a and b pumping lemm...
1 votes
2 answers
3923
What will a minimal DFA over alphabet {a,b} which accepts all strings in which second symbol from RHS is always 'a' look like?
3 votes
1 answer
3924
Are the Video Lectures by Shai Simonson self sufficient for GATE or do they miss out on certain parts ?
2 votes
1 answer
3925
3 votes
3 answers
3926
3 votes
2 answers
3927
What is the language accepted by the following DFA $\Sigma=(0,1)?Set of strings starting with 0 and have odd number of switchings (from 0 to 1 or 1 to 0, for example, 101...