Beginner
Theory of Computation
Q14 / 100
What is the Kleene star operation?
Correct! Well done.
Incorrect.
The correct answer is B) Zero or more concatenations of strings from a language: L* = {ε} ∪ L ∪ LL ∪ LLL ∪ ...
B
Correct Answer
Zero or more concatenations of strings from a language: L* = {ε} ∪ L ∪ LL ∪ LLL ∪ ...
Explanation
L* (Kleene closure) includes ε and all finite concatenations of strings from L. It is a fundamental operation for defining regular languages.
Progress
14/100