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:
In: Economics
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
In: Economics
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:
Answer the following questions in your paper:
In: Operations Management
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 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
Requirements:
In: Computer Science
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 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 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