Question

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)

  1. Representation of signed numbers (5 x 4 = 20 points)
  1. 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:
  1. 55
  2. -47
  1. In a 4-bit system, find out the binary representation for the following numbers using sign-and-magnitude, ones’ complement, and two’s complement, respectively:
  1. 6
  2. -4
  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

4 Sub parts at a time. Policy of Chegg.

Add a comment
Know the answer?
Add Answer to:
CS 3503-06 Homework 1 Due: 11:59pm, Friday, Jan. 24. Please show the details of your work....
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
  • 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...

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

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

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

  • 4. What decimal value does the 8-bit binary number 10011110 have if:

    4. What decimal value does the 8-bit binary number 10011110 have if: a) It is interpreted as an unsigned number? b) It is on a computer using signed-magnitude representation? c) It is on a computer using ones complement representation? d) It is on a computer using twos complement representation? 5. Given the following two binary numbers: 11111100 and 01110000. a) Which of these two numbers is the larger unsigned binary number? b) Which of these two is the larger when it is being...

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

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

  • 1. 2. Find the decimal value of the following 8-bit numbers for (i) un-signed and (ii)...

    1. 2. Find the decimal value of the following 8-bit numbers for (i) un-signed and (ii) signed number. (a) 11010110, (b) 01011101 Express the following decimal numbers in 6-bit 2's complement representation: (a) -27, (b) 6, (c)-13, (d) -47 - 4. Convert decimal numbers 83 and 101 to 8-bit unsigned binary number. Find the sum and difference (with addition approach) of these two numbers.

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

  • 1. Consider the following 7-bit binary sequence "1010001" a. Assuming the sequence is 7-bit unsigned binary,...

    1. Consider the following 7-bit binary sequence "1010001" a. Assuming the sequence is 7-bit unsigned binary, convert it to decimal. 15 points] b. Assuming the sequence is 7-bit 2's complement format, convert it to decimal. (5 points c. What is the range of numbers (in decimal) that can be represented using 7-bit binary, signed 2's complement format? 15 points 2. Consider the following Boolean function: F(x, y, z) = (x + y). z'+xy' a. Implement the circuit for the function...

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