MCQ
Q.
The number of elements in the set for the Language L={x?(?r) *|length if x is at most 2} and ?={0,1} is _________
Correct Answer: A
?r = {1,0} and a Kleene* operation would lead to the following set=COUNT{?,0,1,00,11,01,10} = 7.