

please answer 1a 1. Trace the steps of floating point addition and subtraction flowchart to perform...
Using Assembly Language (MIPS), design a program calculator that can perform the following: Addition, Subtraction, Multiplication, Division, Power and Square Root Functions. Code must be able to accept floating point as well.
please answer with steps.
a. Convert the following decimal numbers to 32-bit floating point number. 1. 25.875 2.-7.0625 b. What decimal value is represented by the following 32-bit floating point number? 1. C10B000016 2. 46AB000016
1. (10 points) Answer the following question. #1. Perform the following base conversions using subtraction or division-remainder: a) 13710 b) 248,0 = c) 38710 = d) 63310= #2. Perform the following base conversions. a) 20012, = b) 4103, = c) 3236, = d) 1378, = #3. Convert the following decimal fractions to binary with a maximum of six places to the right of the binary point: a) 25.84375 b) 57.55 #4. Convert the hexadecimal number DECAF 16 to binary.
1) Which of the following is an issue that causes inaccurate computations with floating-point representations? a) Lack of associativity for addition and multiplication b) Inability to represent some real numbers exactly c) All of these are issues d) Cancellation of digits during subtraction e) Rounding error during operations
6-bit floating-point encoding: 1 sign bit, 3 exponent bits, 2 frac bits( mantissa/significand) what is the exact 6-bit floating-point encoding for the following numbers: 17 0.5 -6 7.5 Please show the steps
please send work?
Perform the following subtraction problem using regrouping as necessary. Convert each answer to Hindu-Arabic form. 9999001 - 90000 Click the icon to view the symbols for the Egyptian numeration system. Choose the correct answer below. OA 99001 OB.99nnnnnnnnn OC. 999000nnnnnnn
1: Use 2's complement format to perform the following subtraction 4-5 4 (-5)--1 Answer:
When we perform subtraction on-7 and 1 the answer in 2 s compliment form is_ a) 1010 b) 1110 c) 0110 d) 1000
please help me with 1A and B. thank you!
1. Circle the best answer(s) for the following: Bhalo A. Identify the thermodynamic enolate: 00: nila 0 suar B. Identify all the nucleophile(s) that will preferentially perform a 1,2-addition to an a, B-unsaturated carbonyl: 2. Predict the product for the following reactions. Show stereochemistry where appropriate. i
6. The exponent in IEEE format floating point numbers are not represented in 2's complement format. Why not? What number is indicated if the value stored in the exponent is zero? What exponent and fraction are used to represent "not-a-number"? 7. This question deals with two numbers in IEEE format (A - 0x3F400000, B 0x3DB00000 (a) Calculate A+B using the floating-point addition procedure discussed in class. Determine the single precision result and express your answer in IEEE floating-point format. Convert...