Description: Project Description
A. Write an IA-32 assembly language program that will conduct the following task.
1) Read from the key board a series of pairs of a name and a score associated with all the students in a class. A name consists of alphabets of 8 characters at most. A score is a whole number ranging between 0 and 100. The end of the input sequence is indicated by an empty name with a score of -1. You may assume that the number of data entry will never exceed 100.
2) List the students’ data (name and score pairs) arranged according to the score in a descending order. At the bottom of the list, show the mean and standard deviation of the data.
To Search:
File list (Check if you may need any files):
4170666_source10.asm
TProj1.doc