reshown by
456 views
0 votes
0 votes

A sequential circuit has three D flip-flops $A, B, C$ and one input $X$. The circuit is described by the following input equations:

$$D_A = (B\bar C + \bar BC ) X + (BC + \bar B \bar C) \bar X , \\D_B = A , \\D_C = B$$

What is the next state for the circuit for $X=0$ when present state $A, B ,C$  is $0, 0, 0$?

  1. 0 1 0
  2. 1 0 0
  3. 0 0 0
  4. 0 0 1
reshown by

1 Answer

Best answer
3 votes
3 votes
As it is D flip flop
B next = Db = A which is 0,
C next = Dc = B which is 0,
A next = 1 as ( not X. not B. not C ) = 1
selected by
Answer:

Related questions

0 votes
0 votes
0 answers
2
Bikram asked Sep 20, 2016
138 views
Latches constructed with NOR and NAND gates tend to remain in the latched condition due to which configuration feature?cross couplinggate impedancelow input voltagesasync...
0 votes
0 votes
2 answers
3
Bikram asked Sep 20, 2016
261 views
The minimum number of gates required to implement the Boolean function $(AB+C)$ if we have to use only 2-input NOR gate?
0 votes
0 votes
2 answers
4
Bikram asked Sep 20, 2016
300 views
Zero has only one representation inSign magnitude1's complement2's complementBoth 1's complement and 2's complement