281 views
1 votes
1 votes
Mrs Neha worked for her project , designed two operations given below and asked her students to check whether language L is closed under below operations or not:

operation1(L): {wϵ L| no proper prefix of w is a member of L}

operation2(L): {wϵ L| w is not the proper prefix of any string in L}

Which of the following is true,when students run both operation for"L".

(A) if L is regular , then it is closed under both operations.

(B) if L is regular, then it is closed under operation1 but not under operation2.

(C)  if L is regular, then it is closed under operation2 but not under operation1.

(D)  if L is regular, then it is not closed under any operation.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
0 votes
0 votes
1 answer
2
Abhishek3301 asked Feb 6
10 views
Number of states in a minimal deterministic finite automata that accepts the language L = {(a + b) a* b*} What should be the answer to this question?
0 votes
0 votes
1 answer
4
amitarp818 asked Nov 18, 2023
232 views
Given L1 = {a*baa*} and L2 = {ab*}The regular expression corresponding to language L3 = L1/L2 (right quotient) is given by