An 8bit shift register is initially loaded with a value of 1
An 8-bit shift register is initially loaded with a value of 10101100. If the value 11010010 is to be loaded in using a right shift(the LSB of the new data is fed to the MSB of the shift register), what will be the value stored after four clocks?
Solution
Initial Data
Datal To be loaded 10101100
1st clock 1101001 0 01010110
2nd clock 110100 1 10101011
3rd clock 11010 0 01010101
4th clock 1101 0 00101010
So value stored after 4 clocks is 00101010
