Question 7.7: Subtraction Using Two s-Complement Arithmetic Perform the op...
Subtraction Using Two s-Complement Arithmetic
Perform the operation 2910 – 2710 by using eight-bit signed two s-complement 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.
Learn more on how we answer questions.
First, we convert 2910 and 2710 to binary form. This yields
2910 = 00011101
and
2710 = 00011011
Next, we find the two’s complement of the subtrahend:
-2710 = 11100101
Finally, we add the numbers to find the result:
\begin{matrix} & ~~~~~~~~00011101 \\ \mathrm{ignore~carry} & ~~~~+ \underline{11100101} \\ \mathrm{out~of~sign~bit} & \rightarrow~~~00000010 \end{matrix} ~~~~~ \begin{matrix} ~~~~~~29 \\ +\underline{(-27)} \\ ~~~~~~~2 \end{matrix}
Related Answered Questions
Question: 7.12
Verified Answer:
The Karnaugh map for E is shown in Figure 7.32. Th...
Question: 7.11
Verified Answer:
First, we construct the Karnaugh map. Because ther...
Question: 7.10
Verified Answer:
First, we translate the description of the desired...
Question: 7.9
Verified Answer:
First, we replace each variable by its inverse, re...
Question: 7.8
Verified Answer:
The truth table listing all possible combinations ...
Question: 7.6
Verified Answer:
For conversion to octal, we first form three-bit g...
Question: 7.5
Verified Answer:
We simply use Table 7.1 to replace each digit by i...
Question: 7.4
Verified Answer:
See Figure 7.7.
Question: 7.3
Verified Answer:
From Examples 7.1 and 7.2, we have
34310 = 1010101...
Question: 7.2
Verified Answer:
The conversion is illustrated in Figure 7.5. The f...