Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Programming Language Expert

1. Convert the following C function to the corresponding MIPS assembly procedure: 

int count(int Model[], Color[], Year[], int n, intx,y,z)

{int res = 0;

inti = 0; 

for(i = 0; i != n; i++) 

                                if(Model[i] == x) {

                    if (Color [i] == y) {

                       if (Year [i]== z){

                        print "your car is in location [i]

                                          }

                                     }

                             }

return [i]; 

2. Write a MIPS assembly program that will make use of the function count above as follows: 

Let's assume you are asked to code a car-finding system for a local parking lot: 

You are provided with the location of all the cars in the parking lot. The information is given to you in three arrays. Each array contains specific information about the cars. The first array contains the model of the car, the second array the color and the 3rd array the model.

 

1

2

3

4

5

6

7

8

9

....

Model

 

 

 

 

 

 

 

 

 

 

Color

 

 

 

 

 

 

 

 

 

 

Year

 

 

 

 

 

 

 

 

 

 

To find the location of the car you need to find the location that matches the Model, color and year.  

Model

Code

Ford

1

BMW

2

Audi

3

Honda

4

Infinity

5

Hyundai

6

Toyota

7

 

Color

Code

Black

1

Blue

2

Yellow

3

Red

4

Gray

5

White

6

Green

7

Silver

8

You are asked to:

Hard code the values for each of the arrays.

Prompt the user to enter 3 values as follows: "Please enter the code for the Model, the Color, and the year of your car" 

Read the integer values and store them. 

Use the function count as a base to elaborate your code and navigate through the arrays.

Identify where in the parking lot the car is located, or if the car is not in the parking lot.

Output the results as follows: If the car was found "Your car is located on Position [name]". If the car was not found "We apologize for the inconvenience, your car is not in this parking lot".  Exit the program

 

1

2

3

4

5

6

7

8

9

10

11

12

13

14

Model

2

3

4

5

6

6

7

3

4

3

3

3

3

1

Color

2

4

6

8

7

5

3

1

2

3

1

4

5

6

Year

2001

2003

2006

2010

2012

2013

2013

2014

2006

2007

2005

2009

2009

2010

 

 

15

16

17

18

19

20

21

22

23

24

25

26

27

28

Model

2

1

1

1

5

7

7

7

6

5

3

3

2

2

Color

7

8

7

5

3

1

2

3

5

7

8

3

5

1

Year

2010

2013

2014

2014

2015

2016

2005

2007

2008

2008

2010

2001

2003

2004

 

 

29

30

31

32

Model

1

1

6

6

Color

3

5

7

8

Year

2005

2007

2013

2015

Programming Language, Programming

  • Category:- Programming Language
  • Reference No.:- M91947394

Have any Question?


Related Questions in Programming Language

Assignment - haskell program for regular expression

Assignment - Haskell Program for Regular Expression Matching Your assignment is to modify the slowgrep.hs Haskell program presented in class and the online notes, according to the instructions below. You may carry out th ...

Question 1 what is a computer program what is structured

Question: 1. What is a Computer program? What is structured programming? 2. What is modular programming? Why we use it? 3. Please evaluate Sin (x) by infinite series. Then write an algorithm to implement it with up to th ...

Overviewthis tasks provides you an opportunity to get

Overview This tasks provides you an opportunity to get feedback on your Learning Summary Report. The Learning Summary Report outlines how the work you have completed demonstrates that you have met all of the unit's learn ...

Assignment task -q1 a the fibonacci numbers are the numbers

Assignment Task - Q1. (a) The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and are characterised by the fact that every number after the first two is the sum of the ...

Structs and enumsoverviewin this task you will create a

Structs and Enums Overview In this task you will create a knight database to help Camelot keep track of all of their knights. Instructions Lets get started. 1. What the topic 5 videos, these will guide you through buildi ...

Assignmentquestion onegiving the following code snippet

Assignment Question One Giving the following code snippet. What kind of errors you will get and how can you correct it. A. public class HelloJava { public static void main(String args[]) { int x=10; int y=2; System.out.p ...

Task working with arraysoverviewin this task you will

Task: Working with Arrays Overview In this task you will create a simple program which will create and work with an array of strings. This array will then be populated with values, printed out to the console, and then, w ...

Question - create a microsoft word macro using vba visual

Question - Create a Microsoft Word macro using VBA (Visual Basic for Applications). Name the macro "highlight." The macro should highlight every third line of text in a document. (Imagine creating highlighting that will ...

Task arrays and structsoverviewin this task you will

Task: Arrays and Structs Overview In this task you will continue to work on the knight database to help Camelot keep track of all of their knights. We can now add a kingdom struct to help work with and manage all of the ...

1 write a function named check that has three parameters

1. Write a function named check () that has three parameters. The first parameter should accept an integer number, andthe second and third parameters should accept a double-precision number. The function body should just ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As