Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 12
Easy

The arithmetic effect of applying a left binary shift of one to an unsigned binary integer is to multiply that number by two.

State the arithmetic effect of applying a left binary shift of five to an unsigned binary integer, assuming no overflow occurs.

[1]

Binary arithmetic Questions

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