Questions
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

<html> <head>     <title>Nick D'Angelo</title> </head> <body>     <h1>This is a header</h1>     <h2>This is a subheader</h2>  &nbs

<html>

<head>

    <title>Nick D'Angelo</title>

</head>

<body>

    <h1>This is a header</h1>

    <h2>This is a subheader</h2>

    <p>The quick <b>brown</b> fox jumped <i>over</i> the lazy dog.</p>

    <!--additional paragraph-->

    <!--here two words are bold and two are italicized-->

    <p>Pack my <b>box</b> with <i>five</i> dozen <b>liquor</b> <i>jugs</i>. Go to <a href='https://www.esu.edu' target="_blank">site</a></p>

    <a href="http://ndangelo.com">Nick's Homepage</a>

    <a href="http://ndangelo.com" target="_blank">Nick's Homepage</a>

</body>

<html>

Add an Ordered, Unordered, Definition and Nested list to your html file (one for each). Each should be at least 10 lines or more.

Make one list item in each list a hyperlink. Make one bold, and make one italic. Also make a word in each list underlined.

In: Computer Science

There are a large number of tasks involved in information technology and programming, and many of...

There are a large number of tasks involved in information technology and programming, and many of these tasks can be automated using scripting technology. The ability to use scripting correctly will save significant time and leverage available resources in many ways. The first step toward better productivity is to understand how scripting languages work and how they can be used. For this assignment, you will begin to learn the characteristics of scripting languages and gain an understanding of how to select the right scripting tool for a specific task.

  • Prepare a document to submit your results:
    • Use Word
    • Title Page
      • Course number and name
      • Project name
      • Your name
      • Date
    • Identify a scenario where scripting would be useful to automate a task.
    • Define at least 5 requirements of a scripting language that would be necessary for the task.
    • Identify 2 scripting language candidates that meet the requirements.
    • Select 1 of the scripting languages, and justify the selection based on how well it meets the stated requirements.

In: Computer Science

Find the Bug - Looking for at least 3 bugs! USE SOME METHOD TO SHOW ME...

Find the Bug - Looking for at least 3 bugs! USE SOME METHOD TO SHOW ME YOUR "FIXED CODE" ( type it in Red or highlight in yellow or use // at the end of the line) Your downloadable files for Chapter 1 include DEBUG02-01 Each file starts with some comments ( lines that begin with two slashes ) that describe the program. Examine the pseudocode that follows the introductory comment, then find and correct all the bugs. Click here for Debug0201.docxPreview the document Complete your answer in Word, Save it, and upload it into the assignment.

Debug0201

// This pseudocode segment is intended to compute and display

// the average grade of three tests

start

   Declarations

      num test1

      num test2

      num test2

      num average

   output "Enter score for test 1 "

   input test1

   output "Enter score for test 2 "

   input test2

   output "Enter score for test 3 "

   input test3

   average = test1 + test2 + test3 / 3

   output "Average is ", answer

end

In: Computer Science