in Digital Logic edited by
6,418 views
23 votes
23 votes

What is the final value stored in the linear feedback shift register if the input is $101101$?

  1. $0110$
  2. $1011$
  3. $1101$
  4. $1111$
in Digital Logic edited by
6.4k views

2 Comments

Answer: (A): 0110

8
8
Bravo keep it up!
1
1

6 Answers

31 votes
31 votes
Best answer

Answer: (A)

The four bit register contains: $1011, 1101, 0110, 1011, 1101, \bf{0110}$ after each shift.

edited by

4 Comments

Plz explain not getting which bits are putting in xor ?
0
0

@kenzou @Rajarshi Sarkar from which direction(MSB/LSB) should we take bit while doing XOR operation? However here in both case it will be 101101.

2
2
yes, that’s why mostly they are generally asking symmetrical string in questions
0
0

To know about how to input data: LSB to MSB or MSB to LSB read this comment here: https://gateoverflow.in/1295/gate-cse-2006-question-37?show=393862#c393862

1
1
33 votes
33 votes

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>... Answer is option A

1 vote
1 vote

Consider, 

XOR I/p as

input after the XOR of current input and output produced at current clock cycle

0 votes
0 votes

See my answer

We are simply doing exoring, and whatever input is given to us is basically the righmost bit of the shift register.

Answer:

Related questions