If r1 aa bb and r2 a b then the language aa bb will be-04895
If r1 = (aa + bb) and r2 = ( a + b) then the language (aa + bb)* will be generated by
This multiple choice question (MCQ) is related to the book/course vu cs402 Theory of Automata. It can also be found in vu cs402 Mid Term - Quiz No.11.
If r1 = (aa + bb) and r2 = ( a + b) then the language (aa + bb)* will be generated by
(r1)(r2)
(r2)*
(r1)*
(r1 + r2)