Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 18
Easy

A microcontroller processes sound samples represented as unsigned binary integers. To scale down the amplitude of an audio sample to exactly one-sixteenth of its original value, a binary shift operation is applied to the sample's binary representation.

Describe the binary shift operation required to perform this scaling.

[1]

Binary arithmetic Questions

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