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

Highest voted questions in Theory of Computation

0 votes
0 answers
6561
Is Epsilon a terminal ? If yes, then why not we consider it as a separate column while making the LL(1) parsing table ?
0 votes
1 answer
6562
Give minimal DFA that performs as a MOD-3 1's counter,i.e outputs a '1' each time the number of 1's in the input sequence is a multiple of 3.
0 votes
0 answers
6563
MOORE AND MEALY MACHINES PROBLEMS WILL COMES UNDER THE GATE CS 2017 SYLLABUS OR NOT?
0 votes
0 answers
6564
If ∑={0,1} ∆={a,b} and h(0)=aa h(1)=bbAnd L={ab+ba}*then what is h(h-1(L)) ?I knw here h-1(L) is ∅(phi).
0 votes
2 answers
6565
0 votes
0 answers
6566
0 votes
1 answer
6567
I m student of MCA. (PDA) plz tell me difference b/w - a^n b^n | n >=0ora^n b^n | n>=1in my view :-L={1,11,111,........} is >=1 condition andL={€, 1,11,111,............
0 votes
1 answer
6571
Identify the class of this language -L = { w1w2 | w1 != w2 & |w1| = |w2|}A) RegularB) CFLC) CSLD) Rec
0 votes
1 answer
6572
I an not getting the meaning of turing recognizable language..can someone please help..
0 votes
2 answers
6574
How to tell whether a language is recursively enumerable or not?Also answer the question with proper algorithm :-)
0 votes
0 answers
6575
Construct a transition table and diagram for the NFAM=({q1,q2,q3},∂,q1,{q3}) where ∂ is given by∂(q1,0)={q2,q3}, ∂(q1,1)={q1},∂(q2,0)={q1,q2}, ∂(q2,1)=∅...
0 votes
0 answers
6577
I have gone through this link already but still couldn't catch up the logic , so please clarify what is it trying to convey ? http://cs.stackexchange.com/questions/44195/...
0 votes
1 answer
6578
I solved both of these qs in a traditional way,by drawing nfa and then convert them to dfa..by tthis process ans shoulbe 4 and 2..but both of them are wrong..pls check..