Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 7
Easy

A digital signal processor scales down an 8-bit audio sample represented by the unsigned binary pattern 11101100 by dividing it by 4. This division is implemented using a binary shift.

Determine the resulting 8-bit pattern after this shift is applied.

[1]

Binary arithmetic Questions

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