Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

send screenshot of .asm source file please 5. Given a list of scores and a passing score, you are asked to find out the average

image text in transcribed
send screenshot of .asm source file please
5. Given a list of scores and a passing score, you are asked to find out the average score and the number of scores which are equal to or higher than the passing score. For examples, the list of scores is as follows: 46, 58, 56, 59, 89, 93, 77,98, 100, 64 If the passing score is 60, then the answers should be 74 and 6. If the passing score is 55, then the answers should be 74 and 9. Implement the above task using MIPS in QtSpim. Initialize the array of scores in memory using any integer values between 0 and 100. The passing score should be obtained from user's input and the answer must be printed out. See the following screen snapshot for reference. Please submit the source file of your program in a .asm file. Don't copy and paste the source code into the file for the answers to the other questions. (15 points) Console Please input a passing score [between 0 and 100): 60 The average score is:74 The number of students who passed this course is: 6

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago