Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 9
Easy

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

State the arithmetic effect of applying a right binary shift of three to an unsigned binary integer.

[1]

Binary arithmetic Questions

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