Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1 (10 points) Assume that 155 and 217 are signed 8-bit decimal integers stored in two's complement format. Calculate 155 + 217 by adding
Problem 1 (10 points) Assume that 155 and 217 are signed 8-bit decimal integers stored in two's complement format. Calculate 155 + 217 by adding the twos complement numbers first and then writing the final result in decimal. You need to show the 8-bit twos complement numbers, the addition, the resulting twos complement number, and the final result in decimal. Then explain why the result is very different from 372 (155+217=372). Note that if a number requires more than 8 bits, you need to represent first the number correctly using as many bits as necessary, then keep only the rightmost 8 bits, and use the resulting number in the arithmetic operation. Problem 1 (10 points) Assume that 155 and 217 are signed 8-bit decimal integers stored in two's complement format. Calculate 155 + 217 by adding the twos complement numbers first and then writing the final result in decimal. You need to show the 8-bit twos complement numbers, the addition, the resulting twos complement number, and the final result in decimal. Then explain why the result is very different from 372 (155+217=372). Note that if a number requires more than 8 bits, you need to represent first the number correctly using as many bits as necessary, then keep only the rightmost 8 bits, and use the resulting number in the arithmetic operation
Step 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