for this set of assignment, Moore state
machine
Design a sequence detector to detect "001", where 0 arrives
first, then 0, then 1. You need to show the test sequences you used
to confirm that your state diagram is operating correctly. When the
complete "001" sequence has been detected, the output goes high.
Otherwise, the output stays at zero.
Shows your state diagram, state table, encoded state table (use
minimized bit encoding), logic equations, and logic circuit. (30
points)
3....