Easy Power point computer instructions

 

  1. Download the attached data file Customer.pptx then, save it as CustomerPresentation. Make sure you know the location where you are placing your saved file before you continue with step 2.
  2. In the title slide, add OfficePro as the title, press the Enter key, and then type Cleaning Specialists. The title text AutoFit to the title text box. Add your name as the subtitle.
  3. Delete slide 3 (“Our Cleaning Staff”).
  4. Move Slide 6 (“Weekly Services”) so it becomes slide 3.
  5. On Slide 3 (“Weekly Services”), at the end of the bulleted list, add Stair and elevator cleaning as a new first-level bulleted item.
  6. On slide 3, add Remember to pause for questions from the audience, as the speaker note.
  7. On slide 2, (“Daily Services”), at the end of the bulleted list, add Restroom cleaning and disinfecting as a new first-level bulleted item.
  8. On Slide 4, (“Specialized Services”), move the “Pressure washing” and “Carpet cleaning” bulleted items so that they appear below “Stripping and refinishing” and above “Air condition vent cleaning.”
  9. On Slide 2 (“Daily Services”), in the second first-level bulleted item, make the word Sinks a new first-level bullet.
  10. On Slide 2 (“Daily Services”), demote the bulleted item “Sinks” and “Toasters” to second-level bullets so that four second-level bulleted items now appear under “Kitchen and lounge area cleaning including.”
  11. Animate the slide titles for all the slides with the Darken animation in the Emphasis category. (If you do not have Darken animation, please feel free to use other that you like).
  12. Animate all of the bulleted lists with the Shape animation in the Entrance category using progressive disclosure for all bullet levels. Do not animate the text in the content text box on Slide 6 (“For More Information”). (If you do not have Shape animation, please feel free to use other that you like).
  13. On Slide 6 (“For More Information”), animate the content text box using the Fly In animation in the Entrance Category. (If you do not have Fly In, please feel free to use other that you like).
  14. Add the Push transition to all of the slides, and then remove it from the title slide. (If you do not have Push transition, please feel free to use other that you like).
  15. Display the footer text Presentation for New Clients as well the slide number and the current date on all of the slides except the title slide.
  16. Check the spelling throughout the presentation. Change misspelled words to the correct spelling.
  17. View the slide show. If you see any errors, press the Esc key to the end the slide show, correct the error, and then start the slide show again from the current slide. Save your changes. Close the presentation. Submit your presentation.
  • In case you need help with any step, contact me immediately. Please do not procrastinate because we will need to move on to the next class Unit at the scheduled time.
  • This assignment is due on Sunday, September 13th at midnight; please remember that 10 points per day will be deducted for late submissions regardless of the reason for that and after three days this assignment will no longer be accepted.

monitoring

Answer each these questions in a paragraph with at least five sentences: Include the question and number your responses accordingly. Provide a citation for each answer.

1. Should society help workers dislocated when technology, like the Internet, elimlnates their jobs in a process called ‘Creative Destruction‘?

2. are we working more and earning less?

3. Would you want a telecommuting job? Why or why not? 

4. Does the gig economy appeal to you? Why or why not?

5. How is an employee differentiated from a contracter under US law? 

6. Why have some municipalities put restrictions on innovations in the sharing economy and in on-demand services?

7. What has been the effect on the US economy of outsourcing (or offshoring) technical and professional jobs? 

8. How much monitoring of employee activities at work is appropriate? 

9. Should an employer be able to discipline or terminate an employee for on-line behavior in his/her own time? 

10. What is the relationship betwee BYOD (bring your own device) and shadow IT

11. What is cyberloafing?

Business Intelligence Week7 Assignment

Need 6-7 pages atleast including 2 pages of section1 , 3 pages of section#2 and  2 pages of conclusion Section 3&4 

Paper Section 1: Reflection and Literature Review

Using Microsoft Word and Professional APA format, prepare a professional written paper supported with three sources of research that details what you have learned from chapters 13 and 14.  This section of the paper should be a minimum of two pages. 

Paper Section 2:  Applied Learning Exercises

In this section of the professional paper, apply what you have learned from chapters 13 and 14 to descriptively address and answer the problems below.  

  1. Go to cloudera.com, MapR.com, hortonworks.com, or marklogic.com or in combination to find at least three customer case studies on Hadoop implementation, and then discuss the commonalities and differences of these cases.
  2. Search the job search sites like monster.com, careerbuilder.com, and so forth. Find at least five job postings for data scientist. Identify the key characteristics and skills expected from the applicants and based on what you are learned in this class, how high is your motivation now to seek these types of career choices?

Paper Section 3:  Conclusions (Part 1)

After addressing the problems, conclude your paper with details on how you will use this knowledge and skills to support your professional and or academic goals. This section of the paper should be around one page including a custom and original process flow or flow diagram to visually represent how you will apply this knowledge going forward.  

Paper Section 4:  Overall Course Conclusions and Reflection (Part 2)

After the primary conclusion of this paper, extend this conclusion into an overall class conclusion and reflection providing at least 500 additional words of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current or future work environment. 

Assignment

Discussion 1 :   List and briefly describe the nine-step process in con-ducting a neural network project.

 Discussion #2: List and briefly explain different learning paradigms/ methods in AI.

 Discussion #3: What is representation learning, and how does it relate to machine learning and deep learning? 

R programming

Module Assignment

Module 4

QMB-6304 Analytical Methods for Business

Write a simple R script to execute the following:

Preprocessing

  1. Load into R the data included in “Assignment 4 Data.xlsx”.  This data set shows age (years), weight (pounds), and height (inches) for 251 adults.  This will be your master data set.
  2. Create a new variable in the master data set which will be each individual’s body mass index.  The calculation should be done as:

BMI=(weight* .45)(height* .025)2

  1. Using the method presented in class and applying the numerical portion of your U number as a random number seed, take a random sample of 45 cases from the master data set. This will be your primary data set.

Analysis

  1. Use R to conduct a simple linear regression on the data with weight as the independent variable and bmi as the dependent variable.  As a part of this be sure to:
    1. Report the beta coefficients and associated p values and confidence intervals from your model.
    2. Give a written interpretation of your beta coefficients in terms of the actual case at hand.
    3. Assess your model’s conformance with the LINE assumptions of regression.
    4. Give a prediction using your model for an individual weighing 185 pounds. Include 95% confidence and prediction intervals and written interpretations of both intervals.
  2. A 10-year-old boy has been presented to you who weighs 72 pounds.  Give two reasons for why it would be wrong to use your model to predict the boy’s BMI.

Your deliverable will be a single MS-Word file showing 1) the R script which executes the above instructions and 2) the results of those instructions.  The first line of your script file should be a “#” comment line showing your name as it appears in Canvas.  Results should be presented in the order in which they are listed here.  Deliverable due time will be announced in class and on Canvas.  This is an individual assignment to be completed and submitted by the time stated on Canvas.  No collaboration of any sort is allowed on this assignment.  Please remember the prohibition on using screen shots in your deliverable.

research on emerging technologies

Please write a research paper of 3000 – 3500 words on Describe and contrast the operational challenges faced by the following startups: (a) consumer Web services startup, (b) iPhone application company, and (c) electronic device company.provide at least five appropriate, properly cited sources. project (paper) must be formatted according to APA guidelines as a Word document, double spaced, Times New Roman, 12-font, with one inch margins. do not do plagiarism. this is a research paper for the course emerging technologies.