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

1 votes
2 answers
4401
1 votes
1 answer
4402
1 votes
1 answer
4404
The length of the shortest string NOT in the language (over Σ = {a, b}) of the following regular expression is ______________.a*b*(ba)*a*A2B3C4D5
1 votes
2 answers
4405
L={n(a)!= n(b) ,(a,b)* belongs to universal language } is CFL or DCFLexplain.
1 votes
0 answers
4406
regular language infinite intersction not neccessary regular?????????? any body have example
1 votes
0 answers
4407
what is the group in properties of closure properties in automata??
1 votes
2 answers
4408
1 votes
2 answers
4409
5 votes
3 answers
4410
Which of the following is TRUE?S1: Any language L over an alphabet Σ,L+=L-{ϵ} is always TRUE.S2: For any automata M, L(M)≠∅( Marks: 0.00 ) S1,S2 Only S1 Only S2 Bot...
0 votes
1 answer
4412
Is every EPSILON-NFA a DFA given the fact that every NFA is a DFA and every NFA is EPSILON-NFA
1 votes
1 answer
4413
For the following NFA what will be corresponding DFAI m getting different automata from different methods,by directly convert it into DFA or first convert it into NFA and...
1 votes
3 answers
4414
Consider this FA:How many strings will be there in the complement of the language accepted by this Finite Automata?(a) Infinite(b) 2(c) 3(d) 0
0 votes
1 answer
4415
0 votes
1 answer
4416
How many NFA with exactly four states can be constructed over the alphabet S= {a, b} withdesignated initial state?
0 votes
1 answer
4417
0 votes
0 answers
4418
While converting a grammar to Greibach Normal Form or Chomsky Normal Form, why do we do this - "If the start symbol S occurs on some right side, create a new start symbol...
0 votes
0 answers
4420
Number of formal parameters in the declaration of a function agrees with the number of actual parameters in a use of that function is L={a^nb^mc^nd^m∣n≥1,m≥1} ? how...