Multiple Choice
Which of the following regular expression identity is true?
A) r(*) = r*
B) (r*s*) * = (r + s) *
C) (r + s) * = r* + s*
D) r*s* = r* + s*
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Which of the following strings is not
Q29: Let P be a regular language and
Q30: Consider the NFA M shown below.<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/MM963/.jpg"
Q31: Which one of the following statement is
Q32: A language is represented by a regular
Q34: The minimum state automaton equivalent to the
Q35: Consider the following CFG S ? aB
Q36: Which of the following are regular sets?<br>A)I
Q37: Automaton accepting the regular expression of any
Q38: The regular sets are closed under:<br>A)Union<br>B)Concatenation<br>C)Kleene closure<br>D)All