A digital temperature sensor represents its reading as an 8-bit unsigned binary integer. To scale the raw sensor reading Textraw=101101002T_{ ext{raw}} = 10110100_2Textraw=101101002 to a calibrated value, a microprocessor performs a logical binary shift of three places to the right.
Determine the resulting 8-bit pattern after this logical shift.