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

1 votes
3 answers
6262
how to approach$L=\{a^mb^nc^pd^q\ |\ m+n=p+q \}$give grammar for it???
1 votes
2 answers
6263
If input symbol is{ a, b} and L ={no of a's =2*no of b's } , issue here is that since we do not have any sequence so what should be done when I see any a or b ?
2 votes
0 answers
6264
In this one how come from q1 we are directly converting it into qf , since non-terminals have not been emptied , this method is for converting grammar in GNF to PDA .
3 votes
1 answer
6265
I read some where that if thier is one comparision at any time then only CFL otherwise CSL?plz give proof.
2 votes
2 answers
6266
The regular expression for the language recognized by the following Finite State Automaton is?$0^* \mid 0^* 1^+$$0^* \mid 11^*$$0^* \mid 0^* 1^+ \mid 0^* 1^+ (0+1)^*$None...
0 votes
1 answer
6267
0 votes
1 answer
6269
A >aB/bA/b , B >aC/bB , C >aA/bC/awhat is the approach ?
0 votes
2 answers
6270
0 votes
0 answers
6271
1 votes
1 answer
6272
L={w ={a,b}* : (no of a's -no of b's) mod 3 =1 }
1 votes
1 answer
6273
5 votes
2 answers
6275
Please share some good resources and questions which can make it easier for me to understand and apply Rice theorem.
21 votes
5 answers
6276
Show that the Turing machines, which have a read only input tape and constant size work tape, recognize precisely the class of regular languages.
0 votes
1 answer
6277
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
6278
I tried it through state elimination method but I am getting stucked at the outgoing edge from D to A .
1 votes
1 answer
6280