Assignment 1 TAFL
Assignment 1 TAFL
ASSIGNMENT NO. 01
Q1. A) Define NFA and what various points of difference are between NFA and DFA?
B) Differentiate between Mealy and Moore Machine.
Q3. Convert the following NFA { p, q, r, s},{0,1},_ , p,{ q, s} into DFA where _ is given by:
Q6. Convert the following Mealy machine into equivalent Moore machine.
Q7. Convert the given Moore machine into its equivalent Mealy machine.
Q8. a) Design a Moore machine for a binary input sequence such that if it has a substring
101, the machine output A, if the input has substring 110, it outputs B otherwise it outputs
C.
b) Design Mealy machine accepting the language consisteing of strings where input
symbols are (a,b) and the strings should end with either aa or bb.