An 8-bit binary register contains a signed integer.
A logical right shift of 2 places is performed on the register.
An arithmetic right shift of 2 places is performed on the same original register contents.
Describe the difference in how the vacant bit positions on the left are filled by these two types of shift.