Question

For each word length a) determine the range of integers are can represent with sign magnitude,...

For each word length a) determine the range of integers are can represent with sign magnitude, b) write both the positive and negative binary representation in twos-compliemnt of the number provided.

(a) length: 1 bytes, value: 82

(b) length: 12 bits, value: 1124

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please comment if you have any doubts regarding this question.I will solve your doubts as soon as possible.Thank you.

Note*: The question is slightly unclear.I am assuming the following questions.If you want answer for some different question please comment i will answer it as soon as possible.

a)  determine the range of integers that can be represented with sign magnitude.

b) write the positive and negative numbers of the value given in binary representation in 2's complement format.

(a) length: 1 bytes, value: 82

1 bit is equal to 8 bits.In signed magnitude representation the first bit is taken as 0 for positive numbers and 1 for negative numbers so we are left with only 7 bits.With 7 bits we can get numbers from -127 to 127.

Representing 82 in 2's complement method = 01010010

82 represented in binary is 01010010.

As a positive number it is same so 01010010.

Representing -82 in 2's complement method = 10101110

82 represented in binary is 01010010.

Invert the bits.We get 10101101.

Add 1.We get 10101110.

(b) length: 12 bits, value: 1124

We are given 12 bits.In signed magnitude representation the first bit is taken as 0 for positive numbers and 1 for negative numbers so we are left with only 11 bits.With 11 bits we can get numbers from -2047 to 2047.

Representing 1124 in 2's complement method = 010001100100

1124 in binary is 010001100100.

As a positive number it is same so 010001100100.

Representing -1124 in 2's complement method = 101110011100

1124 in binary is 010001100100

Invert the bits.We get 101110011011.

Add 1 we get 101110011100.

Add a comment
Know the answer?
Add Answer to:
For each word length a) determine the range of integers are can represent with sign magnitude,...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1.8 (1 marks) A computer has a word length of 8 bits (including sign). If 2’s...

    1.8 (1 marks) A computer has a word length of 8 bits (including sign). If 2’s complement is used to represent negative numbers, what range of integers can be stored in the computer? If 1’s complement is used? (Express your answers in decimal.)

  • The standard way of notating negative numbers in English is sign and magnitude. Basically, put a...

    The standard way of notating negative numbers in English is sign and magnitude. Basically, put a minus sign in front of a number if it is negative. This can be done in binary as well. For example, in 4 bits, the sign and magnitude encoding for -5 is 1101, where the leftmost 1 indicates a negative number. Sign and magnitude encoding is used in IEEE floating point types. What is the range (minimum to maximum) of integers that can be...

  • given 5A16 & 9D16, if 8 bit sign-magnitude representation is used to represent integers, what the range of decimal values it can represent?

    given 5A16 & 9D16, if 8-bit sign-magnitude represent used to represents integers, what the range of decimal values it represents?

  • 2. Using the sigma (E) notation and given an n-bit sequence of binary digita An-12,-291-3 ......

    2. Using the sigma (E) notation and given an n-bit sequence of binary digita An-12,-291-3 ... 220,20. what is the value of A if the binary bits are interpreled as: a. an unsigned integer? b. Sign Magnitude number? Page 1 of 3 H. QUAYSON c. Twos Complement number? d. Using the representation of two complement numbers in question 6.c. above, convert the sign-magnitude mmber 1001 into twos complement number. (10 marks)

  • 4) This exercise will first present the modified algorithm for computing the product of two numbers...

    4) This exercise will first present the modified algorithm for computing the product of two numbers represented in twos complement with an illustrated example and then ask you to repeat for a different number pair The hardware and the flowchart for signed multiplication in twos complement representation of binary numbers will be slightly modified as follows. Use the version of the unsigned multiplication hardware which employs one double-sized register to hold the partial product and the multiplier a. When shifting...

  • 2. Perform the following binary multiplications, assuming unsigned integers: B. 10011 x 011 C. 11010 x...

    2. Perform the following binary multiplications, assuming unsigned integers: B. 10011 x 011 C. 11010 x 1011 3. Perform the following binary divisions, assuming unsigned integers: B. 10000001 / 101 C. 1001010010 / 1011 4. Assume we are using the simple model for floating-point representation as given in the text (the representation uses a 14-bit format, 5 bits for the exponent with a bias of 16, a normalized mantissa of 8 bits, and single sign bit for the number ):...

  • 2. Convert the following two's complement binary numbers to decimal numbers. These numbers are integers.

    2. Convert the following two's complement binary numbers to decimal numbers. These numbers are integers. a. 110101 b. 01101010 c. 10110101 3. Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Write the results in 6-bit two's complement binary number format and decimal number format. Indicate whether or not the sum overflows a 6-bit result. a. 14 + 12 b. 30 + 2 C. -7 + 20 d. -18-17 4. What is the signed/magnitude and two's complement range of...

  • 2. There are 26 characters in the alphabet we use for writing English. What is the...

    2. There are 26 characters in the alphabet we use for writing English. What is the least number of bits needed to give each character a unique bit pattern? How many bits would we need to distinguish between upper- and lowercase versions of all 26 characters? (12 points) What is the largest positive number one can represent in an 8-bit 2's complement code? Write your result in binary and decimal. a. What is the greatest magnitude negative number one can...

  • 8. The binary form can be used to represent all sorts of things. For example, suppose...

    8. The binary form can be used to represent all sorts of things. For example, suppose four judges can vote either yes or no on an issue. a. Find the minimum number of bits required to represent the collective vote, that is, to record all of the individual votes. b. Repeat for the situation in which each judge can vote yes, no, or abstain Repeat the entire last problem (both parts) under the constraint that each judge is assigned a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT