Questions
Research and describe the six rights of the consumer. Provide a detailed analysis of each right...

Research and describe the six rights of the consumer. Provide a detailed analysis of each right and illustrate the importance.

The requirements below must be met for your paper to be accepted and graded:

  • Write between 750 – 1,250 words (approximately 3 – 5 pages) using Microsoft Word in APA style, see example below.
  • Use font size 12 and 1” margins.
  • Include cover page and reference page.
  • At least 80% of your paper must be original content/writing.
  • No more than 20% of your content/information may come from references.
  • Use at least three references from outside the course material, one reference must be from EBSCOhost. Text book, lectures, and other materials in the course may be used, but are not counted toward the three reference requirement.
  • Cite all reference material (data, dates, graphs, quotes, paraphrased words, values, etc.) in the paper and list on a reference page in APA style.

In: Economics

This week’s assignment is a position paper. Below are two statements of which you will select...

This week’s assignment is a position paper. Below are two statements of which you will select one to be the basis of the assignment. You are then asked to determine if you will take a pro (agree) or con (disagree) position on the statement. You must then (in 1 page) argue your position of pro or con.

Remember, you are to select one statement only. You should restate the quote at the beginning of your paper (center it), and then right after the statement write your position … AGREE or DISAGREE. You will then argue your position with the use of three sources, which you will also include as an attached reference page. The position paper is limited to one page and an additional page for references.

Statement 1

“Social Media Marketing is the best option for small businesses to develop relationships, promote and brand their companies.”

Statement 2

“The Impact of Social Media Marketing can achieve the reach of national mass media advertising and the influence of traditional word of mouth.”

In: Operations Management

The Coronavirus outbreak in China has killed at least 360 people and infected more than 17,300...

The Coronavirus outbreak in China has killed at least 360 people and infected more than 17,300 globally. China authorities rapidly extend the quarantine effort to control the spread of the disease on 24 Jan 2020 to 13 cities with 41 million people. A range of Lunar New Year festivities have been cancelled, while temporary closures of Beijing's Forbidden City, Shanghai's Disneyland and others tourist spots.
Besides of the actions taken by China authorities, The U.S., and governments in Europe and Asia are enforcing new regulations to block visitors from China and screen returning U.S. citizens, while major airlines suspended flights to the country and companies pulled out expatriate executives.

You are required to do the following:
Use evidences to present the impacts of coronavirus on international trade and economic growth in Asia Region.

Propose any relevant public policies which could address this unexpected event.

word count 500

In: Economics

Analyze a recent purchase you made of a durable good (durable goods are goods that don't...

Analyze a recent purchase you made of a durable good (durable goods are goods that don't wear out quickly or those that have a lifespan of more than three years - computers, cars, mobile phones, kitchen appliances, etc.)

Write a 1,050- to 1,400-word paper in which you review the steps that you took in making this purchasing decision.

Base your review on the following six steps in the consumer decision process:

  1. Problem recognition
  2. Information search
  3. Alternative evaluation
  4. Purchase
  5. Use
  6. Evaluation

Answer the following questions in your paper:

  • How many of these stages did you go through?
  • Which stage(s) in the purchasing process was/were most important to you?
  • If you skipped certain stages, what marketing or previous experience influenced you to skip this stage?
  • What could the selling organization have done more effectively from a marketing standpoint to help you move through these stages?

In: Operations Management

You are a middle level manager and during the last few weeks you have experienced several...

You are a middle level manager and during the last few weeks you have experienced several communication problems which have made your job more difficult. Reflecting on the information in chapter 12, you realize there could and should be changes in your company to improve communication.

You will write a memo to your boss, the V.P. In this (minimum of 400 word) memo you will:

o   describe the importance of effective communication in the organization

o   identify three specific and significant areas where you find ineffective communication (you can create any three problem areas), and

o   for each of the three communication problems create an action plan describing how you     believe this problem can be corrected. The action plan would include answers to who, what, where, when, and how.

You must be persuasive and convince the V.P. to implement these actions in your department and/or company wide

In: Operations Management

JAVA Assignment: Project File Processing. Write a program that will read in from input file one...

JAVA Assignment:

Project File Processing.

Write a program that will read in from input file one line at a time until end of file and output the number of words in the line and the number of occurrences of each letter. Define a word to be any string of letters that is delimited at each end by either whitespace, a period, a comma or the beginning or end of the line. You can assume that the input consists entirely of letters, whitespaces, commas and periods. When outputting the number of letters that occur in a line, be sure to count upper and lowercase versions of a letter as the same letter. Output the letters in alphabetical order and list only those letters that do occur in the input line. For example, the input line:-I say HI should produce output similar to the following:-

3 words

1 a

1 h

2 i

1 s

1 y

Please Note!!!!!: in addition to the above, output the result to file named “result.txt”

In: Computer Science

TuboTax has strong name recognition from Intuit’s software Quicken. How did this affect the company’s Twitter...

  1. TuboTax has strong name recognition from Intuit’s software Quicken. How did this affect the company’s Twitter strategy?
  2. Name the pros and cons of asking for tax advice on Twitter. What specific social media marketing tactics does the company use to better manage the rush around tax day?
  3. How does the seasonal nature of TurboTax’s work make social media marketing easier? More difficult? What specific steps do you think the company takes to make the rush around tax day easier to manage?
  4. The article names word-of-mouth recommendations as one advantage of TurboTax’s Twitter strategy. What other advantages exist that weren’t mentioned?

Requirements:

  1. Incorporate your readings into your answers.
  2. Your answer to each question should be a minimum of 50 words.
  3. Your writing needs to be college level with proper grammar, punctuation, and capitalization.

In: Computer Science

You are the finance manager of a company and currently your company has $100 million in...

You are the finance manager of a company and currently your company has $100 million in cash that will not be needed for a few more weeks. You are thinking about arbitrage opportunities using Euro and GBP in order to put the cash reserves into use and hopefully earn more money for your company. You have to make a decision about details of your arbitrage with regard to which currency to buy in which order. Check exchange rates, find current rates for USD, Euro, and GBP, and share the details of your arbitrage plan with your CEO. Is it poosible to find an arbitrage trade to generate some profits (assume you will have no trading costs)? If so, what should be the order of your transactions in order to make a profit from this arbitrage operations?

I received a response stating "need enough knowledge" and about "exchange rates". I am not sure what that means, please elaborate instead of 2-3 word responses.

In: Finance

Write functions for each of the following problems. Each problem should be solved by writing a...

Write functions for each of the following problems. Each problem should be solved by
writing a recursive function. Your final program should not have any loops in it.


(a) Write a function that uses recursion to raise a number to a power. The function should
take two arguments, the number to be raised to the power (floating point) and the
power (a non-negative int). (10
Points)
(b) Write a boolean function named isMember that takes two arguments: an array of type
char and a value. It should return true if the value is found in the array, or false if the
value is not found in the array. (10 Points)

(c) A palindrome is any word, phrase, or sentence that reads the same forwards or
backwards. Here are some palindromes:
Level
Civic
Pot top
A man a plan a canal Panama

note:your final programme must not have any loops, do it with recursion, the language must be c++, and kindly explain it in simple words in the form of comments before each part

In: Computer Science

Question d) Write the regular expression statement that will match a string that starts with the...

Question d) Write the regular expression statement that will match a string that starts with the word "Warning" following by one space and then a number of any number of digits.

Question e) Write the regular expression statement that will match a string that ends with the phrase "End of Report.

Question f) Write the regular expression statement that will match a string that starts with the phrase "Begin Log:" then contains a collection of characters (other than newline) followed by the phrase "End Log".


Question g) Write the regular expression statement that will match the string "Mr.", "Ms." or "Mrs." followed by one or more spaces, followed by one uppercase character then one or more lowercase characters.

Question h) Write the regular expression statement that will match a 10 digit phone number of the format (555-555-5555 or 5555555555 or 555-5555555). We want the pattern to allow an optional dash after the first 3 numbers and after the next three numbers.

Hint use the ? operator.

In: Computer Science