retagged by
8,840 views

4 Answers

Best answer
7 votes
7 votes
B.

let L1=(a+b)*

L1 contains all posible strings over A and B.

and L2= any language.

L1 union L2 =L1 =regular
selected by
2 votes
2 votes

option B is answer. L2 may not be regular, This can be see by following example-

let L1 = Σ and L2 = {anbn∣n>0} . Now,  (L1 ⋃ L2) is  Σ∗ which is regular but L2 is not regular. 

Related questions

1 votes
1 votes
0 answers
1
0 votes
0 votes
0 answers
2
Sandeep Verma asked Nov 13, 2017
338 views
If a language(L1) is Recursive (REC) and L2 is Recursive (REC) , then what will be L1-L2 ?
3 votes
3 votes
2 answers
3
Sandeep Verma asked Nov 12, 2017
2,282 views
If a language(L1) is Recursive enumerable (RE) and L2 is Recursive (REC) , then what will be L1 - L2 ? Can we directly use set difference property or do the s...
0 votes
0 votes
2 answers
4
Ujjwal Saini 1 asked Nov 23, 2014
2,538 views
(A) Regular (B)CFG(C)Deterministic CFG (D) Context Sensitive