provide copyable text of code and please answer what the document is asking otherwise it will be downvoted
Posted: Thu Jul 14, 2022 2:12 pm
provide copyable text of code and please answer what the document is asking otherwise it will be downvoted
Purpose of this project is to increase your understanding of data, address, memory contents, and strings. You will be expected to apply selected MIPS assembly language instructions, assembler directives and system calls sufficient enough to handle string manipulation tasks. You are tasked to find the number of selected letters present in a string. Specifically, the number of the occurrences of the letters S, P, O, R, T, I, N, and G (upper and lower cases both to be counted) within an input sentence, and then output the result using the format shown below: Sample Inputs for Part A is: Perfect 1,000 scores for UCF women's teams in cross country, golf and volleyball lead the way in another impressive performance by Knight athletic squads in the latest Academic Progress Rate data released today by the NCAA. Two-thirds of UCF programs equaled or improv s their multiyear APR numbers from a year ago - and 11 of 15 sports equaled or improved their single-year figures. Sample output for Part A is:
Output a histogram of the number of the occurrences of the letters S,P,O,R,T,I,N, and G within an input sentence: S: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# P: #\#\#\#\#\#\# O: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# R: \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# T: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# I: #\#\#\#\#\#\#\#\#\#\#\#\#\# N: #\#\#\#\#\#\#\#\#\#\#\#\# G: #\#\#\#\#\#
Purpose of this project is to increase your understanding of data, address, memory contents, and strings. You will be expected to apply selected MIPS assembly language instructions, assembler directives and system calls sufficient enough to handle string manipulation tasks. You are tasked to find the number of selected letters present in a string. Specifically, the number of the occurrences of the letters S, P, O, R, T, I, N, and G (upper and lower cases both to be counted) within an input sentence, and then output the result using the format shown below: Sample Inputs for Part A is: Perfect 1,000 scores for UCF women's teams in cross country, golf and volleyball lead the way in another impressive performance by Knight athletic squads in the latest Academic Progress Rate data released today by the NCAA. Two-thirds of UCF programs equaled or improv s their multiyear APR numbers from a year ago - and 11 of 15 sports equaled or improved their single-year figures. Sample output for Part A is:
Output a histogram of the number of the occurrences of the letters S,P,O,R,T,I,N, and G within an input sentence: S: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# P: #\#\#\#\#\#\# O: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# R: \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# T: #\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# I: #\#\#\#\#\#\#\#\#\#\#\#\#\# N: #\#\#\#\#\#\#\#\#\#\#\#\# G: #\#\#\#\#\#