Fibonacci Implement a fibonacci sequence. Assuming a bus of 8-bits, you may use Full Adder that can add two 8-bits numbers and Flip-Flops of 8-bits storage. Answer Q0 is initialized to 0 and Q1 to 1. Notice that because it’s 8-bits bus, 233 is the last valid Fibonacci number at this circuit. Next Question>>>