Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

es Organizations Help QUESTION 9 0.25 points In Lecture 3-Load Word and R-Type I

ID: 3741324 • Letter: E

Question

es Organizations Help QUESTION 9 0.25 points In Lecture 3-Load Word and R-Type Instructions (week 2) I discussed how a logical shift left by one bit position would be equivalent to multiplying that value by 2. What instructionts) would you use in order to shift the digits of a value in register $to by one decimal place (base 10) to the left? 11 St1, 10 mullo Sto, $t0, $t1 O 1i st1, 10 mulhi $to, Sto, $t1 11 sto, sto, s11 Sto, sto, 10 0.25 points Sa QUESTION 10 the main loop of the provided skeleton code for Project 3, based on the information in f the following code snippet were placed ingide the project description what wil happen ( after one iteration of the main loop)? 1 Sa0, 12 call project3 print Nothing will happen The string. "12 will be displayed on the simulated UART's output The string "o will be displayed on the simulated UARTs output The string. "Error Invalid character will be displayed on the simulated UARTs output Save All Answers Save and Click Sove and Submit to save and submit. Click Sove All Answers to sove all answers

Explanation / Answer

9 Answer) sll $t0, $t0, 1

Explanation:- sll is the instruction code for logical shift left

10 Answer) The string "12" will be displayed on the simulated UART's output