Question

ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex a b. Convert 0xDI (hexadecimal) to binary and to decimal c. Convert Ob11001001 (binary) to hex and to decimal 2. Find the 2s complement of the following 4 bit numbers a 1101 b 0101 3. Perform the following 4 bit unsigned operations. For each, indicate the 4-bet result and the carry bit, and indicate if the answer is correct or not a. 5+8 b. 2+12 c 13-7 d. 4-12 4 Perform the following 4-bit signed operations. For each, indicate the 4-bet result and indicate if there is an overflow or not a. 4+1 b -5+6 d 3-8 5. A computer has an 8.bt register that is holding the value 0xDS。hexadecimal) a What ss the binary equivalent? b. In unsigned numbers what is the decimal equivalent? c. In signed numbers what is the decimal equivalent?

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

a) 51 2125- ー) 0011.0011. (33) 16 dacimal. lo 2 I 100 100φ a) 1 22 a) 5 1000-1 숨 1110 ー 13 13-7-6 17 = 11 DI Card 비- mou d) 4 -1 a.JiAne 0000 →0 ouenHow d) 1-S

Add a comment
Know the answer?
Add Answer to:
ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex...
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. Perform the following conversions: a. Convert 97 (decimal) to binary and to hex b. Convert...

    1. Perform the following conversions: a. Convert 97 (decimal) to binary and to hex b. Convert $1C4 (hexadecimal) to binary and to decimal c. Convert 01101001 (binary) to hex and to decimal

  • Help Convert the decimal number 348 to a. binary b. hexadecimal Show your work. Show the...

    Help Convert the decimal number 348 to a. binary b. hexadecimal Show your work. Show the decimal equivalent of each of the numbers if they are interpreted as: 10111001 00101101 a. Unsigned binary b. Signed binary Subtract the two pairs of numbers. Show the operand and the results in decimal and binary. (Indicate if there is overflow) a. Assuming there arc unsigned b. Assuming they are signed 1101-0100 1011-1100

  • 1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal....

    1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal. i) 101001012 - 01001001, ii) 110110102 - 100100112 b) Repeat the calculations above but for when the binary numbers are in two's complement form. Comment on the results of the two methods used, noting and discrepancies. 2. Find the sums of the following unsigned hexadecimal numbers. Indicate whether or not the sum overflows an equivalent 8-bit binary result. a) 1116 +2216 b) 1716 +3516...

  • Exercise 1.25 Convert the following decimal numbers to unsigned binary numbers Exercise 1.31 Repeat Exercise 1.29,...

    Exercise 1.25 Convert the following decimal numbers to unsigned binary numbers Exercise 1.31 Repeat Exercise 1.29, but convert to 8-bit sign/magnitude numbers KExercise 1.32 Repeat Exercise 1.30, but convert to 8-bit sign/magnitude numbers (a) 4210 (b) 6310 Exercise 1.33 Convert the following 4-bit two's complement numbers to 8-bit two's complement numbers. (c) 22910 (d) 84510 (a) 0101 b) 1010 XExercise 1.26 Convert the following decimal numbers to unsigned binary numbers. Exercise 1.34 Convert the following 4-bit two's complement numbers to...

  • Convert the following two's domplement binary numbers to decimal. 100101 -5 27 -27 Question 2 (4...

    Convert the following two's domplement binary numbers to decimal. 100101 -5 27 -27 Question 2 (4 points) Convert the following two's complement binary numbers to decimal. 100011 -29 36 -3 28 Question 3 (4 points) Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Indicate whether or not the sum overflows a 6-bit result. 011001+011011 110100; no overflow 100111 100101-001100; overflovw 100110 100100 001010; overflow 100111 + 100101 -001100; no overflow Question 4 (4 points)...

  • 3.8) Convert the hexadecimal number 0x15 to a decimal number. 3.9) Convert the hexadecimal number 0x19...

    3.8) Convert the hexadecimal number 0x15 to a decimal number. 3.9) Convert the hexadecimal number 0x19 to a decimal number. 3.10) Convert the decimal number -35 to an 8-bit two’s complement binary number. 3.11) Convert the decimal number -32 to an 8-bit two’s complement binary number. 3.12) Assuming the use of the two’s complement number system find the equivalent decimal values for the following 8-bit binary numbers: a)10000001 b)11111111 c)01010000 d)11100000 e)10000011 3.13) Convert the base 8 number 204 to...

  • 3. Convert the following signed hexadecimal numbers to decimal . a) EE2 b) 7F2 c) 2FE...

    3. Convert the following signed hexadecimal numbers to decimal . a) EE2 b) 7F2 c) 2FE 4. Perform the subtractions with the following binary numbers using 2’s complement Check the answer by straight binary subtractions. a) 10011 – 10001, b) 10110 – 11000, c) 100111011 – 10001. 5. What is the decimal equivalent of the largest binary integer that can be obtained with a) 11 bits unsigned signed b) 25 bits? unsigned signed

  • binary conversions. please help. thank you! Convert the following Binary number to Base 8 4. 1111...

    binary conversions. please help. thank you! Convert the following Binary number to Base 8 4. 1111 1001 0110 0001 1001 0101 1101 1010 1110 0010 0101 Convert the following Base 8 number to binary 5. 200076524, Convert the following Base 8 number to Base 16 6. 1177662231

  • a) Perform these 7-bit, unsigned binary operations. Keeping only 7 bits for the result, indicate whether...

    a) Perform these 7-bit, unsigned binary operations. Keeping only 7 bits for the result, indicate whether or not overflow occurred (i.e. whether the answer is correct or if there were not enough bits). 0111010            0110010           1010010 +1001111           +1000111          -0110001 b) Perform these 7-bit, signed two’s complement binary operations. Keeping only 7 bits for the result, indicate whether or not overflow occurred. 0111010            0110010           1010010 +1001111           +1000111          -0110001

  • 7. Perform the following conversions             a. Convert 1100 0100 1010 00112to hexadecimal.             b. Convert 11011112to dec

    7. Perform the following conversions             a. Convert 1100 0100 1010 00112to hexadecimal.             b. Convert 11011112to decimal.             c. Convert 0xF7A4C to binary. 7. Perform the following conversions a. Convert 1100 0100 1010 00112 to hexadecimal. b. Convert 11011112 to decimal. c. Convert OxF7A4C to binary

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