Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Assume we have to add two 6 bit numbers in signed integer form. Perform the bina

ID: 3780102 • Letter: A

Question

Assume we have to add two 6 bit numbers in signed integer form. Perform the binary addition and indicate if an overflow occurs. To check convert both binary operands and your binary sum answer to decimal numbers. 100001= (Fill in a numerical answer in decimal, for example, 2, -3) +000101 = (Fill in a numerical answer in decimal, for example, 2, -3) (Fill in a numerical answer in binary.) = (Fill in a numerical answer in decimal, for example, 2, -3) If there an overflow? Answer "Y" (for yes) or "N" (for No)

Explanation / Answer

100001=33(decimal number)

+000101=5(decimal number)

-----------------------------

100110=38(decimal number)

------------------------------

There is an overflow?Answer 'Y'(for yes) or 'N'(for no) == N

Thanks a lot