1.

The appropriate precedence order of operations over a Regular Language is(a) Kleene, Union, Concatenate(b) Kleene, Star, Union(c) Kleene, Dot, Union(d) Star, Union, DotI got this question in quiz.The query is from Building Regular Expressions in section Regular Expressions and Languages of Automata Theory

Answer»

Correct option is (c) Kleene, Dot, Union

To elaborate: If a regular language expression is GIVEN, the appropriate order of PRECEDENCE if the PARENTHESIS is IGNORED is: STAR or Kleene, Dot or Concatenation, Union or Plus.



Discussion

No Comment Found

Related InterviewSolutions