Back to the 2022 paper
Similar questions
Formal Language & Automata TheoryConvert the following DFA to regular expression using the state elimination technique. | State/input | 0 | 1 | |---|---|---| | \to *p | s | p | | q | p | s | | r | r | q | | s | q | r |20227mFORMAL LANGUAGE & AUTOMATA THEORYGiven the \varepsilon-NFA, compute \varepsilon-closures and convert to DFA. | State | \varepsilon-transition | a-transition | b-transition | |-------|--------------------------|--------------|--------------| | → | {r} | {q} | {p,r} | | q | ∅ | {p} | ∅ | | r | {p,q} | {r} | {p} |20237m Compiler DesignWrite down the differences between DFA and NFA.20257mFORMAL LANGUAGE & AUTOMATA THEORYGiven the regular expression: (0+1)^*01(0+1) Describe the language generated, and construct an equivalent DFA.20257m