SOLUTION: Assuming 2’s complement 8-bit representation, consider the following: +70 = 010001102 +80 = 010100002 100101102 Is this correct? Why or why not?

Algebra.Com
Question 540587: Assuming 2’s complement 8-bit representation, consider the following:
+70 = 010001102
+80 = 010100002
100101102 Is this correct? Why or why not?

Answer by Alan3354(69443)   (Show Source): You can put this solution on YOUR website!
There are no 2's in binary.
------------------
If the 70 & 80 are Hex numbers:
70 = 0111 0000 --> 1's comp = 1000 1111 --> 2's comp = 1001 0000
80 = 1000 0000 --> 1's comp = 0111 1111 --> 2's comp = 1000 0000
-------------
If they're decimal:
70 = 46H = 0100 0110 --> 1's comp = 1011 1001 --> 2's comp = 1011 1010
80 = 50H = 0101 0000 --> 1's comp = 1010 1111 --> 2's comp = 1011 0000

RELATED QUESTIONS

9. Represent the following integer numbers a) 88 b) -123 i) using 8-bit register using... (answered by Solver92311)
9. Represent the following integer numbers a) 88 b) -123 i) using 8-bit register using... (answered by Solver92311)
Consider the following table of test scores. Test Score 90 80 70 60 50... (answered by Fombitz)
Perform the following for each 8 bit binary addition: > add the two binary numbers (answered by MathLover1)
A student’s final grade in chemistry is determined by the following weights: Quizzes 5% (answered by Fombitz)
What would be the set builder notation fo the following representation: {-2, -4, -6,... (answered by stanbon)
Find the complement 90%= 60%= 80%= 70%= 60%= 50%= (answered by jim_thompson5910)
Which of the following is not a fractional representation for 2/7? a. 4/21 b. 8/28... (answered by mathgenius)
Which of the following is not a fractional representation for 2/7 ? A)4/14 B)4/21 (answered by jim_thompson5910)