ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 112 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 06 Jun 2017 My Price 8.00

single-precision IEEE 754

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

Answers

(11)
Status NEW Posted 06 Jun 2017 07:06 AM My Price 8.00

-----------

Not Rated(0)