What is the assembly condition to implement the following C-…

What is the assembly condition to implement the following C-style while loop? while (result != 100) { … } the value of input is stored in $s3 the value 100 is stored in $s2 exit is the label for where the code after the end of the loop starts loop is the label where the code in the loop body starts If more than one of the conditions would work, pick the one that is more efficient.

A company wants to upgrade the server. What clock rate shoul…

A company wants to upgrade the server. What clock rate should be required for the new server given the following requirements?  The current server has a 2 GHz clock rate and can accomplish a particular task in 10 seconds.  They would like to cut that time in half with the new server.  The new server will require .9 times as many clock cycles.