 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Design a 4-bit logic right shift register with two D flip-flops | 
| Answer» tion:A SHIFT REGISTER (serial-in parallel-out type) consists of a group of flip-flops arranged such that the output of one feeds the INPUT of the next so that the BINARY numbers STORED shift from one flip-flop to the next controlled by a clock pulse. | |