DFA Solved Examples | How to Construct DFA | Online Smart Trainer

Example 1:Construct a DFA, that accepts set of all strings over ∑={a,b} of length 2 i.e. |w|=2

Example 2:Construct a DFA, that accepts set of all strings over ∑={a,b} of length at least 2 i.e. |w|>=2

Example 3: Construct a DFA, that accepts set of all strings over ∑={a,b} of length at most i.e. |w|<=2

Example 4: Construct a DFA, that accepts  string 'ab' over ∑={a,b} 

Example 5: Construct a DFA,accepting all strings ending with 'ab' over ∑={a,b} 


Example 6: Design DFA which checks whether a given binary number is divisible by 3


Example 
8: Construct minimal DFA over ∑={a,b} which checks whether given
                     a) Binary number is even
                     b) Binary number is odd
Example 13: Design DFA for the following languages shown below over ∑={a,b} 
          a. 010101
          b. 0011
          c. 111100


z

Comments

Search related post on google