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{2024-1} & \textbf{2024-2} & \textbf{2023} & \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} &1&1&3& 2 &2&3& 1&2&3
\\\hline\textbf{2 Marks Count} &2&3&3& 3 &3&4& 2&3&4
\\\hline\textbf{Total Marks} &5&7&9& 8 &8&11&\bf{5}&\bf{8}&\bf{11}\\\hline
\end{array}}}$$

Recent questions in Theory of Computation

0 votes
1 answer
5182
0 votes
1 answer
5184
TM 'M1' accepts atmost 2 distinct input .TM 'M2' accept more than 2 distinct input . Which of the machine is Turning recognizable ?
0 votes
2 answers
5185
Construct a Right Linear Grammar for the Language L((aab*ab)*)
0 votes
1 answer
5186
Construct right-linear grammar and left-linear grammar for the languageL ={anbm : n$\geq$2 , m$\geq$3}Explanation about this....???
0 votes
3 answers
5187
S->AbaCA->BCB->b/epsilonC->D/epsilonD->d I want to know that will A contain epsilon as B and C both are null variables???(In Elimination of epsilon-production)
1 votes
1 answer
5188
L = { ap | P is NOT Prime } - How to prove is it CFL or NOT?
1 votes
2 answers
5189
L = { am bm cn dn ei fi | i m>n>0 , i<= 10 } is DCFL or not?
2 votes
2 answers
5190
L ={$a^nb^k$ | n$\leq$k$\leq$2n} CFL or not??L ={$a^ib^jc^k$ | (i$\leq$j) or (j$\leq$i), j=k} CFL or not??
0 votes
1 answer
5191
Why is a^n^2 a non context free language?..please explain
1 votes
2 answers
5192
1 votes
2 answers
5193
Construct a moore machine that takes set of all strings over {0,1} and produces 'A' as output if input ends with '10' or produces 'B' as output if input ends with '11' ot...
2 votes
1 answer
5194
Construct a moore machine that takes set of all strigs over {a,b} and count the number of occurences of substring "baa".
1 votes
2 answers
5195
The total number of 4 length strings generated by this grammar (0+1+ | 2+3+)* are _______________.
0 votes
0 answers
5197
0 votes
1 answer
5198
Consider the following statements:S1: Infinite union of regular languages can be context-free.S2: Language obtained after applying Kleen closure on a regular language wil...
1 votes
1 answer
5199
Construct minimal DFA which accepts set of all srings over {a,b} which starts and ends with the same symbol???