Homework 11 for CSCI 255, ENGR 274, ECE 212

This assignment is also due 5 December.

Problem 1

Miminize the number of states needed to implement the following Mealy machine.

Present
State
InputNext
State
Output
A0A0
A1B0
B0C0
B1D0
C0E0
C1F0
D0G1
D1H0
E0A0
E1B0
F0C0
F1D0
G0E0
G1F0
H0G1
H1H0

Problem 2

Using the techniques discussed in class on 21 November, transform the following non-deterministic finite string recognizer, where S is the starting state and A is the accepting (1-output) state, into a deterministic finite string recognizer.

Present
State
InputNext
State
S0S
S0T
S1S
T1U
U0A
A0A
A1A