Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

Direction: Consider the following Finite State Automata:

  1. The language accepted by this automata is given by the regular expression
    1. b * ab * ab * ab
    2. (a + b)*
    3. b* a (a + b)*
    4. b * ab * ab *
Correct Option: B

The FSA as obtained in the previous question is b* a (a + b)*
The minimum number of states are thus given by

q0 and q1 are the state: that are required at most and hence the minimum number of states is 2 (q0 and q1).



Your comments will be displayed only after manual approval.