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

0 votes
2 answers
3931
0 votes
0 answers
3932
0 votes
1 answer
3933
For each regular expression, give two strings that are in the corresponding language and two strings that are not.1. (a + b)∗ab(a + b)∗2. b∗ab∗ab∗3. a + (a∗b)...
1 votes
1 answer
3936
If a language L is Context Free Language then what can we say about $L^-$ (Complement of L):1. It is surely not Context Free Language?2.It may or may not be Context Free ...
0 votes
0 answers
3937
0 votes
2 answers
3938
Can GNF contains ε example - S - aε is it in GNF i.e can a terminal have an ε afterwards and will that be in GNF?
1 votes
1 answer
3939
L={ W(W^r) , W ∈ (a,b)* }W^r is reverse of W.Is it a regular language ?please Explain.
0 votes
0 answers
3940
Is there any method to check equivalence of two regular expressions other than checking all strings of two set?I mean sometimes I may miss a string.
2 votes
1 answer
3941
If M is a turing machine and Language accepted by that turning machine is L(M) such that L is regular language. Whether this Statement is decidable or undecidable?
0 votes
0 answers
3946
$L= \{ w \mid f(w)%8 = 0 , f(w)$ returns decimal value of binary number$, \Sigma =\{0,1\}\}$.Draw the transition diagram.
1 votes
1 answer
3949
0 votes
2 answers
3950