in Digital Logic retagged by
3,842 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}}$$

in Digital Logic retagged by
3.8k views

4 Comments

where is c) question?
0
0
yes.. Actually that was moved to a new question- answer is yet to be moved. Each linked question was made separate so as to be included in exam when created.
0
0
2
2

1 Answer

29 votes
29 votes
Best answer
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

4 Comments

11 =>  Qn-1(1+1) + 1.1 = Qn-1 (1) + 1 = Qn-1+1 = 1 hwo it is equals to 1

0
0
1+x=1 here x=Q n-1 .
0
0
your part c answer is wrong
0
0

Related questions

3 votes
3 votes
1 answer
2