Ask Question

A 4-bit left shift register is initially in the 0000 state, with all the flip flops storing 0s. A group of bits 1011 is serially left-shifted into the register. What will the register contain after two clock pulses?

+2
Answers (1)
  1. 10 May, 05:36
    0
    0010

    Explanation:

    Serially left shifted means that the left most bit will enter the register first. The left most bit already stored in the register will move out of the sequence. The "bold" bits mentioned below highlight these left most bits:

    Initial State of the Register:

    0000

    Group of bits entering:

    1011

    First Clock Cycle:

    0000 (This bold bit will move out)

    1011 (This bold bit will move in from right side, shifting the whole sequence one place to the left).

    The resulting Sequence:

    0001

    Second Clock Cycle:

    0001 (This bold bit will move out)

    1011 (This bold bit will move in from right side, shifting the whole sequence one place to the left).

    The resulting Sequence:

    0010 (Final Answer)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A 4-bit left shift register is initially in the 0000 state, with all the flip flops storing 0s. A group of bits 1011 is serially ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers