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

1 votes
0 answers
3871
How to solve turing machine decidable/undecidable questions ? Do I need to mug them up ?
1 votes
0 answers
3872
1 votes
2 answers
3873
(4.d) dfa of L (((aa*)* b)*).
2 votes
2 answers
3874
a) Find a regular expression that denotes all bit strings whose value, when interpreted as a binaryinteger, is greater than or equal to 40.b) Find a regular expression fo...
1 votes
1 answer
3875
For the case of a regular expression r that does not involve λ or Ø, give a set of necessary andsufficient conditions that r must satisfy if L(r) is to be infinite.
1 votes
1 answer
3876
If regular expression (1+01)*(0+1*) is represented as E. Which of the following regular expression denotes the set of all strings in {0,1}* that contains at most one pair...
5 votes
1 answer
3877
Which of the following languages are CFL?$a) L=\{a{^n}ww{^R}a{^n} \ | n>=0, w\ \epsilon \{a,b\}{^*}\}$$b) L=\{a{^n}b{^j}a{^j}b{^n} \ | n>=0, j>=0\}$$c) L=\{a{^n}b{^j}a{^n...
2 votes
2 answers
3878
3 votes
2 answers
3879
1 votes
0 answers
3880
3 votes
1 answer
3881
2 votes
2 answers
3882
L1 = {am bn cn | m,n>=0} L2 = {an bn | n>=0} if L ={ L1 -L2} then L isa) finite langb) regularc) DCFLd) CFL but not DCFL
2 votes
1 answer
3884
0 votes
0 answers
3886
Consider the below DFA over the alphabet {0,1}State01→*Q0Q1Q3Q1Q2Q0Q2Q3Q1Q3Q0Q2How many N bits strings will be accepted by the above DFA if N=2X where X={2,3,4.......}?...
0 votes
1 answer
3887
How many states will have the minimal DFA accepting the language L={w|wϵ{0,1}* and contains atleast one 0 and two 1's}a) 6b)7c)8d)12
0 votes
0 answers
3888
Construct a minimal dfa which accepts set of all strings over {a,b} such that third symbol from RHS is 'a'.
0 votes
1 answer
3889
what is the relation between P AND NP PROBLEMS and decidability?? .. please suggest me a resource to learn in short time or explain in brief
0 votes
0 answers
3890