402 views
0 votes
0 votes

Q. which is True/False??? plz confirm ???

a) L is regular <---------------->      Êa  DFA with single finite state .

b)                                                  Êa  Regular expression for L.

c)                                                   Êa   Regular expression with out * .

d) some CFL can accept by FA but every CFL not accepted by FA.

1 Answer

0 votes
0 votes

a) L is regular <---------------->      Êa  DFA with single finite state .   : False.There can be multiple final states.If it would have been for NFA then it is true because mutiple states can be ccombined into one by giving e-transitions.

b)                                                  Êa  Regular expression for L.True

c)                                                   Êa   Regular expression with out * .False:- Without * we will not be able to accept empty string,but DFA should accept empty string if it is in the language it is representing.We can use + to generate infinite language but e(epsillon) will not be generated by +.

d) some CFL can accept by FA but every CFL not accepted by FA.True,Every regular language is CFl also,so we can say regular will accept CFL if the language represented by CFL is regular.However it cant accept everything.e.g If L={a},its CFL also and regualr also and can be accepted by FA,but on other side if we take L={a^nb^n},it will not be accepted by FA

Related questions

0 votes
0 votes
1 answer
1
rajeshposts asked Sep 28, 2023
257 views
Following hasse diagram is Lattice. Is it right that complement of b – c only and complement of c – b only ?