What is decimal -1 as a 5 bit 2's complement number?
a. 10001
b. 10010
c. 11110
d. 11111
e. None of the above
d. 11111
For instance, the decimal number 27 is spoken to as 0011 011 and – 27 by 1100 101 When a number is added to its negative, all registers are vacant.
if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and we can edit and change the answers if you argue, thanks :)
What is decimal -1 as a 5 bit 2's complement number? a. 10001 b. 10010 c....
What is -29 as a 9 bit 2's complement number? a. 1 1110 0000 b. 1 1110 0011 c. 0 1110 0011 d. 0 1101 1101 e. None of the above
2. Perform the multiplication of the two 5-bit 2’s complement numbers A = 01101 and B = 10010
What is the decimal value of this 32-bit two’s complement number? 1111 1111 1111 1111 1111 1111 1111 1000 a. -4 b. -8 c. -16 d. 18,446,744,073,709,551,609 A page table is indexed with the __________ from the virtual address. a. page offset b. page number c. page table register d. none of the above.
1. What is the largest decimal number we can represent with a 16 bit two's complement number? 2. Convert the following signed binary numbers to decimals. 11001 010011 1110100 1100111 3. Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow. 7 + 13 Two's complement/binary number for 7: Two's complement/binary number for 13: Sum: Overflow? 4. Convert the following decimal numbers to 6-bit two's complement binary numbers...
Question 12 1 pts What is the decimal for the 2's Complement Binary addition of the following 8 Bit numbers (Assume 8 Bit full adder i.e. overflow is possible) 1000 0001 + 1000 0010 Question 13 1 pts What is the 2's complement binary number for the 2's complement operation of the following 8 bit numbers (Assume 8 Bit full adder i.e. overflow is possible) 0010 1111 - 0011 0000 Question 14 1 pts What is the 2's complement binary...
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?
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
Given the 8-bit binary number: 1 0 0 1 1 1 1 1 What decimal number does this represent if the computer uses: a. signed-magnitude representation b. signed-1's complement c. signed-2's complement
9. (4) Select the best choice as Huffman code for the following symbols and their probabilities: A-0.10 C-0.17 E-0.21 B-0.21 D-0.06 F-0.25 (a) A: O, B: 10, C: 110, D: 1110, E: 11110, F: 11111 (b) A: 0,B: 10, C: 11111, D: 1110, E: 11110, F: 110 (c) A: 11110, B: 10, C: 1110, D: 11111, E: 110, F: 0 (d) A: 11111, B: 11110, C: 1110, D: 110, E: 10, F: 0 (e) A: 0,B: 01, C: 0001, D:...
FPN-Decimal What number is represented by the 32-bit (IEEE 754 - single precision, with bias 127) floating point number: 1 10000010 00100000000000000000000 (a) -19 (b) -9 (c) -89 (d) -29 (e) None of the above FPN = (-1)^s x (1 + significant) x 2^E-127