Please show work on all! thank you
Requirements: 1) You MUST show all your work to receive full credit. 2) You may convert between multiple bases to check your answer. 2.1) EX: 0000 0011 + 1111 1101 -> 0000 0011 [3] + 1111 1101 (-3] 1) (10 Points) Solve the following Unsigned Decimal (Base 10) representation arithmetic and indicate if overflow occurred. Write your answer using three (3) digits. 1.1) 080,0 +01010 Answer: Overflow: 1.2) 23110 - 2340 Answer: Overflow: 2) (10 Points) Solve the following Unsigned Binary (Base 2) representation arithmetic and indicate if overflow occurred. Write your answer using eight (8)-bits. 2.1) 0110 11012 + 1010 11102 Answer: Overflow: 2.2) 0111 11112 - 1000 10102 Answer: Overflow: 3) (10 Points) Solve the following Unsigned Hexadecimal (Base 16) representation arithmetic and indicate if overflow occurred. Write your answer using three (3) hexadecimal digits. 3.1) 5A216 + 301,6 Answer: Overflow: 3.2) FOA 16 - FF016 Answer: Overflow: 4) (20 Points) Solve the following Signed Decimal (Base 10) in Ten's (10's) Complement representation arithmetic and indicate if overflow occurred. Write your answer using three (3) digits. 4.1) 152 + 322 Answer: I Overflow: 4.2) 550 + 500 Answer: Overflow: 4.3) 324 - 444 Answer: Overflow: 4.4) 543 - 234 Answer: Overflow: 5) (20 Points) Solve the following Signed Binary (Base 2) in Two's (2's) Complement representation arithmetic and indicate if overflow occurred. Write your answer using eight (8)- bits. 5.1) 0110 11002 + 0111 11012 Answer: Overflow: 5.2) 1111 0100 +0111 00112 Answer: Overflow: 5.3) 1110 10112 - 1001 00012 Answer: Overflow: 5.4) 0101 10002 - 0001 10002 Answer: Overflow: 6) (20 Points) Solve the following Signed Hexadecimal (Base 16) in Sixteen's (16's) Complement representation arithmetic and indicate if overflow occurred. Write your answer using three (3) digits. I 6.1) 44A 16 + 74A16 Answer: Overflow: 6.2) BAA16 +00A16 Answer: Overflow: 6.3) 4FA16 - D3116 Answer: Overflow: 6.4) 44416 - 55516 Answer: Overflow