Binary arithmetic

EasyMedium
1234567891011121314151617
Question 6
Medium

What is the overall arithmetic effect of performing a left binary shift of 5 on an unsigned binary integer, followed by a right binary shift of 2 on the result (assuming no bits are overflowed or lost)?

[1]

Binary arithmetic Questions

  1. GCSE
  2. /Computer Science
  3. /Binary arithmetic