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
0 answers
4421
HowArithmetic expressions with matched pairs of parentheses isX→XbX∣XcX∣dXf∣g ???
0 votes
0 answers
4422
Are regular languages closed under inverse substitution?
6 votes
1 answer
4423
Which of the following is not a regular language?a) $\{ w ( w_r )^* \mid w \in \{0,1\}^* \}$b) $\{w^n w^m \mid 0\leq n\leq m, w \in \{0,1\} \}$
0 votes
1 answer
4424
0 votes
0 answers
4425
Construct a minimal DFA which accepts set of all strings over {a,b} such that 2nd symbol from R.H.S is 'a' ?
1 votes
1 answer
4427
0 votes
3 answers
4428
let D= {w | w contains an even no. of a's and an odd no. of b's and does not contain the substring ab }give a DFA with Five states that recognizes D and a regular express...
1 votes
1 answer
4429
1 votes
0 answers
4430
4 votes
1 answer
4431
0 votes
2 answers
4432
A is recursive if both A and its complement are accepted by turing machineTrue or false
0 votes
2 answers
4433
Is {a^nb^n|n>0} a finite language?
0 votes
0 answers
4434
0 votes
2 answers
4435
0 votes
1 answer
4436
Size of rom for converting binary code to gray code?
0 votes
2 answers
4437
write the regular expression for the given language L= { W | NO OF a mod 2= 1} (odd no of a's )
0 votes
1 answer
4438
can language wcwR accepted by a single queue?i want someone to parseabcRcba using a QUEUE
0 votes
3 answers
4439
Given statement is true or false 1. L is regular language $\Leftrightarrow$ Ǝ a regular expression without $\bigstar$ answer in detail
2 votes
3 answers
4440
1. The complement of a finite language is always infinite2. The complement of an infinite language may be finite or infinite ..both statements are true .. i can proof usi...