Write a program in MIPS that does the following: Request the name of a file from the user and open it. If it will not open (for example, the file does not exist) print an error message and exit. Read a block of text from a file Break the line into words. The lines in the file may contain spaces, commas, or periods, colons, and semicolons that separate words. Look up the word in your list. If it is not in the list, add the word to the list and add a count of 1. If it is in the list, increment the count for that word. Once all the words in the block of text have been counted, return for another line. When you reach the end of the file, print the list of all the words and their counts, one word per line, then exit.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
Write a program in MIPS that does the following: Request the name of a file from the user and open it. If it will not open (for example, the file does not exist) print an error message and exit. Read a block of text from a file Break the line into words. The lines in the file may contain spaces, commas, or periods, colons, and semicolons that separate words. Look up the word in your list. If it is not in the list, add the word to the list and add a count of 1. If it is in the list, increment the count for that word. Once all the words in the block of text have been counted, return for another line. When you reach the end of the file, print the list of all the words and their counts, one word per line, then exit.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT