Question

Convert -39 (base 10) to 8-bit binary using excess 127 notation.

Convert -39 (base 10) to 8-bit binary using excess 127 notation.

Homework Answers

Answer #1

Hey there!

To convert a base 10 (decimal) number to 8 bit binary using excess 127 notation :

Step 1 : Add 127 to the number

-39 + 127 = 88

Step 2 : Convert the result of the addition to binary number

This can be done by repeatedly dividing the number by 2 as shown below

The obtained binary number is not 8 bit. So we add zero to the left.

01011000

Therefore the answer : 8 bit binary representation of -39(10) using excess 127 = 01011000

Please let me know in the comments , if you have any queries . Consider giving a thumbs up! Thanks :)

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
7. Convert 0.25 to binary with 8 bits to the right of the binary point. 8....
7. Convert 0.25 to binary with 8 bits to the right of the binary point. 8. Convert -47 (base 10) to binary 8-bit signed-magnitude. 9. Convert -39 (base 10) to 8-bit binary using excess 127 notation. 10. Convert -61 (base 10) to 8-bit binary using two’s complement
convert 0.83828125 to binary using 8 bit to right of binary point
convert 0.83828125 to binary using 8 bit to right of binary point
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1c. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work. 1d. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work.
7. Convert 7E2516 to base 10. 8. The range of positive integers possible in an 8-bit...
7. Convert 7E2516 to base 10. 8. The range of positive integers possible in an 8-bit two’s complement system is (Read this question carefully): Question 8 options: 1 to 256 1 to 127 -128 to 127 1 to 128
16.  Convert the following decimal notation to an equivalent binary notation: 2.75 17. If the following uses...
16.  Convert the following decimal notation to an equivalent binary notation: 2.75 17. If the following uses the floating-point format defined in Figure 1.25 of the textbook, what is the decimal notation for this number: 01100101 18. Encode the following decimal value using the 8-bit floating-point format of Figure 1.25: 7/8 HINT: Be sure to use the normalized form. Note: Answer should be in the format n nnn nnnn 19. Encode the following decimal value using the 8 bit floating point...
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. convert the following value 374(base 8) to binary 2. convert the following value 0110101111111001 in...
1. convert the following value 374(base 8) to binary 2. convert the following value 0110101111111001 in binary to hexadecimal
Convert to 8 bit binary and perform integer subtraction on 140-235. Does overflow happen?
Convert to 8 bit binary and perform integer subtraction on 140-235. Does overflow happen?
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...
Convert the decimal numbers 40 and 20 into 8-bit unsigned binary representation and add the two...
Convert the decimal numbers 40 and 20 into 8-bit unsigned binary representation and add the two numbers.