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}}}$$

Recent questions in Theory of Computation

0 votes
0 answers
6081
0 votes
4 answers
6084
0 votes
1 answer
6085
A CFL $\cap$ a DCFL (i.e what is the intersection of a CFL with a DCFL??)
0 votes
1 answer
6087
1 votes
1 answer
6088
dfa for a*b* + b*a* ?
0 votes
1 answer
6089
1 votes
2 answers
6090
Consider the following right linear grammar.S->aA/abcA->aA/bB/aB->bB/cC/bC->cC/cFind left linear grammar is equivalent to the above rightlinear grammar?
0 votes
1 answer
6091
What is the basic Conditions for Pumping Lemma of RL and CFLI found different ans in different sourcesAlso Tell me what is a pumping length ?IS there any minimum pumping ...
2 votes
1 answer
6093
5 votes
4 answers
6094
0 votes
1 answer
6095
Let L1 = 0*1*, L2 = 1*0*, L3 = (0+1)* and L4 = 0*1*0*. Then the number of strings in the following language L are ________. L = (L1 ∩ L2 ) &nd...
0 votes
1 answer
6096
let L=(a,b,c)* | the length of x is square then L is -a)Regularb)recursive but not context freec)context free but not regulard)none of these.
0 votes
1 answer
6098
2 votes
1 answer
6100
Dfa to accept strings with 0's and 1's so that no of 0's should be even and no of 1's is divisible by 3