Question

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

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

According to HomeworkLib policy we answer first Four Sub parts., but I answer 6 for u.

3) For Hexadecimal to Decimal

Hexadecimal 1 2 3 4 5 6 7 8 9 A B C D E F
Decimal 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

a) (EE2)₁₆

= (14 × 16²) + (14 × 16¹) + (2 × 16⁰)

= (14 × 256) + (14 × 16) + (2 × 1)

= (3584) + (224) + (2)

= (3810)₁₀

b) (7F2)₁₆

= (7 × 16²) + (15 × 16¹) + (2 × 16⁰)

= (7 × 256) + (15 × 16) + (2 × 1)

= (1792) + (240) + (2)

= (2034)₁₀

c) (2FE)₁₆

= (2 × 16²) + (15 × 16¹) + (14 × 16⁰)

= (2 × 256) + (15 × 16) + (14 × 1)

= (512) + (240) + (14)

= (766)₁₀

4) For Binary Subtraction

0-0 = 0

1-0 = 1

1-1 = 0

a) 10011 – 10001

(10011)₂ = (1 × 2⁴) + (0 × 2³) + (0 × 2²) + (1 × 2¹) + (1 × 2⁰) = (19)₁₀

( 10001)₂ = (-16 × 2⁵) + (1 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰) = (17)₁₀

10011

- 10001

______________

2 = 00010

_______________

b) 10110 – 11000

(10110)₂ = (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (1 × 2¹) + (0 × 2⁰) = (22)₁₀

(11000)₂ = (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (0 × 2¹) + (0 × 2⁰) = (24)₁₀

10110

- 11000

______________

-2 = 11110

____________________

c) 100111011 – 10001.

(100111011)₂ = (1 × 2⁸) + (0 × 2⁷) + (0 × 2⁶) + (1 × 2⁵) + (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (1 × 2¹) + (1 × 2⁰) = (315)₁₀

(10001)₂ = (1 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰) = (17)₁₀

100111011

- 000010001

______________

298 = 0100101010

Add a comment
Know the answer?
Add Answer to:
3. Convert the following signed hexadecimal numbers to decimal . a) EE2 b) 7F2 c) 2FE...
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. 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...

  • 3) Convert following decimal to 8-bit signed numbers in hexadecimal, use two’s-complement for signed integer 127d,...

    3) Convert following decimal to 8-bit signed numbers in hexadecimal, use two’s-complement for signed integer 127d, -20d, -128d, -1d 4) Convert the 16-bit signed numbers to the decimal C0A3h, 3AECh, 0101 1001 0111b, 1011 0101 1001 0111b please solve the problems step by step. It would be of great help.

  • ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex...

    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 2's 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....

  • 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

  • PLEASE SHOW MATH OF IT ALL Given n bits, how many signed numbers can be represented...

    PLEASE SHOW MATH OF IT ALL Given n bits, how many signed numbers can be represented using the sign-and-magnitude method, the ones’ complement method, and the two’s complement method, respectively? (5 points) Number conversion (2.5 x 22 = 55 points) Convert the following unsigned binary numbers to decimal: 11111 101 Convert the following decimal numbers to binary: 111 35 Convert the following octal numbers to binary: 1111 731 Convert the following unsigned binary numbers to octal: 101010111001 1001 Convert the...

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

    a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal. i) 101001012 - 010010012 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.

  • 1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal...

    1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...

  • 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...

  • (ii) The following two numbers are represented in unsigned binary: A = (10001)2 B=(100102 Represent these...

    (ii) The following two numbers are represented in unsigned binary: A = (10001)2 B=(100102 Represent these two numbers in signed l's complement form and perform the following binary arithmetic operations using the l's complement method. Use the necessary number of bits to represent both numbers and results including the sign bit. C= A +B; D=A-B.

  • (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650...

    (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650 vert the following binary numbers to decimal, octal and numbers a. 1101 b. 10101.11 (10pts) Convert the following octal numbers to decimal, binary and hexadecimal numbers (10pts) Convert the following hexadecimal numbers to decimal, binary and octal numbers a. 4F b. 3D65E

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