Binary arithmetic

EasyMedium
1234567891011121314151617
Question 8
Medium

An embedded environmental monitor records three successive data packets, representing quantities stored as 8-bit unsigned binary integers.

Calculate the total sum of the three values below by adding them together. Show your working and present your final answer as an 8-bit binary number.

$ \begin{array}{r} 01100101 \ 00101011 \

  • ;; 00111100 \ \hline \end{array} $
[2]

Binary arithmetic Questions

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