Binary arithmetic

EasyMedium
1234567891011121314151617
Question 9
Medium

An embedded flight controller receives three telemetry calibration offsets represented as 8-bit unsigned binary integers:

0 0 1 1 0 1 1 00 1 0 1 0 0 1 1+ 0 0 1 0 1 1 0 1\begin{array}{r} 0\ 0\ 1\ 1\ 0\ 1\ 1\ 0 \\ 0\ 1\ 0\ 1\ 0\ 0\ 1\ 1 \\ +\ 0\ 0\ 1\ 0\ 1\ 1\ 0\ 1 \\ \hline \end{array}0 0 1 1 0 1 1 00 1 0 1 0 0 1 1+ 0 0 1 0 1 1 0 1​​

Calculate the sum of these three 8-bit binary numbers. Show your working and give your final answer in binary.

[2]

Binary arithmetic Questions

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