Flat Imp
Flat Imp
IMPORTANT
21. Design a two input two output sequence detector which generates an o/p
1 every time the sequence 1001 is detected. And for all other cases output ‘0’
is generated.
Overlapping sequences are also counted. (7 MARKS)
22. Design a two input two output sequence detector which generates an o/p
1 every time the sequence 1010 is detected. And for all other cases output ‘0’
is generated. Overlapping sequences are also counted. (7 MARKS)
28. Convert the following Mealy machine into equivalent Moore machine.
29. Construct a Moore Machine equivalent to the Mealy machine given below:
31. Find the equivalence partition for the machine shown in Table –I. Show a
standard
form of the corresponding reduced machine and find a minimum length
sequence that distinguishes state A from state B.
32. Find the equivalence partition for the machine shown in Table –II
69. 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.
70. Design a Moore machine with the input alphabet {0, 1} and output
alphabet {Y, N} which produces Y as output if input sequence contains 1010 as
a substring otherwise, it produces N as output.
71. Design a mealy machine that scans sequence of input of 0 and 1 and
generates output 'A' if the input string terminates in 00, output 'B' if the string
terminates in 11, and output 'C' otherwise.
72. Design a Mealy 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