RTUComputer ScienceYr 2024 · Sem 42024

Q3Theory of Computation

Question

2 marks

Define Regular Expression.

Answer

RE is a notation for regular languages.

A Regular Expression (RE) is a concise algebraic way to describe the set of strings in a regular language. It uses operators like union (), concatenation, and Kleene star ().

Back to Paper