Binary arithmetic

EasyMedium
1234567891011121314151617
Question 4
Medium

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

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

Binary arithmetic Questions

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