AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6205
The difference between regular...
The difference between regular expressions and finite automata is _____________.
that automata are more program syntax-like while regular expression are more machine-like
|regular expression| - |finite automata| = |Turing Machine| because you can only get the difference by computing for their respective lengths
that regular expressions are more program syntax-like while automata are more machine-like
Correct
{regular expression} - {finite automata} = { } because they are sets and they are equivalent
Similar CS-6205 questions
The string aaaabbbccaaad is accepted by this regular expression.
The string abe is accepted by this regular expression.
The string acde is accepted by this regular expression.
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: