Binary number is parallel-loaded into a shift register

shift-register

A binary number is parallel-loaded into a shift register. The shift register is then commanded to shift right" for one clock pulse. How does the value of the shifted binary number compare to the number originally loaded in, assuming that the MSB is on the left flip-flop of the shift register?

Best Answer

Just try it with a couple of numbers and you can find out by yourself:
e.g. 12 (dec) has binary representation 1100.
Shift right by one bit yields 0110, which is 6 (dec).

Now try some more examples and you will see.