Study of Shift Register, Design and Implement 4-bit right shift and left shift register using D-flip flop
TITLE: Study of Shift Register AIM: Design and Implement 4-bit right shift and left shift register using D-flip flop COMPONENTS REQUIRED : Digital Trainer Kit, IC7495, Patch Cord . THEORY : Flip flops can be used to store a single bit of binary data (1or 0). However, in order to store multiple bits of data, we need multiple flip flops. N flip flops are to be connected in an order to store n bits of data. A Register is a device which is used to store such information. It is a group of flip flops connected in series used to store multiple bits of data. The information stored within these registers can be transferred with the help of shift registers. Shift Register is a group of flip flops used to store multiple bits of data. The bits stored in such registers can be made to move within the registers and in/out of the registers by applying clock pulses. An n-bit shift register can be formed by connecting n flip-flops where each flip flop stores a sing...