I am studying for an interview and found this question a bit bewildering. Would appreciate your advise.
What happens to the left side of an unsigned number after performing a bit-shift operation to the right?
1. the number will be filled with 1's on the left
2. the method of the numbers being filled on the left depends on the system
3. all answers are wrong
4. the number will be filled with 0's on the left
5. the left part of the number will be filled with the bits that were lost from the right