Design a sequential circuit with input x and output Z. The circuit outputs 1 whenever the input "1100" arrives. For example, the following sequence Z is generated as a result of the following input x:
x = 11001100101010
Z = 00010001000000
a) Use JKFFs in the design.
b) Repeat using DFFs.