a) construct a moore state table for a sequential circuit that has an input (x) and an output (z). the output is the sameas the input was two clock periods previously. for example
x = 0 1 0 1 1 0 1 0 1 1 0 1 0 0 0 1
z = 0 0 0 1 0 1 1 0 1 0 1 1 0 1 0 0
b) how many states are required in a moore state table for a sequential circuit that has an input x an output z. The output is the same as the input was three clock cyclespreviously.
x= 0 1 0 1 1 0 1 0 1 1 0 1 0 0 0 1
z= 0 0 0 0 1 0 1 1 0 1 0 1 1 0 1 0