Recent questions tagged theory-of-computation

0 votes
0 answers
92
Give the translation scheme that converts infix to postfix form for the following grammar. Also generate the annotated parse tree for input string 2+6+1E- E+TE->TT->0|1|2...
0 votes
0 answers
94
L = a^n / n is odd number is a Regular languagebut by checking it with pumping lemma it’s getting as Not Regular.why?https://gateoverflow.in/?qa=blob&qa_blobid=158721...
0 votes
1 answer
95
0 votes
1 answer
96
0 votes
1 answer
97
There is one and only one finite language that can be accepted by a 1-state DFA. True or False? Explain.
1 votes
2 answers
101
$L_1=a^ * b^ *$$L_2=a^ + b^ +$Find $L_2-L_1$:A. $a ^ *$B. $b ^ *$C. $a ^ * +b^ *$D. None
0 votes
1 answer
102
Let r = a(a + b)*, S = aa*b and t = a* b be three regular expressions. Consider the following:Which one of them is correct ?
0 votes
1 answer
103
How many states are there in a minimum state DFA accepting the language number of 0’s is divisible by 2 and number of 1’s is divisible by 7, respectively?
0 votes
2 answers
104
0 votes
0 answers
105