given 5A16 & 9D16,
if 8-bit sign-magnitude represent used to represents integers, what the range of decimal values it represents?
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
given 5A16 & 9D16, if 8 bit sign-magnitude representation is used to represent integers, what the range of decimal values it can represent?
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?
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
Assume 185 and 122 are signed 8-bit decimal integers stored in sign-magnitude format. Calculate 185–122. Is there overflow, underflow, or neither? The result is -193 but I want to know the steps to solving it. Please show your work. Thanks.
What is the range of decimal values that can be represented by: a) 6-bit unsigned integer? b) 6-bit signed integer?
3 - What decimal number does the bit pattern 11001100 represent if it is a: • [1 pts] unsigned integer? • [1 pts] sign-magnitude integer? • [1 pts] two's complement integer? 4 - What decimal number does the bit pattern 00110011 represent if it is a: • [1 pts] unsigned integer? • [1 pts] sign-magnitude integer? • [1 pts] two's complement integer? If you could show work that would be helpful as I have to do that to get credit....
What decimal number does the bit pattern 10101100 represent if it is a: [1 pts] unsigned integer? [1 pts] sign-magnitude integer? [1 pts] two's complement integer? What decimal number does the bit pattern 01010011 represent if it is a: [1 pts] unsigned integer? [1 pts] sign-magnitude integer? [1 pts] two's complement integer?
P7.16. What range of decimal integers can be represented by a. three-bit binary numbers; b. three-digit octal numbers; c. three-digit hexadecimal numbers?
6 - What decimal number does the bit pattern 0xC0B00000 represent if it is: • [2 pts] A two's complement integer? • [2 pts] An unsigned integer? • [2 pts] A floating point number assuming the IEE 754 single precision format 7 - Perform the following calculations assuming that the values are 8-bit decimal integers stored in two's complement format. Be sure to consider the possibility of overflow. • [2 pts] 10101010 + 00110011 • [2 pts] 10101010 – 00110011...
What is the range of values of signed integers using a 4 byte representation?
Given the 8 - bit binary number: 1001 10 1 1 What decimal number does this represent if the computer uses: signed magnitude representation (a) signed 1's complement (b) (c) signed 2's complement Assuming 2's complement 8 - bit representation, consider the following: +70 010001 10 21 +80 010100000 10010110 Is this correct? Why or why not?