retagged by
3,811 views
27 votes
27 votes

Analyse the circuit in Fig below and complete the following table
$${\begin{array}{|c|c|c|}\hline
\textbf{a}&    \textbf{b}& \bf{ Q_n} \\\hline
0&0\\\ 0&1 \\     1&0 \\    1&1 \\ \hline  
 \end{array}}$$

retagged by

1 Answer

Best answer
29 votes
29 votes
The output of the circuit given as $: Q=aQ_{n-1}+ab+bQ_{n-1}$

Hence, $Q_{n}=Q_{n-1}(a+b)+ab$

$00 \implies  Q_{n-1}(0+0) + 0.0 = Q_{n-1}(0) + 0 = 0+0 = 0$

$01 \implies  Q_{n-1}(0+1) + 0.1= Q_{n-1} (1)+ 0 = Q_{n-1}+0 =  Q_{n-1}$

$10 \implies  Q_{n-1}(1+0) + 1.0 = Q_{n-1} (1) + 0 = Q_{n-1}+0= Q_{n-1}$

$11 \implies Q_{n-1}(1+1)+ 1.1 =Q_{n-1}(1) + 1 =Q_{n-1}+1 = 1$

$${\begin{array}{cc|c}
\textbf{a}&    \textbf{b}& \bf{ Q_n} \\\hline
0&0&0\\ 0&1& Q_{n-1} \\    1&0& Q_{n-1} \\   1&1 &1\\
\end{array}}$$
edited by

Related questions

3 votes
3 votes
1 answer
2
29 votes
29 votes
2 answers
3
Kathleen asked Sep 12, 2014
8,466 views
Advantage of synchronous sequential circuits over asynchronous ones is:faster operationease of avoiding problems due to hazardslower hardware requirementbetter noise immu...
53 votes
53 votes
5 answers
4