Recent questions tagged theory-of-computation

3 votes
2 answers
3932
How many number of FA are possible with N states (Q1,Q1,........Qn) for input alphabet {1,2,3,........m} ,where Q1 is always initial state ?
3 votes
3 answers
3933
How many number of DFA's are possible with 2 states X and Y for input alphabet {0,1}?
4 votes
2 answers
3934
$L = \left \{ a^nb^n \ ; n\geq 0 \ , n \neq 20 \right \}$ is(a) a DCFL(b) a recursive set but not CFL(c) a CFL but not DCFL(d) not a CFL
8 votes
3 answers
3936
Construct a minimal DFA which accepts set of all strings over {a,b} such that second symbol from RHS is 'a'.
4 votes
1 answer
3939
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} & & \textbf{List – II} \\ \text{(a)} & \{a^n b^n \mid n 0\} \text{ is a deterministic } & \text{...
2 votes
2 answers
3940
4 votes
3 answers
3944
If $L1$ and $L1\cap L2$ are regular then$L2$ has to be regular$L2$ need not be regular$L2$ has to be context freeNone
1 votes
2 answers
3945
If L is a regular Language and R is any language such that L+R is regular,then R isa)Must be regularb)May or may not be regularc)Must be non regular languaged)Must be CFL...
2 votes
2 answers
3946
Which of the following statements are true?1)The union of 2 non regular languages is non regular.2)The intersection of 2 non regular languages is non regular.a) 1 onlyb) ...
3 votes
1 answer
3947
Consider the language L={0p |p is a prime number} over the alphabet {0} .State whether the following statement is true or false?L is not regular but L* is regular?The ca...
1 votes
1 answer
3948
L1 = {apbq | p+q>=106} p,q, can only belong to set N.L1 Regular or not?Complement of L1 is definitely regular,so this should be regular,but it is confusing?
2 votes
2 answers
3949
{0p0q+ 1p1q | 0<=p<=q } Regular or Cfl?My confusion is there is comparison involved between p and q ?
2 votes
2 answers
3951
3 votes
1 answer
3957
Match the following $:$ $\begin{array} {clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.}& \text{Context free grammar} & \text{i.} & \text{Linear bounded a...
5 votes
3 answers
3958
3 votes
2 answers
3960