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}}}$$

Hot questions in Theory of Computation

0 votes
0 answers
4621
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.......}?...
1 votes
1 answer
4622
0 votes
1 answer
4624
2. Which of the following is true?a) (01)*0 = 0(10)*b) (0+1)*0(0+1)*1(0+1) = (0+1)*01(0+1)*c) (0+1)*01(0+1)*+1*0* = (0+1)*d) All of the mentioned
1 votes
1 answer
4625
0 votes
1 answer
4626
Which of the following regular expression generates the set of all strings not containing ‘baa’ as a substring over input alphabet {a, b}?(a) a*(b*a)* (b) a*b*ab(c) a...
2 votes
1 answer
4627
What is the regular expression for all strings over {0, 1} not containing the substring 101?
1 votes
2 answers
4629
No of State for minimal DFA for empty language ?If your answer is 1 or 2 then please explain to support your answer
0 votes
0 answers
4630
Given transition table of TM as follows, 01Bq0qo,1,R,q0,0,Rq1,B,Rq1q0,1,Rq0,0,RHalt What is the language accepted by above single tape TM where q0 is start State.Tape ...
2 votes
2 answers
4631
Consider the following NFANumber of states in the equivalent minimal DFA is_________????(Note: Count one for the dead state (if required))
0 votes
2 answers
4632
What is the relationship between a Language -to- Grammar and a Grammar -to -Language .Give an example for both.A. One -to- ManyB. One -to- OneC. Many -to- One D. Many to-...
0 votes
2 answers
4633
0 votes
1 answer
4635
Let Exchange(L1) : { XwY | YwX ∈ L1 , X,Y∈ Σ }Is Exchange(L1) closed or regular?If yes please give some prove .
0 votes
2 answers
4636
a) L = {0i1j2k | k <= i or k <= j}its CFL or DCFL?b) L is a set of binary complementwhat does this mean?
0 votes
1 answer
4637
How to calculate the union of two regular expression? Kindly explain with an example. Thank you.
0 votes
1 answer
4638
Choose appropriate context free language l2..
1 votes
0 answers
4639
0 votes
1 answer
4640
L = { a^m b^n b^k d^l |(n+k)=odd only if m=l; m, n, k , l>0}. Which is true?a)CFL but not DCFLb)regular but not CFLc)DCFL but not regulard)none