Binary arithmetic

EasyMedium
1234567891011121314151617
Question 17
Medium

In a telemetry system, three independent sensors report their values as 8-bit unsigned binary integers. To compute the total signal strength, the central processor must sum these values.

Calculate the sum of the following three 8-bit binary readings, giving your final answer as an 8-bit binary number:

0 0 1 1 0 1 0 10 1 0 1 0 0 1 0+ 0 0 1 0 1 1 0 0 \begin{array}{r} 0\ 0\ 1\ 1\ 0\ 1\ 0\ 1 \\ 0\ 1\ 0\ 1\ 0\ 0\ 1\ 0 \\ +\ 0\ 0\ 1\ 0\ 1\ 1\ 0\ 0 \\ \hline \\ \hline \end{array} 0 0 1 1 0 1 0 10 1 0 1 0 0 1 0+ 0 0 1 0 1 1 0 0​​
[2]

Binary arithmetic Questions

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