in Digital Logic edited by
11,122 views
25 votes
25 votes

Consider the following circuit involving three D-type flip-flops used in a certain type of counter configuration.

If at some instance prior to the occurrence of the clock edge, $P, Q$ and $R$ have a value $0$, $1$ and $0$ respectively, what shall be the value of $PQR$ after the clock edge?

  1. $000$
  2. $001$
  3. $010$
  4. $011$
in Digital Logic edited by
11.1k views

4 Answers

30 votes
30 votes
Best answer

Answer - D
As in D-flip-flop , next output is $Q^+=D$

  • $P_{i+1} = R_i$
  • $Q_{i+1} = (P_i + R_i)'$
  • $R_{i+1} = R_i'Q_i$

$$\begin{array}{|c|ccc|ccc|}\hline \textbf{CLOCK} & & \textbf{Inputs} &&&  \textbf{Outputs} \\\hline \text{} & \text{$D_{1}=R$} & \text{$D_{2}= $$\overline{(P+R)}$}& \text{$D_{3} = Q$$\overline{R}$}& \text{P}& \text{Q} & \text{R}\\\hline \text{1} & \text{0} & \text{1}& \text{0}& \text{0}& \text{1} & \text{0}\\\hline \text{2} & \text{0} & \text{1}& \text{1}& \text{0}& \text{1} & \text{1}\\\hline  \text{3} & \text{1} & \text{0}& \text{0}& \text{1}& \text{0} & \text{0}\\\hline   \text{4} & \text{0} & \text{0}& \text{0}& \text{0}& \text{0} & \text{0}\\\hline
5&0&1&0&0&1&0\\\hline
\end{array}$$
So, total number of distinct outputs $=4.$

edited by

4 Comments

Here $D_3$ is wrongly written.
1
1
I think there is an error at $D_3$ at $CLOCK =1$.

Given, $P,Q$ and $R$ have a value $0, 1$ and $0$ respectively.

$D_{1}= R = 0$

$D_{2}=$$\overline{(P+R)} = 1$

$D_{3} = Q$$\overline{R} = 1$
1
1

This question has 2 sub parts and in both the subparts the 2nd subpart has been answered. There is no answer provided for the 1st question (which should have been over here)

0
0

@vaibhavkedia968 you can see other answers also if you didn’t understood this one

and in best answer also the question is answered correctly

0
0
7 votes
7 votes

DP = QR

DQ = ( QP + QR )’

DR = QQ (QR)’

Characteristic Table:-

Input

Previous State

Next State

DP

DQ

DR

QP

QQ

QR

QPN

QQN

QRN

0

1

0

0

0

0

0

1

0

1

0

0

0

0

1

1

0

0

0

1

1

0

1

0

0

1

1

1

0

0

0

1

1

1

0

0

0

0

0

1

0

0

0

0

0

1

0

0

1

0

1

1

0

0

0

0

1

1

1

0

0

0

1

1

0

0

1

1

1

1

0

0

Thus the value of PQR after 010 is 011. Option D.

edited by
3 votes
3 votes

As simple as possible

1 comment

is there any video link of this question??
0
0
0 votes
0 votes

option d) 011

Answer:

Related questions