Question

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

PLEASE SHOW MATH OF IT ALL

  1. 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)
  1. Number conversion (2.5 x 22 = 55 points)
  1. Convert the following unsigned binary numbers to decimal:

11111

101

  1. Convert the following decimal numbers to binary:

111

35

  1. Convert the following octal numbers to binary:

1111

731

  1. Convert the following unsigned binary numbers to octal:

101010111001

1001

  1. Convert the following decimal numbers to octal:

512

127

  1. Convert the following octal numbers to decimal:

101

2345

  1. Convert the following unsigned binary numbers to hexadecimal:

1010001001001111

1000110011111

  1. Convert the following hexadecimal numbers to binary:

abcdef

3A2B

  1. Convert the following decimal numbers to hexadecimal:

1111

13579

  1. Convert the following hexadecimal numbers to decimal:

bdef

FACE

  1. Convert the following numbers as required:

435 to base-3

2C516 to base-4

  1. Fraction conversion (2.5 x 8 = 20 points)
  1. 0.312510 to octal
  2. 3.62510 to binary
  3. 2.054687510 to hexadecimal
  4. 0.2EC516 to decimal
  5. 0.10112 to decimal
  6. 0.1011012 to hexadecimal
  7. 0.010111012 to octal
  8. 3.5728 to binary
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 1) Convert the following unsigned binary numbers to decimal:

11111

Answer: 31

Explanation: 20 + 21 + 22 + 23 + 24 = 31

-------------------------

101

Answer: 5

Explanation: 20 + 22 = 5

-------------------------

Question 2) Convert the following decimal numbers to binary:

111

Answer: 110 1111

Explanation:

-------------------------

35

Answer: 10 0011

Explanation:

-------------------------

Question 3) Convert the following octal numbers to binary:

1111

Answer: 10 0100 1001

Explanation:

Write each octal number using 3 bits

1 = 001

Write it 4 times: 001 001 001 001

-------------------------

731

Answer: 1 1101 1001

Explanation:

7 = 111

3 = 011

1 = 001

Together = 111 011 001

-------------------------

Question 4) Convert the following unsigned binary numbers to octal:

101010111001

Answer: 5271

Explanation:

Group 3 bits at a time from last and write equivalent decimal number

101 010 111 001

5 2 7 1

-------------------------

1001

Answer: 11

Explanation:

1 001

1 1

I answered 8 sub parts for you but please post only 4 sub parts at a time as per the policy of Chegg.

Add a comment
Know the answer?
Add Answer to:
PLEASE SHOW MATH OF IT ALL Given n bits, how many signed numbers can be represented...
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
  • CS 3503-06 Homework 1 Due: 11:59pm, Friday, Jan. 24. Please show the details of your work....

    CS 3503-06 Homework 1 Due: 11:59pm, Friday, Jan. 24. Please show the details of your work. Please submit in D2L using the associated link. Problems (total: 100 points) Representation of signed numbers (5 x 4 = 20 points) In an 8-bit system, find out the binary representation for the following numbers using sign-and-magnitude, ones’ complement, and two’s complement, respectively: 55 -47 In a 4-bit system, find out the binary representation for the following numbers using sign-and-magnitude, ones’ complement, and two’s...

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

  • (1) Convert this Hexadecimal to Binary, Octal and Decimal : ABCDEF (2) how the representation of...

    (1) Convert this Hexadecimal to Binary, Octal and Decimal : ABCDEF (2) how the representation of each of these numbers in both two’s complement and sign magnitude formats. Use the following assumptions: ● Assume that the sign magnitude number should be represented in the fewest number of bits possible. ● Assume that the sign bit for negative sign magnitude numbers should be a 1. ● Assume that the two’s complement numbers should be 8 bit numbers. 1. 108 2. -65

  • - ZOOM + To TITUITU.UUT 6 Convert each of the following octal numbers to binary, hexadecimal...

    - ZOOM + To TITUITU.UUT 6 Convert each of the following octal numbers to binary, hexadecimal and decimal using the most appropriate conversion method. (a) 371 7. Convert each of the following decimal numbers to binary, octal and decimal using the most appropriate conversion method. (a) 3D65E 8. Show how a 16-bit computer using a two's complement number system would perform the following computations. (a) (2925)10 -(16850).0 = (?). (b) (16850)10-(2925)10 = (?)10

  • In ALL these problems, you MUST show your conversion procedure. No procedure = zero points. a)...

    In ALL these problems, you MUST show your conversion procedure. No procedure = zero points. a) Convert the following decimal numbers to their 2's complement representations: binary and hexadecimal. (12 pts) ✓ -137.3125, 37.65625, -128.5078125, -31.25. b) We want to represent integer numbers between -1024 to 1024 using the 2C representation. What is the minimum number of bits required? (2 pts) c) Complete the following table. The decimal numbers are unsigned: 6 pts) Decimal Binary BCD | Reflective Gray Code...

  • (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the...

    (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the left of the decimal point and 3 to the right. a.      What is the range of the expressible numbers?    b.      What is the precision?    c.       What is the error?    ______________________________________________________________________________   (3 pts) Convert this unsigned base 2 number, 1001 10112, to each base given below   (Note: the space in the binary string is purely for visual convenience) Show your work. Using...

  • b) Convert the following numbers. (Please show all steps; no marks will be awarded if no...

    b) Convert the following numbers. (Please show all steps; no marks will be awarded if no steps are shown) i) 0xAD9 into 3-base representation ii) 4518 into 2-base (binary) representation iii) 123.35 into octal representation (up to 3 octal points) iv) 14.358 into decimal representation

  • What is arithmetic overflow? When does it occur and how can it be detected? Explain with...

    What is arithmetic overflow? When does it occur and how can it be detected? Explain with an example. – 15 pts Fill in the blanks by doing necessary conversions (MB= megabyte, Mb = Megabit, KB= Kilobyte, TB = Terabyte, Tb = Terabit, GB = Gigabyte). Show step by step computations for each – 25 pts 10        MB      = ________ KB 1000    MB      = ________ Mb 1000    Mb       = ________ KB 1          Tb        =...

  • question 1 part 2 and 3 thank you (47) Naruto Notone C Sign In er Sign...

    question 1 part 2 and 3 thank you (47) Naruto Notone C Sign In er Sign Up | Ch ® UFC & MMA × Secure I https://piazza-resourcess3.amazonaws.com/jgopch0cb93d8/j .pdfAWSAccessKeyld-AKAILDNRL/4ALKBWOHA8lexpires-15200435/2&Signature-ol9aXG9 /UAKIHS0QUwMeyBX.. ☆ ミ quations must be properly tyne-set including superscript-s expunents, Always watch the course websile for updates on the assignments. Question 1 (4 points) Show you work I. Convert 2727 into a 32-bit two's complement binary number 2. Convert -5795 into a 16-bit two's complement binary number 3. Add the above...

  • write codes and give detailed explanation of how to execute. What you need to turn in:...

    write codes and give detailed explanation of how to execute. What you need to turn in: You will need to include an electronic copy of your report (standalone) and source code (zipped) of your programs. All programming files (source code) must be put in a zipped folder named "labl-name," where "name" is your last name. Submit the zipped folder on the assignment page in Canvas; submit the report separately (not inside the zipped folder) as a Microsoft Word or PDF...

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