Reference no: EM13846411
Assignment 1
Do the following binary calculations.
1101 x 0101
11010101/1110 (what are the remainder and quotient?)
Convert the signed decimal integers into binaries.Decimal: 100 à binary: ____________________ Decimal: -120 à binary: ____________________
Write the results of the two numbers (in decimal) after the BIT operations:
234 AND 128 NOT 200 64 OR 170
(Note, you need to convert them into binary to do the operations, then covert them back to decimal)
Assuming single precision IEEE 754 format, what decimal number is represent by this format: 1 01111101 00100000000000000000000S| Exponent | Fraction
Using IEEE 754 single precision floating point with one(1) sign bit, eight (8) exponent bits and twenty three (23) fraction bits, calculate the representation of -11/16 (-0.6875): (list all steps) -------------------------------------------------------------------------------------------------------------------------------------
Assignment 2
Assuming single precision IEEE 754 format, what decimal number is represent by this format: 1 01111101 00100000000000000000000S| Exponent | Fraction
Using IEEE 754 single precision floating point with one(1) sign bit, eight (8) exponent bits and twenty three (23) fraction bits, calculate the representation of -11/16 (-0.6875): (list all steps)