Question 2.10: Add 010011112 to 001000112 using signed-magnitude arithmetic...

Add 01001111_{2} to 00100011_{2} using signed-magnitude arithmetic.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.
\begin{matrix} \\ 0 \\ 0& \\ 0 \end{matrix} \begin{matrix} \\  \\ + \\  \end{matrix}  \begin{array}{r c} \begin{matrix} \\ 1 \\ 0 \end{matrix} & \begin{matrix}\\ 0 \\ 1 \end{matrix} & \begin{matrix}1 \\ 0 \\ 0 \end{matrix}& \begin{matrix}1\\ 1 \\0 \end{matrix}&\begin{matrix}1\\ 1 \\0 \end{matrix}& \begin{matrix}1\\ 1 \\ 1 \end{matrix}& \begin{matrix}\\ 1\\ 1 \end{matrix}&\\ \hline \begin{matrix} 1\end{matrix}&\begin{matrix} 1\end{matrix} &\begin{matrix}1\end{matrix}&\begin{matrix}0\end{matrix}&\begin{matrix}0\end{matrix} &\begin{matrix}1\end{matrix}&\begin{matrix}0\end{matrix}\end{array} \begin{array}{r c} \begin{matrix}\Leftarrow \text{carries} \\ (79)\\+(35)\\ \hline \begin{matrix}(114)\end{matrix}\end{matrix}\end{array}

The arithmetic proceeds just as in decimal addition, including the carries, until we get to the seventh bit from the right. If there is a carry here, we say that we have an overflow condition and the carry is discarded, resulting in an incorrect sum. There is no overflow in this example.

We find 01001111_{2}+00100011_{2}=01110010_{2}  in signed-magnitude representation.

Related Answered Questions

Question: 2.1

Verified Answer:

Step 1: Write down the binary number, leaving spac...
Question: 2.18

Verified Answer:

\begin{matrix} \\ \\ \text{The last} \\ \te...
Question: 2.27

Verified Answer:

\frac{\begin{matrix}\quad 1011 \\ +  110 \e...
Question: 2.12

Verified Answer:

\begin{matrix} \\ 0 \\ 0&  \\ 0 \end{ma...
Question: 2.22

Verified Answer:

\begin{matrix} \text{Discard last} \\ \text...
Question: 2.17

Verified Answer:

\begin{matrix} \text{The last carry is adde...
Question: 2.2

Verified Answer:

First, convert the hex to binary by grouping into ...
Question: 2.2

Verified Answer:

104 \frac{-81}{23} =3^{4} \t...
Question: 2.3

Verified Answer:

3 ⌊104 2 3 divides 104 34 times with a remainder o...
Question: 2.24

Verified Answer:

\fbox{0}\fbox{1   0   0   1   0}\fbox{1   1...