Recent questions tagged identify-class-language

2 votes
3 answers
183
Consider$L_1 = \left\{a^nb^nc^md^m \mid m,n \ge 1\right\}$$L_2 = \left\{a^nb^n \mid n \ge1\right\}$$L_3 = \left\{(a+b)^*\right\}$$L_1$ - $L_3$ is(A) Regular (B) CFL but n...
0 votes
1 answer
188
let L=(a,b,c)* | the length of x is square then L is -a)Regularb)recursive but not context freec)context free but not regulard)none of these.
0 votes
2 answers
189
0 votes
1 answer
190
0 votes
1 answer
193
Identify the class of this language -L = { w1w2 | w1 != w2 & |w1| = |w2|}A) RegularB) CFLC) CSLD) Rec
12 votes
1 answer
194
4 votes
2 answers
196
Is DFCL closed under complement ? If so can you provide any text for the same.
5 votes
2 answers
199
1 votes
1 answer
200
L1 = {ambn | m+n = Even} L2 = {ambn | m-n = 4}(a) L1 is Regular, L2 is Not Regular(b) Both are Regular(c) Both are Non- Regular(d) L2 is Regular, L1 is Not Regular
21 votes
5 answers
206
Show that the Turing machines, which have a read only input tape and constant size work tape, recognize precisely the class of regular languages.
1 votes
3 answers
210
$L=\left\{ w\in(a+b)^* \mid w \\ \text{ has at least as many occurrences of (bba)'s as (abb)'s}\right\}$    Identify the class of the language.