Question

Given a 8 bit binary sequence 01111001, show the decimal number it represents in unsigned integer,...

Given a 8 bit binary sequence 01111001, show the decimal number it represents in unsigned integer, sign-magnitude, one's complement, two's complement and execess-127.

Homework Answers

Answer #1
since left most but is 0. No extra calculations are needed to calculate unsigned integer, sign-magnitude, one's complement, two's complement.
because in all of these representations this number is positive.
converting 01111001 to decimal
=> 0x2^7+1x2^6+1x2^5+1x2^4+1x2^3+0x2^2+0x2^1+1x2^0
=> 0x128+1x64+1x32+1x16+1x8+0x4+0x2+1x1
=> 0+64+32+16+8+0+0+1
=> 121
unsigned integer:   121
sign-magnitude:     121
one's complement:   121
two's complement:   121
excess-127 value is 121-127 = -6
excess-127: -6
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
Express the decimal number (25)10 as an 8-bit unsigned binary number. Express the decimal number (-37)10...
Express the decimal number (25)10 as an 8-bit unsigned binary number. Express the decimal number (-37)10 as an 8-bit sign-magnitude binary number. Express the decimal number (-37)10 as an 8-bit 1's complement binary number.
What decimal number does the bit pattern 1101 1011 represent if it is a: • [1...
What decimal number does the bit pattern 1101 1011 represent if it is a: • [1 pts] unsigned integer? • [1 pts] sign-magnitude integer? • [1 pts] two's complement integer? Please Explain and Show all work
1)Show the unsigned 10 bit binary representations for the following decimal values or indicate that the...
1)Show the unsigned 10 bit binary representations for the following decimal values or indicate that the decimal value can’t be represented in unsigned 10 bit binary and indicate why. a. 989 b. 47 c. 2000 d. -127 PLEASE EXPLAIN IT IN DETAIL
6. What decimal number does the bit pattern 0xBF800000 represent if it is: A two's complement...
6. What decimal number does the bit pattern 0xBF800000 represent if it is: A two's complement integer An unsigned integer A floating point number assuming the IEE 754 single precision format PLEASE EXPLAIN AND SHOW WORK
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
(8%) For a 8-bit sequence is 1101 0111. What is its content if it represents (a)...
(8%) For a 8-bit sequence is 1101 0111. What is its content if it represents (a) two decimal digits in BCD? (b) two decimal number in the Excess-3 code? (c) an 8-bit unsigned number? (d) an 8-bit signed number?
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
Express the decimal number (-37)10 as an 8-bit 2's complement binary number. Given the two signed...
Express the decimal number (-37)10 as an 8-bit 2's complement binary number. Given the two signed binary numbers (2's comp.) X = -8 and Y = 14, what is their sum? What is the BCD representation of the decimal value (9371)10?
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can...
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can be expressed (in 8 bits) Using signed magnitude representation as: Using one's complement representation as: Using two's complement representation as: Using excess-M representation (with the appropriate value of M) as: 1c) Using the simple floating point model (1-bit sign, 5-bit biased exponent, and 8-bit significand), the number -0.125 (decimal) can be expressed as: (Do not use spaces or any English text. Provide only the...
1) convert binary number 10.011 into equivalent decimal number 2) Determine the two's complement of the...
1) convert binary number 10.011 into equivalent decimal number 2) Determine the two's complement of the given binary number 10011100 3) Design a combinational logic circuit that can add 3 bit binary imputs
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT