Questions
must be 800 words in paragraph form and not word for word from google What explains...

must be 800 words in paragraph form and not word for word from google


What explains the collapse of the gold-exchange standard in the early 1970s?

In: Economics

must be 900 words. paragraph form and no word for word from google Discuss the relationship...

must be 900 words. paragraph form and no word for word from google

Discuss the relationship between globalization and development.

In: Economics

C++ Write a word search program that searches an input data file for a word specified...

C++

Write a word search program that searches an input data file for a word specified by the user. The program should display the number of times the word appears in the input data file. In addition, the program should count and display the number of grammatical characters in the input data file. Your program must do this by providing the following function:

void processFile(ifstream &inFile, string wordSearch, int &wordCount, int &grammaticalCount);

void processFile(ifstream &inFile, string wordSearch, int &wordCount, int &grammaticalCount);

Both functions should be called from main(). No non-constant global variables should be used.

Test using this txt file:

You prolly like eating lots of cake and stuff. But, if you eat

too much then you'll just be more prone to getting some cavities. Kids

especially like eating sweets and all sorts of candy cause I've never even met one that hasn't

lmao. Remember: "An apple a day keeps the doctor away!" or

"Good kids listen to their parents".

In: Computer Science

please do it for me with ur own word i mean with different word please •...

please do it for me with ur own word
i mean with different word please



• In the podcast, it is noted that a group of Hawaiians had a resolve to keep the Hawaiian language alive. on language diversity was very interesting to listen to when they talked about the language that is lost, many people do not think much of it, but holding the home language through generation plays a role. The difference in generation plays a factor in the dying language. With many Hawaiians not speaking the Hawaiian language, the passion of these individuals to sustain the language ensured it survived. Like the Hawaiian language, there are many native American languages that are prone to extinction, and the same approach can be used to ensure they do not die. Spreading awareness through teaching of the languages and leveraging mass media platforms like the internet, radio, and TV as applied in the Hawaiian language context, will be pertinent. As the savers of the Hawaiian language did, recording the existing people who can still speak the language and storing the content will provide a useful reference to those who will want to acquire or strengthen the

languages’ mastery in the future. Hearing is a powerful way to learn a language as the voices preserve the speaking style, intonations, and pronunciations, more than written text alone. Also, recording other aspects of the culture like music, dance, communal activities, and other activities in the social context can go a long way to preserving the language. Finally, teaching the language should be encouraged, and participating in activities like songs in the native language is a crucial step in mastering the languages (Meraji, 2019). Either way, teaching the languages at all levels, even if it may not be in the pure form like was applied in the Hawaiian context, it is still a powerful form of preserving the native languages.

In: Nursing

Q1. ( 50 marks) please match word count to get a thumbs up a. What is...

Q1. ( 50 marks) please match word count to get a thumbs up

a. What is franchising? (150 words)

b. Analyze some industries in Dubai where franchising is expected to grow ( 220 word)

c. Why is pricing important for small businesses? ( 160 word)

In: Operations Management

Make sure to include comments that explain all your steps (starts with #) Make sure to...

Make sure to include comments that explain all your steps (starts with #)

Make sure to include comments that explain all your steps (starts with #)

Write a program that prompts the user for a string (a sentence, a word list, single words etc.), counts the number of times each word appears and outputs the total word count and unique word count in a sorted order from high to low. The program should: Display a message stating its goal Prompt the user to enter a string Count the number of times each word appears in the string, regardless if in lowercase or uppercase (hint: use dictionaries and the lower() function) Display the total number of words in the string Display the unique word count in the string in order from high to low Bonus: if a few words have the same count, sort the display in an alphabetic order For example, in the string: “Hello hello my dear dear friend!” the output should be: Total words: ========= 6 Word count: ========= dear - 2 hello - 2 friend - 1 my - 1

In: Computer Science

In this exercise, you will build a basic spell checker. Write a module called spell_checker.py. Your...

In this exercise, you will build a basic spell checker.

Write a module called spell_checker.py. Your module should contain the following functions:

  1. word_correct(string) -> string
    word_correct() takes in a string consisting of one word. It searches for the line in aspell.txt containing that word and replaces it with
    the first word present in the file. If the word is not in the file, it returns the same word back.

    For example,
    word_correct("cookie") = "cookie"
    word_correct("acommadate") = "accommodate"
    word_correct("basically") = "basically"

    Note that if the correction does not exist in aspell.txt, you will still have an incorrect word.
  2. line_correct( string) -> string
    line_correct() takes in a string consisting of a line of words. It goes through each word in the line and corrects it using word_correct().

    For example,
    line_correct("can you acommadate") = "can you accommodate"

  3. file_correct ( string) -> nothing
    line_correct() takes in a string that is the name of a file. It goes through each line in the file and corrects any spelling errors. It prints the results to a "corrected" txt file. For example, if the file's name is "file.txt", the corrected file should be called "file_corrected.txt"

You may use "blurb.txt" to test out your module.

In: Computer Science

express in 200 word what is highway pavment design and how effect the environment in simple...

express in 200 word what is highway pavment design and how effect the environment in simple word

In: Civil Engineering

Name a type of document that can be created with Microsoft Word.


Name a type of document that can be created with Microsoft Word. Using what you have learned from practice, describe the functions of Microsoft Word that aid you in creating the document you named. Describe how you would use the Word functions for creating your document.

In: Computer Science

Name a type of document that can be created with Microsoft Word. Using what you have...

Name a type of document that can be created with Microsoft Word. Using what you have learned from practice, describe the functions of Microsoft Word that aid you in creating the document you named. Describe how you would use the Word functions for creating your document.

In: Operations Management