Computers and Technology
Computers and Technology, 11.11.2019 21:31, sbush1412

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 develop a program that finds how many times a word is used in a given statement. to test your program, you should hardcode the below sample statement in your code, and ask user to input two different words, which are "ucf" and "knights" in this project, however your code should work for any words with less than 10 characters. your program should not be case sensitive and regardless of the way user inputs the words it should correctly find the words. sample statement: ucf, its athletic program, and the university's alumni and sports fans are sometimes jointly referred to as the ucf nation, and are represented by the mascot knightro. the knight was chosen as the university mascot in 1970 by student election. the knights of pegasus was a submission put forth by students, staff, and faculty, who wished to replace ucf's original mascot, the citronaut, which was a mix between an orange and an astronaut. the knights were also chosen over vincent the vulture, which was a popular unofficial mascot among students at the time. i11 1994, knightro debuted as the knights official athletic mascot. sample output: input first word: knight (or knight, knight, input second word: ucf (or ucf, ucf, knight: - 6

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 15:30, tfornwalt4390
Melissa needs to add a topic to an email that she will send to her teacher. choose the name of the field where she should type her topic.
Answers: 2
image
Computers and Technology, 22.06.2019 19:20, mayaparness
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
image
Computers and Technology, 23.06.2019 07:30, cireland
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits. now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order. finally, output thedigits in thearray. use at least two functions to organize your program.
Answers: 3
image
Computers and Technology, 24.06.2019 03:30, ilovewaffles70
Auniform resource locator (url) is a formatted string of text that web browsers, email applications, and other software programs use to identify a particular resource on the internet. true false
Answers: 2
Do you know the correct answer?
Purpose of this project is to increase your understanding of data, address, memory contents, and str...

Questions in other subjects: