Question

2. Convert the following decimal numbers to the 10’s complement: a. 65                    b. 327           &nb

2. Convert the following decimal numbers to the 10’s complement:

a. 65                   

b. 327                   

c. 7643        

d. Perform subtraction using 10’s complement on 432-567

Homework Answers

Answer #1
a)
65
1)  subtract from 99
    99 - 65 = 34
2)  add 1
34 + 1 = 35
Answer: 35

b)
327
1)  subtract from 999
    999 - 327 = 672
2)  add 1
672 + 1 = 673
Answer: 673

c)
7643
1)  subtract from 9999
    9999 - 7643 = 2356
2)  add 1
2356 + 1 = 2357
Answer: 2357
d)
432-567
convert -567 to 10's complement
567
1)  subtract from 999
    999 - 567 = 432
2)  add 1
432 + 1 = 433

432-567 = 432+433
432
433
---
865
---
since left most digit is 8. convert this to 10's complement again
999
865
---
134
---
add 1
134+1 = 135
Answer: -135
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement...
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement form and perform the indicated operation. Circle the two binary numbers that are being added and the binary answer. Note: All three equivalent binary numbers are required for full credit.             +22             - 10             ----             =
Convert (96)10 to binary form in 2's complement representation. Given the two binary numbers X =...
Convert (96)10 to binary form in 2's complement representation. Given the two binary numbers X = 1010011 and Y = 1010010 perform the subtraction X - Y. Enter your result below: Which bit of a signed binary number represents the sign?
Find the 2's complement of the following decimal numbers (You must convert the number to binary...
Find the 2's complement of the following decimal numbers (You must convert the number to binary and the answer has to be in binary with the same number of bits as the conversion)? a. 20 b. 15 c. 2126 d. 266 e. 466 please explain how you did it!
Calculate A+B, A-B, for the following pairs of binary numbers.  Also, you must use 2’s complement arithmetic...
Calculate A+B, A-B, for the following pairs of binary numbers.  Also, you must use 2’s complement arithmetic to perform the subtraction operation. (a) 10101, 1011 (c) 101, 1011
A). Convert following decimal integers to 8-bit two's complement binary numbers using any method . Explain...
A). Convert following decimal integers to 8-bit two's complement binary numbers using any method . Explain why, If decimal number cannot be represented with 8 bits. a. -46 b. -63 c. 118 d. -128 e. 128 B). Perform following operations by converting the decimal numbers to 8-bit two’s complement binary. Check results by converting final result to decimal a. 94-53 b. 15–84
1. Perform the following subtraction using 10’s complement on 532 - 794.
1. Perform the following subtraction using 10’s complement on 532 - 794.
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
1.Find the 2’s complement of 11111011. What is the decimal value of it 2.Find A-B using...
1.Find the 2’s complement of 11111011. What is the decimal value of it 2.Find A-B using 2’s complement if A=1010 and B=11100 3. A) What is the range of numbers in a 4-bit machine if unsigned integer format is used. B) What is the smallest and largest number when 2’s complement format is used.
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement:...
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement: a) 77 b) -42 c) 119 d) -107 E) 60 f) -60 g) 20 h) -20
Assuming nine-bit 2’s complement representation, convert the decimal number -137 to binary, show the effect of...
Assuming nine-bit 2’s complement representation, convert the decimal number -137 to binary, show the effect of the ROL operation on it with initial carry C=1, show the status bits and then convert the result back to decimal. Repeat with the ASR operation. Write the RTL specification of both operations shown here.