Binary arithmetic

EasyMedium
1234567891011121314151617
Question 3
Medium

In a digital music synthesizer, three distinct 8-bit control signals representing frequency modulation parameters are combined.

Add together the three 8-bit binary numbers representing these signals and give your final answer as an 8-bit binary number:

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

Binary arithmetic Questions

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