Binary arithmetic

EasyMedium
1234567891011121314151617
Question 2
Medium

Add together the following three 8-bit binary numbers and give your answer as an 8-bit binary number.

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

Binary arithmetic Questions

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