Question

Consider the 32-bit binary number (11000001010010000000000000000000). Convert this binary to its equivalent decimal, assuming if Question:...

Consider the 32-bit binary number (11000001010010000000000000000000). Convert this binary to its equivalent decimal, assuming if

Question: It is a sign-magnitude number.

Homework Answers

Answer #1

given 32 bit number is 11000001010010000000000000000000 and it is a sign magnitude number.

Therefore the most significant bit indicates the sign, if it is '0' then it is a positive number otherwise if it is '1' then it is a negative number.

We have the M.S.B is 1, therefore the given number is negative number.

.

Removing all zero parts

= 1,073,741,824 + 16,777,216 + 4,194,304 + 524,288 = (1,095,237,632)10.

'1' indicates negative number, therefore the decimal equivalent is -1,095,237,632.

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
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point...
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point format)
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
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356...
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356              b) 658 What decimal value does the 8-bit binary number 10011110 represent if it is on a computer using two’s complement representation? What decimal value does the 8-bit binary number 10110100 have if it is on a computer using two’s complement representation? please show your work for question number 4. thank you.
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.
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.
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...
Question 1: Please convert the decimal integer 32 to signed binary (32bit).
Question 1: Please convert the decimal integer 32 to signed binary (32bit).
Question 1 Consider the following 32-bit IEEE 754 floating point number. The binary number has been...
Question 1 Consider the following 32-bit IEEE 754 floating point number. The binary number has been separated into the sign, exp and frac fields Sign = 1           exp = 1000 0001           frac= 1111 0000 0000 0000 0000 000 Convert this number to decimal. Recall that the bias is 127 for IEEE single precision. Consider the following working C code. For(i = 0; I < 3: i++)             For(j = 0; j<=I; j++)                         Arr[i][j] = i + j; Sketch arr...
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.
Question 6 The following number is in four-bit, two's complement notation. Translate it into its decimal...
Question 6 The following number is in four-bit, two's complement notation. Translate it into its decimal equivalent. 01002* Question 10 Add the following binary numbers in four-bit, two's complement notation. 10012* Question 12 Exactly how many bytes are in the following? (In notation) 2 K Question 13 Exactly how many bits are in the following? (In notation) 8 KB