Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 23
Easy

In a digital signal processing unit, an unsigned binary integer representation of a signal amplitude, AAA, undergoes a series of scaling operations. First, A A\,A is subjected to a left binary shift of 6. The resulting value is then subjected to a right binary shift of 2.

Assuming no bits are lost or overflowed, determine the overall arithmetic effect of these combined operations on the original value of AAA.

[1]

Binary arithmetic Questions

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