120) The regular expression (a | b)* denotes the set of all strings
Answer is:
both 1) with zero or more instances of a or b and 2) equal to regular expression (a* b*)*
Related Theory of Computation MCQ with Answers
Answer is:
cognitive, generative
Answer is:
( 0 | 1) * 011
Answer is:
all of these
Explanation:
The regular sets are closed under
* union
* concatenation
* Kleene's closure