Implement the following circuit to test the characteristics of a D flip flop. Im
ID: 3564078 • Letter: I
Question
Implement the following circuit to test the characteristics of a D flip flop.
Implement the following circuit to test the characteristics of a D flip flop. Note: Using a clock input to operate the flip-flop is rather quickly. You may wish to select the slow motion of the clock OR to use a simple binary switch instead of a clock input device. Verify the flip flop state table. Questions: Is a D flip-flop positive or negative edge triggered?________ What happens when the Set switch is set to zero?__________ What happens when the Reset switch is set to zero?_________ Does it matter what the D input is when either Set or Reset is zero?_________Explanation / Answer
1. it is +Ve edge Triggered
2. If Set=0,output Q=1 irrespective of CLK,D
3. If Reset = 0, output Q=0 irrespective of CLK,D
4 No.