edited by
15,822 views
33 votes
33 votes

Consider the circuit in the diagram. The $\oplus$ operator represents Ex-OR. The D flip-flops are initialized to zeroes (cleared).

The following data: $100110000$ is supplied to the “data” terminal in nine clock cycles. After that the values of $q_{2}q_{1}q_{0}$ are:

  1. $000$
  2. $001$
  3. $010$
  4. $101$
edited by

7 Answers

0 votes
0 votes
answer - A

q0 = data

q1 = q0 exor q2

q2 = q1
Answer:

Related questions

34 votes
34 votes
2 answers
1
Rucha Shelke asked Sep 22, 2014
9,740 views
Consider the circuit above. Which one of the following options correctly represents $f\left(x,y,z\right)$$x\bar{z}+xy+\bar{y}z$$x\bar{z}+xy+\overline{yz}$$xz+xy+\overline...
70 votes
70 votes
5 answers
2
Rucha Shelke asked Sep 16, 2014
18,590 views
You are given a free running clock with a duty cycle of $50\%$ and a digital waveform $f$ which changes only at the negative edge of the clock. Which one of the following...
24 votes
24 votes
2 answers
4
Kathleen asked Oct 9, 2014
8,428 views
Consider the circuit in figure. $f$ implements$\overline{A} \overline{B}C + \overline{A}B \overline{C} + ABC$$A + B + C$$A \oplus B \oplus C$$AB + BC + CA$