Web Page

Regular expressions and finite automata, Context-free grammars and push-down automata, Regular and context-free languages, Pumping lemma, Turing machines and undecidability.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 2 &2&3&3&2&2&2&3&3&3&2&2.5&3
\\\hline\textbf{2 Marks Count} & 3 &3&4&3&3&3&5&3&3&3&3&3.3&5
\\\hline\textbf{Total Marks} & 8 &8&11&9&8&8&12&9&9&9&\bf{8}&\bf{9.1}&\bf{12}\\\hline
\end{array}}}$$

Most answered questions in Theory of Computation

2 votes
0 answers
6182
"A regular expression denoting a language (set of strings) means it should generate all string in L and not generate any string not in L"L is set of all strings not conta...
2 votes
0 answers
6183
If a Turing machine cannot accept € then how are regular languages subset of recursive enumerable languages?
0 votes
0 answers
6184
Can a Turing machine accept €?If no then how are regular languages subset of recursive enumerable languages?
5 votes
0 answers
6185
How to know whether L(G) is inherently ambiguous or not for a particular grammar 'G' ? Is there any algorithm for it ?
2 votes
0 answers
6186
Which of the following Strings are not generated by given TM.1) aabbaa2) Epsilon3) aabb
1 votes
0 answers
6188
L3= {wxw^R ; w belongs {a,b}+ , x does not belong {a,b}} is ??is x does not belong {a,b} then x will be ????
0 votes
0 answers
6189
1 votes
0 answers
6190
S >aSb|SS|epsilonL={w|w belongs {a,b}* and a(v)>=b(v), where v is any prefix of w} (propery balanced parenthesis) plz someone tell me what does it mean am not getting???
2 votes
0 answers
6191
L={a^n b^n a^n |n=1,2,3.........} is an example of a language that is a)context freeb)not context freec)not context free but whose complement is CFd)context free but whos...
1 votes
0 answers
6193
L = {s ∈ (0 + 1)* d(s)mod5 = 2 or d(s)mod7 != 4} where d(s) is the decimal equivalent of the binary string s.How many states does the above DFA have? How many final sta...
0 votes
0 answers
6195
Do we need to study Assembler in Compiler Design. It's just I saw questions on Assembler in GO book, but all those questions were from 90's. So, do we need to study Asse...
1 votes
0 answers
6196
L={a^n b^n c^i | i<=n}L={a^n b^n c^i | i != n}why they are not cfl?
1 votes
0 answers
6197
The output of moore machine will always have start state output as prefix? True/False?
1 votes
0 answers
6198
1. Consider the languages L1 = and L2 = {a}. Which one of the following represents L1 L2* U L1*a) €b) a*c) All of the mentionedd) None of the mentionedView Answer
3 votes
0 answers
6199
L = {<M | M is a TM and L(M) is infinite }..How to prove it as not RE..Here L(Tyes) = Sigma* is not subset of L(Tno) = Phi..So Rice Theorem's 2nd part is not applicable.....
2 votes
0 answers
6200