Recent content by brian.L

  1. B

    How Do You Convert 111011.0101 to IEEE 754 Floating-Point Format?

    Mantissa replaces any first digit that are negative into zero?
  2. B

    How Do You Convert 111011.0101 to IEEE 754 Floating-Point Format?

    Oh, one more question. Is the question going to end up with a different result if there is mantissa?
  3. B

    How Do You Convert 111011.0101 to IEEE 754 Floating-Point Format?

    Homework Statement The problem is how to begin converting 111011.0101 into floating point. I actually did begin looking at the first digit number "1" and identify that it is a negative since is one and zero is positive. Then I try working 111011.0101 separately by splitting 111011 for now and...
  4. B

    Finding two numbers in 9's complement arithmetic

    Sorry, for the late reply. I have just completed the question as well as other questions connected to 9's complement. Can't believe I got stuck on such a simple problem. Turns out a little reading on the topic helped out a lot.
  5. B

    Finding two numbers in 9's complement arithmetic

    What do mean? I'm not clear of what you are trying to point out.
  6. B

    Finding two numbers in 9's complement arithmetic

    Homework Statement I have already converted the following numbers 15,765 and -8,773 into 9's complement form. Which gave me the result: 9's Complement of 15,765 = 99,999-84,234 = 84,234 9's Complement of -8,773 = 99,999-(-8,773) = 108,772 Now that I converted the following 5 digit numbers...
Back
Top