Questions
According to IHS’s study (2016) on Asia’s top ten foreign direct investment hotspots, four ASEAN countries...

According to IHS’s study (2016) on Asia’s top ten foreign direct investment hotspots, four ASEAN countries — Indonesia, Malaysia, the Philippines and Thailand — will become trillion dollar economies by 2030. It is expected that these countries will join the ranks of Asia’s group of nations that have a GDP exceeding $1 trillion by then. Also, rapid growth is expected to continue in the ASEAN frontier markets of Vietnam, Myanmar, Cambodia and Laos.

Assume that your company wants to learn more about the business environment of these economies and find out whether it can capitalize on the opportunities arising from these fast-growing economies. Please select one of the ASEAN countries for discussion.

a Briefly introduce the country selected. (Please include a table listing the key facts about the country.) (Word required 600-700)

b In view of its current situation, undertake an internal analysis for the country. (Word required 700-800)

c Based on your analysis in (b), discuss whether the country is an attractive location for Hong Kong corporations. (Word required: 700-800)

d Based on your analysis above, discuss whether your company should invest in the country. (Word required 600-700)

In: Economics

Your assignment is to build a program that can take a string as input and produce...

Your assignment is to build a program that can take a string as input and produce a “frequency list” of all of the words in the string (see the definition of a word below.) For the purposes of this assignment, the input strings can be assumed not to contain escape characters (\n, \t, …) and to be readable with a single input() statement. When your program ends, it prints the list of words. In the output, each line contains of a single word and the number of times that word occurred in the input. For readability, the number should be the first thing on the line and the word should be second.

Specific programming requirements

1. Use good prompts for all user input

2. No “dead code” – remove all diagnostic prints, abandoned attempts, etc.

3. Use loops and data container types to reduce repeated code. No section of the program should be longer than necessary and the whole program must be less than 150 lines long.

4. Use comments only when necessary to document the program.

5. Variable names must be mnemonic

6. The first lines in the program must be a comment(s) containing your name, class and section

7. Your program must end normally (not crash or get stuck in an infinite loop)

In: Computer Science

Problem: Implement a class named StringParser, along with specified methods, that can read words from a...

Problem: Implement a class named StringParser, along with specified methods, that can read words from a text file, parse those words (such as finding palindromes), and write those words to a new file More specifically: 1. Write the StringParser class so that it has the following methods: a) public static void main(String[] args) -- The main driver of the program. Prompts the user for an input file, an output file, and a choice for what kinds of words to output. b) public static void rawOutput(File in, File out)-- Parses an input file, writing each word from the input on a separate line in the output file. c) public static void palindromeOutput(File in,File out) -- Parses an input file, writing only the palindromes to the output file, in alphabetical order, one line at a time, without repetition. Palindromes are words that read the same forward and backward, ignoring digits and punctuation. d) public static void hundredDollarWordOutput(File in, File out) -- Parses an input file, writing only the $100 words to the output file, in alphabetical order, one line at a time, in uppercase, without repetition. $100 words are found by assigning $1 to A, $2 to B, and so on. For example ELEPHANTS is a $100 word because: E + L + E + P + H + A + N + T + S is 5 + 12 + 5 + 16 + 8 + 1 + 14 + 20 + 19 = 100 e) public static boolean isPalindrome(String word) -- Determines if a word is a palindrome (reads the same forward and backward). The method is case-sensitive, so it will say that dad and DAD and d-a-d are palindromes, but Dad and d-ad are not palindromes. f) public static String cleanup(String word)-- Takes a string and removes all non-letters, returning an all uppercase version. For example, this input: "A man, a plan, a canal. Panama." will produce this output: "AMANAPLANACANALPANAMA" g) public static int wordValue(String word)-- Returns the monetary value of a word, found by assigning the value $1 to A, $2 B, and so on, up to $26 for Z. The method will ignore differences in case, so both A and a are each worth $1. It will also ignore any non-letters in the input. 2. Create your own input test file, and use it with your code to generate three output files. 3. Upload all five files (Java source code, input file, three output files).

In: Computer Science

“If country A and country B have the same level of real GDP per person, then people in both countries must enjoy the same standard of economic welfare.” Is this statement true or false?

 

Question 1 (Word limit 200 words)

“If country A and country B have the same level of real GDP per person, then people in both countries must enjoy the same standard of economic welfare.” Is this statement true or false? If true, please explain your answer. If your answer is false, please list and explain two things that lead you to this conclusion.

Question 2 (Word limit 150 words)

Identify and explain the immediate effect of each of the following events on domestic GDP and its components.

Kylie receives an unemployment insurance cheque.
Bob buys an imported sports car.

Question 3 (Word limit 200 words)

Suppose the required reserve ratio is 10% and Jane deposits $50000 of her cash into a bank. By how much will total money supply rise or fall? Show your working and explanation.

In: Economics

Suppose that 8% of emails is spam and 92% (prior probabilities) are normal. The probabilities (likelihood...

Suppose that 8% of emails is spam and 92% (prior probabilities) are normal. The probabilities (likelihood of evidence) of occurrence of various worlds in normal and spam emails are given in the following table:

word

P(word|spam)

P(word|normal)

abandoned fund

0.5

0.01

deceased customer

0.6

0.05

Bank account

0.2

0.1

Consider the following email message “I am Mrs Sarah Boardman. I have decided to seek a confidential co-operation with you, During the course of our bank year auditing, I discovered an abandoned fund, sum total of US $3.5 Million in the bank account that belongs to a deceased customer who unfortunately lost his life and entire family in fatal gassy car accident. Reply me for more clarification if you are interested”.

Calculate the posterior probability that this message is spam.

In: Statistics and Probability

Develop the getSuggestions(ArrayList wordCountList) method as the base method of the class. Develop the countWords(ArrayList wordList)...

Develop the getSuggestions(ArrayList wordCountList) method as the base method of the class.

Develop the countWords(ArrayList wordList) method to find the frequencies of all words in the text file.

Develop the getWordList(File[] fileArray) method to get all words in the text file. Ignore the words that have 3 or less characters.

Your customer wants you to develop a method that will find the sentences that contain a specific word. This is basically a word search, but your customer needs the list of the full sentence which has the search term. They are planning to use this method for sentiment analysis, which involves computationally identifying and categorizing opinions expressed in a piece of text.

They are planning to search the web (tweets, blogs, social media, and so on) for user opinions about a specific product or situation. Once they get the sentence with the search word in it, they will evaluate the attitude of the user using the whole sentence.

In: Computer Science

In Java Problem 1 Create an Array of your top four vacation spots. Print the first...

In Java

Problem 1
Create an Array of your top four vacation spots. Print the first spot and the last spot in your array.

Problem 2
Create an Array to hold the names of 5 people. Print the first letter of each of their names.

Problem 3
Create a mini console game that asks for the number of words you want to enter into an Array. Enter each word and then a letter. Print out feedback that says "Yep its got one of those" or "Sorry that letter is not in the word" depending on whether on not the word entered contains the letter specified.

Stretch Task (Optional)
Create a String representing a list of things that uses some delimiter (commas,dashes, etc) Split that String into an Array of Strings, then print each of the Array Elements. You will need to research (How to Split a String using a Delimiter).

In: Computer Science

A company that makes car accessories. The company control its production process by periodically taking a...

A company that makes car accessories. The company control its production process by periodically taking a sample of 99 units from the production line. Each product is inspected for defective features. Control limits are developed using three standard deviations from the mean as the limit. During the last 12 samples taken, the proportion of defective items per sample was recorded as follows:

0.01

0.03

0.0

0.04

0.01

0.01

0.00

0.01

0.02

0.02

0.03

0.03

a. Determine the mean proportion defective, the UCL, and the LCL? (Marks 1) (word count maximum:150)

b. Draw a control chart and plot each of the sample measurements on it? (Marks 1) (word count maximum:100)

c. Does it appear that the process for making tees is in statistical control? (Marks 0.5) (word count maximum:100)

In: Math

You are encouraged to research outside sources and, of course, cite them. Do not, however, quote...

You are encouraged to research outside sources and, of course, cite them. Do not, however, quote sources word-for-word, but rather, respond to the Discussion Forum Question in your own words.

1.     Identify four reasons that capital budgeting decisions by managers are risky.

2.     Why is an investment more attractive to management if it has a shorter payback period?

3.     Why should managers set the required rate of return higher than the rate at which money can be borrowed when making a typical capital budgeting decision?

4.     Why does the use of the accelerated depreciation method (instead of straight line) for income tax reporting increase an investment’s value?

After you’ve completed the questions above, please provide a brief explanation of how this information is important in managerial decision making. (500 minimum word count, references excluded)


In: Accounting

Health care Marketing: Evaluate the purpose of word-of mouth and direct marketing in the healthcare industry.

Health care Marketing: Evaluate the purpose of word-of mouth and direct marketing in the healthcare industry.

In: Nursing