The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 112 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
--Provide the Packed Decimal representation of the following decimal numbers:
         a)    -75                            b)    7657                        c)    -4327
--
Convert the following hexadecimal numbers to floating-point format using single-precision IEEE 754Â
      format. Convert your answer to hexadecimal format.
          a)    251D                      b)    -B26.9                     c)    -0.00A5Â
--
Is there a relationship between EBCDIC character representation of the decimal digits from 0 to 9 and their BCD representation? Explain.
--
Consider a hypothetical computer system. A two-byte memory space is used for a sign-and-magnitude representation of integers with BCD, and the sign is stored in MSB. What is the range of signed integers in base 10 that can be so represented? Explain.
--
Convert the following binary numbers to floating-point format using single-precision IEEE 754 format.Â
    Convert your answer to hexadecimal format.Â
c)Â Â Â Â -0.0101101
Â
--
Perform the calculation 97.685 + 0.97685 using the decimal floating point representation SEEMMMMM, where S is the sign (0 for "plus", 1 for "minus"), EE is the decimal exponent in excess-50 notation and MMMMM is the five-digit mantissa. Show all steps and explain the result.
--
The following numbers are in IEEE 754 single-precision floating-point format. What decimal numbersÂ
       do they represent?
          a)    C3C2E00016           b)    483C540016 Â
True or False: In ten's decimal complement, negative numbers are represented by themselves. Â Â
True or False:Â In the IEEE 754 format, the exponents 0 and 255 are used to represent special values.