Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 8
Easy

A digital temperature sensor represents its reading as an 8-bit unsigned binary integer. To scale the raw sensor reading Textraw=101101002T_{ ext{raw}} = 10110100_2Textraw​=101101002​ to a calibrated value, a microprocessor performs a logical binary shift of three places to the right.

Determine the resulting 8-bit pattern after this logical shift.

[1]

Binary arithmetic Questions

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