1.

The language accepted by this DFA is?(a) b*ab*ab*ab*(b) (a+b)*(c) b*a(a+b)*(d) b*ab*ab*I had been asked this question in unit test.My enquiry is from Minimization of DFA in chapter Finite Automata and Regular Expression of Compiler

Answer»

Correct answer is (C) B*a(a+b)*

BEST explanation: INITIALLY circle s around b so b* then a then FOLLOWED by (a+b)*.



Discussion

No Comment Found

Related InterviewSolutions