Your browser does not support JavaScript!

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