Convert to binary octal and hex


Problem: Conversions

Given the following base 10 decimals

a)3.75

b)0.7

c)89.9

1) Convert to binary, octal and hex, then

2) Convert to Hex float with first 24 bits representing the signed fraction and the last 8 bits representing the signed exponent. Scaled as 0.FRACTION x 2^EXPONENT

3) convert a) to scaled integer binary 1 unsinged byte maxium bits, convert b) to scaled integer binary 2 unsinged byte maxium bits, convert c) to scaled integer binary 3 unsinged byte maxium bits,

4) multiply 3) by 1 byte value 7 then shift back to integer and output the result

5) Then convert using IEEE 754 format

The response should include a reference list. Double-space, using Times New Roman 12 pnt font, one-inch margins, and APA style of writing and citations.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Convert to binary octal and hex
Reference No:- TGS02956985

Expected delivery within 24 Hours