AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6205
The string acde is accepted by...
The string acde is accepted by this regular expression.
a+b+c+d+
a+b+c+d+e*
a*b*c*a*d*
a*b*c*a*d*e+
Correct
Similar CS-6205 questions
The algebraic law of regular expression described by E + E = E is .
The body of a production in CFG is composed of:
The CFG "S → (S) | SS | ε" accepts:
The string "0000111" is accepted by .
The relationship between recursive and recursively enumerable languages is .
IT generate recursively enumerable languages. The productions have no restrictions and phase structu...