Question: ITCS 2 2 2 HW # 2 Dr . Abdul Fattah Salman Page# 1 University of Bahrain College of Information Technology Department of Computer Science

ITCS 222 HW #2 Dr. Abdul Fattah Salman Page# 1
University of Bahrain College of Information Technology
Department of Computer Science
Dr. Abdul Fattah Salman
*********************************************************************************************
ITCS 222: Computer Organization HW #2: Array & Matrix Processing in MIPS Submission Due: One Week (Till the Starting of the next Lab Session)
*********************************************************************************************
Every homework must have the following head comments as follows:
#***********************************************************************************************
# ITCS 222 Date: XXXXXXXX HW#: X
# Name #1: XXXXXXXXXXXXXX Student id #1: XXXXXXXX Serial #: XX
# Name #2: XXXXXXXXXXXXXX Student id #2: XXXXXXXX Serial #: XX
# Brief description: XXXXXXX XXXXXXXX XXXXXXXXX XXXXXXXXXXX
#***********************************************************************************************
Use MARS software to develop a well-documented MIPS Assembly program that:
1) defines in the data segment a static matrix named mymat consisting of 6x8 elements and initializes them with any float values;
2) prints the elements of array mymat 8 values per line separated by double colons :: ;
3) prompts the user to enter from the KBD 2 integer numbers col1 and col2 in the range 0 to 7 representing column numbers in the matrix mymat, validates the entered values and if wrong values are entered prints a proper error message and prompts the user to enter again.
4) swaps the elements of columns specified by the values of col1 and col2.
5) prints the elements of array mymat 8 values per line separated by double dollar signs $$ ;
6) creates a dynamic array and fills it with elements from row #3 of mymat.
7) at the beginning of a new line, prints all elements of the obtained dynamic array separated by one star *.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!