Flip-Flops
Question 1 |
Find the contents of the flip-flop Q2, Q1 and Q0 in the circuit of figure, after giving four clock pulses to the clock terminal. Assume Q2Q1Q0 = 000 initially.
Theory Explanation. |
Question 2 |
The number of flip-flops required to construct a binary modulo N counter is __________.
⌈log2 N⌉ |
Question 2 Explanation:
For mod-N counter we need ⌈log2 N⌉ flip flops.
Question 3 |
A control algorithm is implemented by the NAND – gate circuitry given in figure below, which A and B are state variable implemented by D flip-flops, and P is control input. Develop the state transition table for this controller.
Theory Explanation. |