Construct a mealy machine which can output even, odd according as the total number of l' s encountered is even or odd. the input symbols are 0 and 1.
Answers
Answered by
0
what i stands for....??
DevSharma3366:
hello
Answered by
1
Given below is the required Mealy Machine.
Explanation:
- A Mealy machine is a finite-state machine whose output values are determined both by its current state and the current inputs.
- The required mealy machine here will have four states (S, A, B, C) out which two are final states (B and C).
- The inputs it takes are two 1/0 and the outputs it will give are two ODD and EVEN.
- Given below is the transition table for the required mealy machine,
- Note: only final states B and C will give output.
Similar questions