Sequence detector: 011010
Output, seven segment display
if 011 is detected: "3"
if 011010 is detected: "6"
otherwise: "0"
A) What is the state diagram, extra states?
B) transition table, (8 states with 2 unused that need to be addressed?)
C) K-Maps
D) Equations
E) Logic Diagram: replace basic logic gates with NAND and Inverters. Still use flip-flops and other necessary chips.