An engineer needs to detect a binary strings of any length or composition provided that each contains at least one substring of "1101".
a) Draw the state diagram of this finite state machine.
b) Generate a state table.
c) Implement this detector using JK-FF.