Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ITCS 2 2 2 HW # 2 Dr . Abdul Fattah Salman Page# 1 University of Bahrain College of Information Technology Department of Computer Science
ITCS HW # Dr Abdul Fattah Salman Page#
University of Bahrain College of Information Technology
Department of Computer Science
Dr Abdul Fattah Salman
ITCS : Computer Organization HW #: 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 Date: XXXXXXXX HW#: X
# Name #: XXXXXXXXXXXXXX Student id #: XXXXXXXX Serial #: XX
# Name #: XXXXXXXXXXXXXX Student id #: XXXXXXXX Serial #: XX
# Brief description: XXXXXXX XXXXXXXX XXXXXXXXX XXXXXXXXXXX
#
Use MARS software to develop a welldocumented MIPS Assembly program that:
defines in the data segment a static matrix named mymat consisting of x elements and initializes them with any float values;
prints the elements of array mymat values per line separated by double colons :: ;
prompts the user to enter from the KBD integer numbers col and col in the range to 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.
swaps the elements of columns specified by the values of col and col
prints the elements of array mymat values per line separated by double dollar signs $$ ;
creates a dynamic array and fills it with elements from row # of mymat.
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started