Project 1 Post-Quiz

pdf

School

Arizona State University *

*We aren’t endorsed by this school

Course

230

Subject

Computer Science

Date

Dec 6, 2023

Type

pdf

Pages

4

Uploaded by MateWorld4934

Report
Question 1 0.25 pts After having run both of the following instructions, what value will be in register $t8? 1i st8, 58 1i $t8, 27
Question 2 0.5 pts If register $t2 contains 100 and register $t3 contains 615 what value will register $t2 contain after running the following instruction? addiu st2, st3, 1
Question 3 0.75 pts Suppose register $t0 contains 0x10000000, register $t1 contains 0x10000004, and memory addresses, 0x10000000 and 0x10000004, both contain the value, 0x230. What will the value in each location be after the following instruction is executed? sw $5t0, 0(s$tl) NOTE: Please be sure to include any relevant prefixes tg[denote base and do not include any spaces in your answers. Register $t0: Register $t1: Memory Address Value 0x10000000 0x10000004
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 4 0.5 pts For the following code snippet, fill in the last line such that it creates a loop. loopl: addiu $t3, $t3, 5