Answered step by step
Verified Expert Solution
Question
1 Approved Answer
give me all answer.make sure the answer is 100% correct thanks in advanced II. Multiple-Choice - 1 correct answer (3 points/each, 30 points in total)
give me all answer.make sure the answer is 100% correct
thanks in advanced
II. Multiple-Choice - 1 correct answer (3 points/each, 30 points in total) 1. The Performance (speed) of computer is NOT determined by() A. programming language B. computer screen C. compiler D. architecture 2. For the statement f =b+ C +9, which is the corresponding MIPS assembly code? Assume that the variables a, b, and fare given and could be considered 32-bit integers as declared in a C program. Use a minimal number of MIPS assembly instructions (no subtraction instruction). () A. add f, a, b; addi f, f, -9 B. add f, b, c; addi f, f, 9 C. addi f, a, b; addi f, f, -9 D. addi f, b, c; addi f, f, 9 3. As for units of memory/storage, 2MB (MegaByte) is approximately equal to __KB (Kilobyte). () A. 1000 B. 2000 C. 100000 D. 2000000 4. For the following statement, what is the corresponding MIPS assembly code? Assume that the base address of the integer (32bits) arrays A and B are in registers $87 and $s6, respectively. () B[3] = A[6] + 1 A. lw $te, 24($56); addi $te, $te, 1; sw $t0, 12($57) B. lw $te, 24(557); addi Sto, ste, 1; sw $t0, 12($56) c. lw $te, 5($56); add $t0, $t0, 1; sw $to, 2(557) D. lw $te, 20($57); addi $te, $t0, 1; sw $te, 8($56) 5. Translate Hexadecimal number 00000016" into decimal. O A. 27 B. 26 C. 41 D. 42Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started