412 views
0 votes
0 votes

Consider the set of all words over the alphabet {x, y, z} where the number of y’s is not divisible by 2 or 7 and no x appears after a z. This language is:

   
   
 

(A) regular

 

(B) not known to be regular 

 

(C) context-free but not regular 

 

(D) recursively enumerable but not context-free

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
programmer1218 asked Apr 11
159 views
Can anyone explain how we can write this regular language for the following diagram ?(in depth)
0 votes
0 votes
1 answer
3
Deepak9000 asked Nov 27, 2023
231 views
Why is C is regular as it non regular as?Please help me with this confusion
1 votes
1 votes
1 answer
4
rexritz asked Oct 8, 2023
255 views
$L =\left \{ w(w^{R})^{*}: w\in(a,b)^{*} \right \}.$Is this language regular?