Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 10
Easy

A digital sensor represents a frequency reading as an 8-bit unsigned binary integer. To scale down the reading, a microchip performs a logical right binary shift of 3 on the register.

The current register value is:

11011000

Determine the final 8-bit pattern stored in the register after this shift operation is completed.

[2]

Binary arithmetic Questions

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