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

Highest voted questions in Theory of Computation

0 votes
1 answer
6581
0 votes
1 answer
6584
0 votes
1 answer
6586
A >aB/bA/b , B >aC/bB , C >aA/bC/awhat is the approach ?
0 votes
2 answers
6587
0 votes
0 answers
6588
0 votes
1 answer
6589
I tried till k=5 and then got 2 as no of words ,N(1)=N(3)=0 ,N(2)=N(4)=N(5)=2
0 votes
1 answer
6590
I tried it through state elimination method but I am getting stucked at the outgoing edge from D to A .
0 votes
2 answers
6591
Why is S2 not a correct option?
0 votes
1 answer
6592
How can we say r* and r+ may be equal?? Is it correct?
0 votes
1 answer
6594
L=b^m right??
0 votes
1 answer
6595
 the formula is n^(n*m+1)*2^n ,where n=no of states and m= no of input symbols. right?? 
0 votes
1 answer
6596
Identify the class of the language $L = \Bigl \{a^n b^m \mid n \leq m \leq 2n\Bigr \}$.a) CFL but not DCFLb) DCFL but not regularc) not CFL
0 votes
1 answer
6600
consider the following CFG find minimum no of productions when converted in GNF formS->AA|0A->SS|1