A low-power environmental monitoring device records three separate metrics as unsigned 8-bit binary values:
Calculate the sum of these three values using binary arithmetic, giving your final answer as an 8-bit binary pattern.
0 1 0 1 0 0 1 10 0 1 1 0 1 0 1+ 0 0 0 1 0 1 1 1 \begin{array}{r} 0\ 1\ 0\ 1\ 0\ 0\ 1\ 1 \\ 0\ 0\ 1\ 1\ 0\ 1\ 0\ 1 \\ +\ 0\ 0\ 0\ 1\ 0\ 1\ 1\ 1 \\ \hline \end{array} 0 1 0 1 0 0 1 10 0 1 1 0 1 0 1+ 0 0 0 1 0 1 1 1