edited by
593 views
6 votes
6 votes

It is required to implement a stack using bidirectional shift registers providing stack underflow and overflow detection capability.

  1. How many shift registers are needed for a stack capacity of $nk$-bit words?
  2. Show the schematic diagram of the implementation, clearly indicating all the data and control lines.
edited by

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
3
makhdoom ghaya asked Nov 30, 2016
775 views
Express the following list in terms of a linked list structure suitable for internal representation.$(((ab)c)d((e)))$
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Nov 30, 2016
725 views
Consider the definition of macro $B,$ nested within the definition of a macro $A.$ Can a call to macro $B$ also appear within macro $A?$ If not, why not? If yes, explain ...