Practice Questions - Unit6
Practice Questions - Unit6
Ans.
Q2. . Design a JK to SR flip flop with circuit diagram.
Ans.
Q3. Design a SR to D flip flop with circuit diagram.
Ans.
Q1.
Q2. Johnson counter
Solution:
Q3.
Q4.
Q5.
1. Design 2 bit Asynchronous UP counter?
When two FFs are connected in series and output of one FF is act as clock for 2nd FF. So the state
of 2nd FF will change only when output and 1st FF is logic 1 and falling edge occur. The output
frequency of Q1 is f/4(if f is clock frequency).
It can generate 4 different unique states. This is known as divide by 4 circuits or mod 4 ripple
counter.
Here output is taken as Q1(MSB) Q0(LSB).
If there are n FFs then the output frequency will be divide by 2n. Also generate 2n unique states.
2. In an active-high SR latch, what condition causes the latch to enter an invalid state?
A) S=1, R=1
B) S=0, R=0
C) S=0, R=1
D) S=1, R=0
Answer: A
2. D Latch
3. D Flip-Flop
7. Which of the following is true about a D flip-flop?
A) It is level-sensitive
B) It is edge-triggered
C) It requires both enable and clock signals
D) None of the above
Answer: B
4. JK Flip-Flop
5. T Flip-Flop
6. Master-Slave JK Flip-Flop
17. The output of the master is transferred to the slave when the clock is:
A) Rising edge
B) Falling edge
C) High level
D) Low level
Answer: B
7. Flip-Flop Conversion
8. Shift Registers
24. The Johnson counter is derived from which type of shift register?
A) Serial-in Serial-out
B) Serial-in Parallel-out
C) Ring counter
D) Parallel-in Parallel-out
Answer: C
9. Counters