Monday, September 6, 2010


The circuit shown here is called an S-R latch:

write a truth table for the given diagram ( taking set as 0,0,1,1 and reset as 0,1,0,1) in terms of Q' and Q.



2 comments:

  1. normal characteristic table of SR flip-flop.
    hope u know it!!!

    ReplyDelete
  2. Q S R Q(t+1)
    0 0 0 0
    0 0 1 0
    0 1 0 1
    0 1 1 ind
    1 0 0 1
    1 0 1 0
    1 1 0 1
    1 1 1 ind

    ReplyDelete