Top Banner

of 17

ASG -Ans.doc

Apr 03, 2018

Download

Documents

rmidhunajyothi
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 7/29/2019 ASG -Ans.doc

    1/17

    TEAM 1

    1.1 Construct a DFA that shall recognize the language

    L={ bmabn | m,n > 0}

    Soln 1.1:

    1.2 Construct the minimum state automata equivalent to the

    given FA

    Soln 1.2:

    1.3 Convert the following NFA to DFA

  • 7/29/2019 ASG -Ans.doc

    2/17

    Soln 1.3:

    1.4 Write a regular expression for the set of all strings which have an

    even no: of 0s or an even no: of 1s.

    1.5 Construct DFA to accept 00(0+1)*

    TEAM 2

    2.1 Determine the DFA that will accept those words from = {a,b}

    where the no: of bs is divisible by 3.

  • 7/29/2019 ASG -Ans.doc

    3/17

    2.2 Convert the following NFA to DFA

    Soln:

    2.3 Write a regular expression for the set of all strings with

    alternate 0s and 1s.

    ( + 1)(01)* ( + 0)

    2. 4 Construct the minimum state automata equivalent to thegiven FA

  • 7/29/2019 ASG -Ans.doc

    4/17

    Soln:

    2.5 Design DFA to accept 00(0+1)*11

    TEAM 3

    3.1 Determine the FA if={a,b} for L= {(ab)n

    |n0}

  • 7/29/2019 ASG -Ans.doc

    5/17

    Soln:

    3.2 Obtain the regular expression for the language:

    a) L1= { a2n b2m+1|n,m0}

    (aa)*(bb)*b

    b) L2= { am bm|m>0}

    aa

    *

    bb

    *

    or a

    *

    ab

    *

    b3.3 Construct the minimum state automata equivalent to the

    given FA

    Soln:

    3.4Convert the given NFA to DFA

  • 7/29/2019 ASG -Ans.doc

    6/17

    3.5 Design DFA to accept 00(0+1)*

    TEAM 4

    4.1 Construct the minimum state automata equivalent to the

    given FA

    Soln:

  • 7/29/2019 ASG -Ans.doc

    7/17

    4.2 Determine the FA if={a,b} for L= {(ab)n|n1}

    Soln:

    4.3 Convert the following NFA to DFA

  • 7/29/2019 ASG -Ans.doc

    8/17

    4.4 Construct an NFA equivalent to the regular expression (0+1)

    (00+11) (0+1)

    TEAM 5

    5.1 Minimize the following automaton

  • 7/29/2019 ASG -Ans.doc

    9/17

    5.2 Construct the DFA where L = {x {a,b}* | x ends with b and

    doesnot contain the substring aa}

    Soln:

    5.3 Write a regular expression for the set of all strings with aneven no: of as followed by an odd no: of bs. Write the language

    also.

    (aa)*(bb)*b

    L= {a2n b2m+1 : n0,m 0}

    5.4 Convert the given NFA to DFA

  • 7/29/2019 ASG -Ans.doc

    10/17

    5.5

    TEAM 6

    6.1 Design a DFA in which every a is preceded by b

    6.2 Construct the minimum state automata equivalent to the

    given FA

    6.3 Convert the given NFA into equivalent DFA

  • 7/29/2019 ASG -Ans.doc

    11/17

    TEAM 7

    7.1 Design a FSM to accept those strings having 101 or 110 as

    substring.

    7.2 Minimize the following automaton

  • 7/29/2019 ASG -Ans.doc

    12/17

    7.3 Design DFA to accept (0+1)*11

    7.4 Convert NFA to DFA

  • 7/29/2019 ASG -Ans.doc

    13/17

    TEAM 8

    8.1 Design a DFA which accepts a binary no: which is odd.

    8.2 Minimize the following automaton

  • 7/29/2019 ASG -Ans.doc

    14/17

    8.3 Convert NFA to DFA

    TEAM 9

    9.1Construct a DFA for { w | w {0,1}* , w contains the substring1010}

    Soln:

    9.2 Write the regular expression for the language

    L={w {0,1}* : w has no pair of consecutive zeroes}

    (1+01)*(0+)

  • 7/29/2019 ASG -Ans.doc

    15/17

    9.3 Minimize the following automaton

    9.4 Convert NFA to DFA

    TEAM 10

    10.1 Construct a DFA such that {w|w begins with 01 and ends

    with 01}

  • 7/29/2019 ASG -Ans.doc

    16/17

    10.2 Convert NFA to DFA

    TEAM 11

    11.1.a Construct a DFA such that {w|w contains the substring

    110}

    11.1.b Construct a DFA such that {w|w does not contain the

    substring 110}

  • 7/29/2019 ASG -Ans.doc

    17/17

    11.2 Minimize the following automaton

    11.3 Convert NFA to DFA