Question: This lab asks you to develop an x 8 6 Assembly Language Program. You will build an application program as described in the steps next:
This lab asks you to develop an x Assembly Language Program. You will build an application
program as described in the steps next:
Hard code into the DATA segment the related data given in this step for the use of this
application described next: initialize a table may use D array containing ten entries where
each entry will be an assumed student single name along with an assumed related numerical
grade in integers for each presumed student. Hint: you may use nested loop to navigate
the data; also, do not forget to keep student name and respective grade pair intact while
sortingmanipulating the table data in the next step.
Note: all implementation of your program from this point onward goes in the Code segment.
Sort in descending order the entries of the assumed table above with respect to the
numerical grade. You MUST use and implement Selection Sort provided a quick reference
next; a standard sorting algorithm that you may have studied already or can easily find
online for this and allocate a new memory area for fully sorted table at the end of sorting.
Assign letter grade to individual entry based on the numerical grade as defined below:
A
B
C
D
F
Count the number of each letter grades and print to make this easy, use irvinelib them
out in alphabetical order as described next:
If there are As Bs Cs Ds and Fs then print out on the Console.
Print out on the Console the whole sorted table of Step above.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
