QUESTION 10
What is the decimal value of 10011101 which is represented in signed-magnitude representation?
| A. |
- 98 |
|
| B. |
– 29 |
|
| C. |
99 |
|
| D. |
- 49 |
10011101 is in signed-magnitude representation So, binary is 00011101 00011101 in decimal is 29 So, The decimal value of 10011101 which is represented in signed-magnitude representation is -29
-29
QUESTION 10 What is the decimal value of 10011101 which is represented in signed-magnitude representation? A....
4. What decimal value does the 8-bit binary number 10011110 have if: a) It is interpreted as an unsigned number? b) It is on a computer using signed-magnitude representation? c) It is on a computer using ones complement representation? d) It is on a computer using twos complement representation? 5. Given the following two binary numbers: 11111100 and 01110000. a) Which of these two numbers is the larger unsigned binary number? b) Which of these two is the larger when it is being...
Assume 6-bit signed numbers. What is the 2’s complement representation for the following decimal numbers (or indicate that the number cannot be represented as 6-bit signed type): -34 -20 15 -1
Give the decimal number represented by the 32-bit word 1011 0011 1101 0000 0000 0000 0000 0000 if a. An unsigned representation has been used b. A sign magnitude representation has been used c. A signed 2’s complement representation has been used d. A 754 IEEE representation has been usedGive the decimal number represented by the 32-bit word 1011 0011 1101 0000 0000 0000 0000 0000 if a. An unsigned representation has been used b. A sign magnitude representation has...
What is the maximum positive decimal value that can be represented in 32 bit signed binary integer notation?
2) Signed - magnitude representation of the following numbers a) 111101010001, to (). b) 76430 to () c) -76D,6 to (),
What decimal value does the 8-bit binary number 10110111 have if: a) it is interpreted as an unsigned number? b) it is on a computer using signed-magnitude representation? c) it is on a computer using one’s complement representation? d) it is on a computer using two’s complement representation? e) it is on a computer using excess-127 representation?
1. What is the representation of -9 in ten’s complement using two decimal digits?2. What is the representation of -9 in ten’s complement using three decimal digits?3. Which of the following is represented as 11111100 in two’s complement ?A. -2B. -4C. -6D. 252E. -252
Suppose that A=(355)10 and B=(250)10 are 3-digit signed decimal numbers represented in 10’s complement. (a) Perform the addition A+B in 10’s complement (b) Does the addition in (a) result in an arithmetic overflow?
Consider a hypothetical computer system. A 12-bit memory space is used for a sign-and-magnitude representation of integers with BCD and the sign is stored in MSB. What is the range of signed integers in base 10 that can be represented?
5. What is the 16-bit hexadecimal representation of each signed decimal integer? –45 –208 +2796