ASG - Ans
ASG - Ans
ASG - Ans
1.1
Soln 1.1: Construct the minimum state automata equivalent to the given FA
1.2
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.
TEAM 2 2.1 Determine the DFA that will accept those words from = {a,b} where the no: of bs is divisible by 3.
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 the given FA
Soln:
Soln:
b)
Soln:
TEAM 4 4.1 Construct the minimum state automata equivalent to the given FA
Soln:
4.4 Construct an NFA equivalent to the regular expression (0+1) (00+11) (0+1)
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 an even 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
5.5
TEAM 7 7.1 Design a FSM to accept those strings having 101 or 110 as substring.
TEAM 8 8.1 Design a DFA which accepts a binary no: which is odd.
9.2 Write the regular expression for the language L={w {0,1}* : w has no pair of consecutive zeroes} (1+01)*(0+)
TEAM 10 10.1 Construct a DFA such that {w|w begins with 01 and ends with 01}
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}