A sensor inside an automated warehouse drone records the battery voltage as an unsigned binary integer. In order to compute a safety factor, this integer value must be multiplied by 32.
Explain how this multiplication can be performed using a logical bitwise shift.