edited by
3,021 views
11 11 votes

Using $\text{D}$ flip-flop gates, design a parallel-in/serial-out shift register that shifts data from left to right with the following input lines:

  1. Clock $\text{CLK}$

  2. Three parallel data inputs $A, B, C$

  3. Serial input $S$

  4. Control input $\text{LOAD} / \overline{\text{SHIFT}}$.

2 Answers

9 9 votes

Note that iii) Serial input S means that we want output line which gives serial output

Position:
Show:

Related questions

5 5 votes
0 0 answers
1.2k
1.2k views
ibia asked Nov 14, 2015
1,159 views
Design a $1024$ bit serial-in/serial-out unidirectional shift register using a $1K\times 1 $bit RAM with a data input $D_{in}$, data output $D_{out}$ and control input $...
60 60 votes
5 answers 5 answers
34.3k
34.3k views
ibia asked Nov 14, 2015
34,346 views
Find the maximum clock frequency at which the counter in the figure below can be operated. Assume that the propagation delay through each flip flop and each AND gate is $...
36 36 votes
1 answers 1 answer
7.0k
7.0k views
Kathleen asked Sep 12, 2014
6,997 views
Analyse the circuit in Fig below and complete the following table$${\begin{array}{|c|c|c|}\hline\textbf{a}& \textbf{b}& \bf{ Q_n} \\\hline0&0\\\ 0&1 \\ 1&0 \\ 1...
32 32 votes
6 6 answers
13.1k
13.1k views
Kathleen asked Sep 12, 2014
13,057 views
Give an optimal algorithm in pseudo-code for sorting a sequence of $n$ numbers which has only $k$ distinct numbers ($k$ is not known a Priori). Give a brief analysis for ...