Numbers of flip flops required for a register.
Registers stores n-bit memory. We need ‘n’ flip flops for making a register.
What are shift registers?
Number of flip flops connected together such that data may be shifted into or out of them.
What are the different types of shift registers?
1) serial in serial out
2) serial in parallel out
3) parallel in serial out
4) parallel in parallel out
What are left and right shift registers ?
Left shift registers - takes input from MSB to LSB and bits move towards left.
Right shift registers - takes input from LSB to MSB and bits moves towards right.
For LSR if initial value is 0010 what will be the output after 3 clock pulse?
Ans) 0000
For RSR if initial value is 1111 what will be the output after 3 clock pulse?
Ans) 0001
For LSR with input as 1010 with initial value 0000 how many clock pulse are needed?
Ans) 4
For RSR initial value 0010 after how many clock pulse we will get output as 0000?
Ans) 2 pulse
For RSR, if initial state is 0110. Let bits at one’s and tenths postion is connected to an Ex-OR gate via serial in. What is the output after 3 clock pulse?
Ans) 1010