• Right shifting by , fills the left end with zeroes.
  • Assuming a bit vector, , will give:
  • Almost all machine instructions use logical right shifts for unsigned data

Example

    • The italicised 0s indicate the values that fill the left end

Sources