Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 3
Easy

A digital pressure sensor on an autonomous underwater vehicle registers an offset represented by the following 8-bit unsigned binary pattern:

11011000

To scale this measurement, the onboard processor performs a logical right binary shift of 3 on the pattern.

Determine the resulting 8-bit pattern after this shift.

[2]

Binary arithmetic Questions

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