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

7 votes
2 answers
6221
The number of equivalence classes which exist for the following regular expression R are ______. $R=(a+b)^*b(a+b+\epsilon )$ what is the meaning of equivale...
4 votes
2 answers
6222
Consider the following turning machine (where,,$\$ $ is represent accept the string).If the string is $01010$ then what will be the output?$10100$$10101$$10110$$10011$
5 votes
4 answers
6223
Consider the following push down automata.The language accepted by above PDA is_______.Regular but infinite.DCFL but not regular.CFL but not DCFLFinite language.
4 votes
1 answer
6224
Prove or Disprove below language is regular or notL1={w|w∈∑* where w visit all state of M atleast once where M is machine accepting L1 L2={w|w∈∑* where ...
2 votes
0 answers
6225
A FA accepting language L(A) has n states and m transition.L(A) is given asL(A)={x| if x∊L(A) then u∊L(A) for ∃u,v∊∑* where x=uv } Find no of ...
1 votes
0 answers
6229
if any language is given , how we can determine that its grammar is ambiguous or unambiguousex. L = {anbcm | n 1, m ≤ n}its very big confusion for me . please explai...
3 votes
2 answers
6230
$L1$ is a Context free language (CFL), $L2$ is a Deterministic Context free language (DCFL)and , $L = L1 \cap\overline{L2}$then $L$ isa) Need not be CFLb) not CFLc)DCFL
1 votes
1 answer
6231
L={xwwr |x,w∈(a+b)+} this is not regularproof ?
3 votes
1 answer
6232
which languages are closed under membership?also explain how r u finding it?
1 votes
1 answer
6234
Why Min(L) ≠ Complement((Prefix(L))?Min(L) is set of all strings w in L where every proper prefix of w is not in LPrefix(L) is set of all prefix of w ∈L
2 votes
0 answers
6235
The vernacular English ,if considered a formal language is a _______________________________a) Regularb) CFLc) CSL
1 votes
1 answer
6236
1 votes
1 answer
6237
The given answer to the problem is 1 ('a'). But I think that strings 'a+a' & 'a*a' can also be derived from the grammar. Please correct me if I am wrong.
5 votes
2 answers
6239