Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me solve these questions. Perform the following additions in four bit binary representation. Write out your work in binary. At the conclusion of
Please help me solve these questions.
Perform the following additions in four bit binary representation. Write out your work in binary. At the conclusion of each, give the status of the following flags: Zero, Sign, Carry, Overflow. -7 + 2 -4 + 4 3 + 4 5 + 4 5 + 3 3 + -3 4 + 0 7 + 6 Perform the following subtractions in four bit binary representation. Do this by complementing the subtrahend and adding that to the minuend. Write out your work in binary. (That is, instead of "5 - 3" perform "5 + (-3)".) At the conclusion of each, give the status of the following flags: Zero, Sign, Carry, Overflow. 2 - 7 5 - 2 7 - 7 6 - 6 1 - 6 5 - 4 0 - 4 -7 - 6 Perform the following additions in eight bit binary representation. Write out your work in binary. At the conclusion of each, give the status of the following flags: Zero, Sign, Carry, Overflow. 101 + 33 105 + 128 43 + 37 73 + 128 Perform the following subtractions in eight bit binary representation. Do this by complementing the subtrahend and adding that to the minuend. Write out your work in binary. (That is, instead of "5 - 3" perform "5 + (-3)".) At the conclusion of each, give the status of the following flags: Zero, Sign, Carry, Overflow. 105 - 127 94 - 88 101 - (-33) 23 - 49Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started