edited by
12,971 views

3 Answers

6 votes
6 votes

Keep in mind:

characteristic equation of

  1. SR Flip flop:Q next = S+R'Q
  2. JK Flip flop: Q next =JQ'+ K'Q
  3. D Flip flop Q next = D
  4. T Flip flop Q next = T ⊕  Q

Answer :D

2 votes
2 votes

Option D 

Characteristic Equation :  Qn+1 =S+R'Qn

Characteristic Table

Qn       S        R         Qn+1

0              0             0             0

0              0             1             0

0              1             0             1

0              1             1             X

1              0             0             1

1              0             1             0

1              1             0             1

1              1             1             X

By K-map we get Characteristic Equation

edited by
Answer:

Related questions

47 votes
47 votes
9 answers
1
Kathleen asked Sep 18, 2014
22,204 views
In an $SR$ latch made by cross-coupling two NAND gates, if both $S$ and $R$ inputs are set to $0$, then it will result in$Q = 0, Q' = 1$$Q = 1, Q' = 0$$Q = 1, Q' = 1$Inde...
11 votes
11 votes
2 answers
2
7 votes
7 votes
2 answers
3
go_editor asked Jun 10, 2016
3,188 views
The Hexadecimal equivalent of $01111100110111100011$ is$\textsf{CD73E}$$\textsf{ABD3F}$$\textsf{7CDE3}$$\textsf{FA4CD}$