Questions
Eighth edition Administrative office management An Introduction Zane K. Quible Ph.D. Mary Brown, the supervisor of...

Eighth edition Administrative office management An Introduction Zane K. Quible Ph.D.

Mary Brown, the supervisor of the word processing center in Delta Corporation in San Antonio, recently retired because of her age. During the years she had been supervisor, various managers felt that Brown should be dismissed because of her laxness in supervising the ten employees in the center. Because she reaching retirement age, however she was not dismissed. The employees were often late to work, took longer breaks that was permissible, took advantage of the corporation in terms of sick days, and so forth. Mary was repeatedly asked to be stricter in her supervisory efforts, but no noticeable changes were ever made. When the qualifications for the replacement for Mary brown were developed, the decision was made that the new supervisor should be more authoritarian and should require the employees in the word processing center to conform with existing company policy. The replacement, Annabell Jackson, was hired primarily because of her authoritarian characteristics. All of her former employers who were contacted regarding Jackson’s performance mentioned her authoritarian personality. Because of the laxness of brown and the hope that Jackson could improve the situation, she was offered the job. As the administrative office manager, you are aware that the first day Jackson is on the job will probably determine whether or not the employees in the word processing center will cooperate with her. Thus, you feel a necessity to discuss several things with her before her first day on the job.

Outline the approach you believe Jackson should take in winning the respect and cooperation of the employees in the word processing center.

In: Operations Management

Python please! Create one program to include all 10 elements: Create a function that prints a...

Python please!

Create one program to include all 10 elements:

  • Create a function that prints a sentence passed to the function as parameter. On the next line, print the same sentence without the 1st and the last character, use string slicing.
  • Use the following sentence:
    • This is the sentence.
  • Given a string:
  • This string was copied in an article.
  • Replace the relevant words to read as follows:
  • This string was discovered in the article xyz.
  • Given a string:
  • This string is highly reversible.
  • Write the code to reverse the string. Use 2 different ways of doing this.
  • Given a string:
  • This string has a hidden message in it.
  • Write the code that checks to see the word: hidden
  • is in the sentence.
  • Write the code that checks to see the word: not
  • is not in the sentence.
  • What is the size of the following string?
  • This string is saying 'I am not sure what is the my size'
  • Write the code for it and print the size.
  • Given the sentence below:
  • This sentence needs to get rid of the word delete
  • Delete the words: to get rid of
  • from the sentence and print it.
  • Create a sentence and the use the following functions to manipulate the sentence.
  • strip()
  • lstrip()
  • rstrip()
  • Create a function that accepts 2 parameters.
  • Parameter one is a single printable character such as '='.
  • Parameter two is a number not more than 80.
  • The function will return a string that is the character supplied strung together n number of times.
  • example. print(myLineFunction('%', 20)) which should print: %%%% up to 20 %s
  • Create a string and test its start and end character/s using the
  • string.startswith() and string.endswith() functions.

Create a string of several word and convert it to a list using:

string.split(), use the space to split the words.

Convert the resulting list to the original string using ' '.join(the list)

In: Computer Science

// For an input string of words, find the most frequently occurring word. In case of...

// For an input string of words, find the most frequently occurring word. In case of any ties, report any in output.
// Your algorithm should be of the runtime O(n) time where n is the number of words in the string.

#include <iostream>
#include <vector>
#include <sstream>

using namespace std;


string findWord(vector<string>& tokens);

int main() {
   string line = "FDo all the good you can, by all the means you can,
                   in all the ways you can, in all the places you can,
                   at all the times you can, to all the people you can,
                   as long as ever you can.";
  

   // Convert string to a vector of words
   char delimiter = ' ';
   string token;
   istringstream tokenStream(line);
   vector<string> tokens;
   while (getline(tokenStream, token, delimiter)) {
       tokens.push_back(token);
   }  
   cout << "The most frequently occuring word is: " << findWord(tokens) << endl;
  
}

string findWord(vector<string>& tokens) {
// Your code here


}

  
  
   // Convert string to a vector of words
   char delimiter = ' ';
   string token;
   istringstream tokenStream(line);
   vector<string> tokens;
   while (getline(tokenStream, token, delimiter)) {
       tokens.push_back(token);
   }  
   cout << "The most frequently occuring word is: " << findWord(tokens) << endl;
  
}

string findWord(vector<string>& tokens) {
// Your code here


}

";
  
  
   // Convert string to a vector of words
   char delimiter = ' ';
   string token;
   istringstream tokenStream(line);
   vector<string> tokens;
   while (getline(tokenStream, token, delimiter)) {
       tokens.push_back(token);
   }  
   cout << "The most frequently occuring word is: " << findWord(tokens) << endl;
  
}

string findWord(vector<string>& tokens) {
// Your code here


}

In: Computer Science

Background: This course is all about data visualization. However, we must first have some understanding about...

Background: This course is all about data visualization. However, we must first have some understanding about the dataset that we are using to create the visualizations.

Assignment:

  • Use RStudio to generate a word document with basic data analysis of the following dataset: dataset_price_personal_computers.csv  

Questions/Requests:

  • Create a summary of stats for the dataset. (provide a screen shot)
  • Create a correlation of stats for the dataset. (provide a screen shot) (Hint: Transform may be needed)
  • What is the Min, Max, Median, and Mean of the Price? (provide a screen shot)
  • What is the correlation values between Price, Ram, and Ads? (provide a screen shot)
  • Create a subset of the dataset with only Price, CD, and Premium. (provide a screen shot)
  • Create a subset of the dataset with only Price, HD, and Ram where Price is greater than or equal to $1750. (provide a screen shot)
  • What percentage of Premium computers were sold? (provide a screen shot)(Hint: Categorical analysis)
  • How many Premium computers with CDs were sold? (provide a screen shot)(Hint: Contingency table analysis)
  • How many Premium computers with CDs priced over $2000 were sold? (provide a screen shot)(Hint: Conditional table analysis)

Your document should be an easy-to-read font in MS Word (other word processors are fine to use but save it in MS Word format).

For : dataset_price_personal_computers.csv  this is the link. With the help of this you can download that csv file

https://drive.google.com/file/d/1Op6XIzU5WuVF-w1OHqdcUJXMTUICaFy0/view

Sorry, i came to know that unable to download the file. Try this link and let me know

Please provide answers for this question including screenshots and code.

Thanks

In: Computer Science

Describe the different forms of competition and give specific examples of these competitors with regard to...

  1. Describe the different forms of competition and give specific examples of these competitors with regard to a particular firm. Explain the strategic choices as to how these firms are positioning themselves to handle these competitors.+

500 word minimum

In: Finance

In your view, is the supply of money exogenous or endogenous? In your answer refer to...

In your view, is the supply of money exogenous or endogenous? In your answer refer
to both theoretical arguments and empirical evidence, and be sure to discuss what you
mean by 'money'.
Word Limit – 750

In: Economics

Given that higher-priced products are often perceived as being higher in quality, what implications does a...

Given that higher-priced products are often perceived as being higher in quality, what implications does a low price have for marketers using promotional pricing strategies? A minimum of 250-word

In: Economics

Explain why an accounting standard in relation to the recognition and measurement of provisions was necessary...

Explain why an accounting standard in relation to the recognition and measurement of provisions was necessary with reference to the guidance in IAS 37 “Provisions, Contingent Liabilities and Contingent Assets”. (Maximum word count 160 words)

In: Accounting

Based on The Patient Protection and Affordable Health Care Act): - (400 word response please) What...

Based on The Patient Protection and Affordable Health Care Act): - (400 word response please)

What do you feel is the evolving role of the CFO in light of the many changes coming with the ACA?

In: Nursing

Identify the various tools that can be used to create a professional document in Microsoft Word....

Identify the various tools that can be used to create a professional document in Microsoft Word. Choose at least one of the tools which you would consider useful when creating your document.

In: Computer Science