ccc4.jpg

Back 

Addition of binary integers questions

Q1. In pure binary, using one byte and showing the working, add 9 to 8.
Q2. In pure binary, using one byte and showing the working, add 31 to 31.
Q3. In pure binary, using one byte and showing the working, add 127 to 126.
Q4. In pure binary, using one byte and showing the working, add 130 to 128. Comment on the result.
Q5. What is meant by the terms 'overflow' and 'underflow'? 
Q6.
What is the result of adding these binary numbers: 100 + 100?
Q7. 
What is the result of adding these binary numbers: 100 + 100 + 100?
Q8. 
What is the result of adding these binary numbers: 0110 + 1100?
Q9. 
What is the result of adding these binary numbers: 0111 + 0111?
Q10. 
What is the result of adding these binary numbers: 0000 1111 + 0000 1111 + 0000 1111?

Back