A digital sensor represents a frequency reading as an 8-bit unsigned binary integer. To scale down the reading, a microchip performs a logical right binary shift of 3 on the register.
The current register value is:
11011000
Determine the final 8-bit pattern stored in the register after this shift operation is completed.