Computer Science: An Overview: Global Edition (12th Edition)

Published by Pearson Higher Education
ISBN 10: 1292061162
ISBN 13: 978-1-29206-116-0

Chapter 1 - Data Storage - Section 1.5 - The Binary System - Questions & Exercises - Page 58: 5

Answer

\begin{equation} a. 100111 \end{equation} \begin{equation} b. 1011.110 \end{equation} \begin{equation} c. 100000 \end{equation} \begin{equation} d. 1000.00 \end{equation} also, see the following image:

Work Step by Step

some notes for additions in binary notation: 1- If the most significant bit is 1, then it represents the negative decimal number. 2- The most possible largest positive integer can be represented by using 5 bits pattern is 15. 3- The most possible least negative integer can be represented by using 5 bits pattern is, -16. 4- When two values are added, if there is an extra bit generated after the most significant bit, that is the 6’th bit. Then the 6’th bit is considered as carrying bit and needs to be truncated. $\ \ \ $• When two positive numbers are added and the result obtained is negative. $\ \ \ $• When two negative numbers are added and the result obtained is positive. 6- When you add and subtract binary numbers you will need to be careful when 'carrying' or 'borrowing' as these will take place more often. Key Addition Results for Binary Numbers 1 + 0 = 1 1 + 1 = 10 1 + 1 + 1 = 11 _____________________________________________________ The solution of $(a)$ \begin{equation} \begin{array}{r}{1 \ \ \ \ \ \ \ \ } \\ {11011} \\ {+\quad 1100} \\ \hline 100111\end{array} \end{equation} _____________________________________________________ The solution of $(b)$ \begin{equation} \begin{array}{r}{1 \ \ } \\ {\quad 1010.001} \\ {+\quad 1.101} \\ \hline 1011.110\end{array} \end{equation} _____________________________________________________ The solution of $(c)$ \begin{equation} \begin{array}{r}{11111 \ \ } \\ {\quad 11111} \\ {+\quad 0001} \\ \hline 100000\end{array} \end{equation} _____________________________________________________ The solution of $(d)$ \begin{equation} \begin{array}{r}{1111 \ 1 \ \ } \\ {111.11} \\ {+\quad 00.01} \\ \hline 1000.00\end{array} \end{equation}
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.