thanks a lot sir for help me..Hello full
It's a little -Unclear- what you say in your post #3.
What says in the header of the image that you enclose in your post #1 is this:
Determine the state of the register after each clock pulse for the RIGHT/LEFT control waveform given.
HIGH enables shift right and LOW enables shift left.
The register is initially storing the decimal number forty two.
There is a LOW on the data-input line.
What you need to answer is:
The state of the register after each clock Pulse.
Then take into consideration the following part of the sentence:
for the RIGHT/LEFT Control waveform given.
and, moreover, this assertion: HIGH Enables shift right and LOW Enables shift left.
"After each clock pulse" refers to the transition from low level(0) to high level(1). Exactly at that Instant.
I count 12 these transitions.
Another thing to keep in mind is that during those 12 clock pulses the input named data-in remains low(0).
So each time you move to the right enter a low(0) to register.
But now do not know what happens to the least significant BIT(LSB) When it is Shift Left.
We will assume that it is also a low level(0).
So and so on.
Other things to keep in mind are:
If you shift a binary number to the left, this number is multiplied by 2.
If you shift a binary number to the right, this number is divided by 2.
So if you have no software tools to shift those BITs, you can use the calculator that has the MicroSoft Windows system.
But first you have to know how many times you have to Shift on the left(multiply by 2) and how many to the right(divide by 2).
In the picture attached you can see clearly how many times Shift right and left: The Registry BITs.
1 Left.
3 Right.
2 Left.
1 Right.
1 Left.
2 Right.
2 Left.
Performed this exercise with the Windows calculator. Remember that 2 in binary is 10 (one zero).
Another way to perform this exercise is using a spreadsheet in Microsoft Excel.
A BIT in each cell.
With the mouse you select all BITs of the number 00101010 (42).
Remember that your register is 8 bits wide. (SRG 8).
Where originally put that number will be the registers of the Shift Register has.
So you will move to the Left or Right according to the table above.
Since you selected all BITs of that number, you can move them anywhere
!try! is not so difficult