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

4 votes
2 answers
6322
Find all the equivalence classes of Regular Language011 (0+1)* 011
3 votes
1 answer
6323
Let A= (a + b)* ab (a + b)*,B= a*b* andC= (a + b)*.Then the relation between A, B and C:A. A+B= C B. A+Reverse(B)= C C. Reverse(A)+B= C D. None
3 votes
3 answers
6325
Which of the following are not equivalent to expression $(a + b + c)^*$?(A) $(a^* + b^* + c^*)^*$(B) $\Bigl ( (ab)^* + c^* \Bigr )^*$(C) $(a^* b^* c^*)^*$(D) $(a^*b^* + c...
1 votes
1 answer
6326
2 votes
1 answer
6328
2 votes
3 answers
6329
Consider 2 scenarios:C1: For DFA (ϕ, Ʃ, δ, qo, F),if F = ϕ, then L = Ʃ*C2: For NFA (ϕ, Ʃ, δ, qo, F),if F = ϕ, then L = Ʃ*Where F = Final states setϕ = Total st...
2 votes
2 answers
6330
Let Σ= {a}, assume language, L= { a^(2012.K) / K 0}, what is minimum number of states needed in a DFA to recognize L
2 votes
1 answer
6331
$L = \{ a^{n}b^{m} \mid (n+m) \text{ is even}\}$
0 votes
1 answer
6332
(a) If $R$ is regular and $N$ is non-regular, then there exists $R+N$, which is regular.(b) If $R$ is regular and $N$ is non-regular, then there exists $R+N$, which is no...
0 votes
1 answer
6333
Is there a one to one correspondence between problems and languages? we interchangeably use these while discussing decidabilility and turing machines
0 votes
2 answers
6334
0 votes
1 answer
6336
6 votes
3 answers
6338
The FA above recognizes a set of stings of length $6$, what is the total number of strings that can be generated from the FA?$18$$20$$130$None
0 votes
2 answers
6339
Having trouble while doing TOC, specially with languages.Please suggest somebook / notes / lectures.Very frustrated with it.
1 votes
1 answer
6340
What are the number of final states in minimal DFA, where $\Sigma = \{a,b\}$, if every string starts with "aa" and length of string is not congruent to 0 mod 4?7635