Exercise W/A #7 – chapter 14 “Controlling Productivity, Quality, and Safety”Supervisory ManagementMosley, Mosley & PietriCurrent EditionExercise ContentYour assignment # 7 relates to chapter 14 “Controlling Productivity, Quality, and Safety” by Mosley, Pietri and Mosley, designed to reinforce the learning objectives of the course, and in conjunction with the final exam will provide a measure of your material’s knowledge and critical thinking skills.Your questions analysis and preparation will require for you to complete the reading for Chapter 14 * Answer the following questions: > Explain what happened to productivity of U.S. firms in the 2007. > Identify some of the steps that supervisors can take to improve their department’s productivity. > Describe some ways in which supervisors impact safety performance.* Your answers must be written in a short essay format APA Style of Writing, no less than half (150 words) to a full page (300 words) per answer in written content. Using multiple academic resources and citations
UNAHVS Wk 7 Controlling Productivity Quality & Safety Supervisory Management Essay
Week 4 assingment
Week 4 assingment.
Refer to the business information system proposed in week 1 power point presentation. In this presentation, starting with the context diagram, draw additional data flow diagrams (DFDs) that are necessary to represent all of the details of the proposed system. The format of your PowerPoint presentation should be: Slide 1: Title of PowerPoint, Course, Instructor, Date Submitted, Student NameSlides 2-4: Refer to the business information system proposed in week 1 power point presentation. Starting with the context diagram, draw additional data flow diagrams (DFDs) that are necessary to represent all of the details of the proposed system (draw a level-0 and at least one level-1 diagram). These would be logical DFDs, those should be independent of technology that can be used to support the proposed system. Please see Figures 6-5, 6-6 and 6-8 that describe a set of diagrams for a restaurant.Slides 5-7: Identify some of the entities in the proposed system scenario. For each entity, identify its set of associated attributes. Specify identifiers for each entity. Based on your assumptions regarding the proposed system, prepare an entity-relationship diagram. Be sure to specify the cardinalities for each relationship. See Figures 7-5, 7-6 and 7-8 in the text for an illustration of such diagramming.Slides 8-9: It is recommended to consider alternatives for the initial choices, for example, is it necessary to use a database to store all data, or can another technology be used. Briefly describe how you would generate alternate design strategies for your proposed system. Additionally, please include some specific examples. Please see pp. 214-219 in the text.Slide 10: Reference ListProject Analysis PowerPoint Must have a minimum of 8 slides inclusive of speaker notes on each slide (not including title and references page slide) and formatted according to APA style as outlined in the Ashford Writing Center.Must include a separate title page with the following: Title of Power PointStudent’s nameCourse name and numberInstructor’s nameDate submittedMust use at least three scholarly sources in addition to the course text. The Scholarly, Peer Reviewed, and Other Credible Sources table offers additional guidance on appropriate source types. If you have questions about whether a specific source is appropriate for this assignment, please contact your instructor. Your instructor has the final say about the appropriateness of a specific source for a particular assignment.Must document all sources in APA style as outlined in the Ashford Writing Center.Must include a separate references slide that is formatted according to APA style as outlined in the Ashford Writing Center.
Week 4 assingment
C++ visual basic, program that follows these instructions!
essay writing service free C++ visual basic, program that follows these instructions!.
Every week, you will submit 2 items: the application and the documentation. Additional information and the deliverables for each Individual Project will be provided in the assignment description for the project.In this first Individual Project, you will create the application structure, select the products to sell, and decide on the main features. You will also set up the project document outline that you will add to each week as follows:NOTE: Screen shots of the code working in visual basic are required as well!!!· The Application: Use the following steps for the application:1. Select your development approach.2. Decide on the products that you are planning to sell.3. Create a draft program design (on paper).4. Start creating the program structure using the provided integrated development environment (IDE).5. By the end of Week 1, your program should do the following:§ It should ask customers to enter details such as their names and addresses.§ It should print a welcome message that includes the customer’s name.§ It should provide a list of available products with descriptions.§ Add comments to your code.· The Documentation: Use the following steps for the documentation:0. Title page§ Course number and name§ Project name§ Student name§ Date2. Table of contents (TOC)§ Use an autogenerated TOC.§ It should be on a separate page.§ It should be a maximum of 3 levels deep.§ Update the fields of the TOC so it is up-to-date before submitting your project.3. Section headings (Create each heading on a new page and indicate with “TBD”; that is, to be determined.)§ Week 2: FunctionsDuring this class, you will be developing an application to offer and sell products to users. Each week, you will complete a part of the project. You will add additional functionality or improve available ones. In addition, you will write a project’s document to explain your project’s requirements and design. Every week, you will submit 2 items: the application and the documentation. Additional information and the deliverables for each Individual Project will be provided in the assignment description for the project.In this first Individual Project, you will create the application structure, select the products to sell, and decide on the main features. You will also set up the project document outline that you will add to each week as follows:· The Application: Use the following steps for the application:1. Select your development approach.2. Decide on the products that you are planning to sell.3. Create a draft program design (on paper).4. Start creating the program structure using the provided integrated development environment (IDE).5. By the end of Week 1, your program should do the following:§ It should ask customers to enter details such as their names and addresses.§ It should print a welcome message that includes the customer’s name.§ It should provide a list of available products with descriptions.§ Add comments to your code.· The Documentation: Use the following steps for the documentation:0. Title page§ Course number and name§ Project name§ Student name§ Date2. Table of contents (TOC)§ Use an autogenerated TOC.§ It should be on a separate page.§ It should be a maximum of 3 levels deep.§ Update the fields of the TOC so it is up-to-date before submitting your project.3. Section headings (Create each heading on a new page and indicate with “TBD”; that is, to be determined.)§ Week 3: Object Oriented ProgrammingFor this assignment, you will continue working on your application to apply object-oriented programming concepts and create a customer class. The customer class must be used in your program. The new class will replace simple variables to handle customer details. The functionality of the program will not change; however, the code should be organized differently. You also need to update the project document by adding the new class design and other potential classes.· The Application1. Design the customer class.2. Include at least the customer name and address for the class.3. Create a class function to set the class’s variables.4. Create a class function to get the values of the class’s variables.5. Create additional functions as necessary.6. Implement your design using the provided Integrated Development Environment (IDE).7. Complete the following in your code:§ Implement the new class.§ Create an object from the new class.§ Set the customer details using the class function.§ Use the class function to access the customer details.· The Documentation1. Update the project document with a new date and project name.2. Update previously completed sections based on instructor feedback.3. New content: Object-Oriented Programming:§ Include your new class design (a class diagram can be used).§ Summarize the changes that you implemented.§ Discuss any potential classes to be implemented in the future.§ Week 4: Strings and ArraysFor this assignment, you will continue working on your application. You will use arrays, strings, and numbers to represent the products selected by the customer and their quantities. You also need to update the project document by explaining the changes implemented.· The Application1. Design the solution.2. Use 2 arrays: one for the products, and one for the quantities.3. Use loops to assign values to the arrays.4. Use loops to read and print values from the arrays.5. Reuse the functions that you developed in Week 2 and the customer class that you developed in Week 3. Changes can be done as needed.6. By the end of Week 4, your application should work as follows:§ Ask the customer to enter his or her details (e.g., name, address).§ Print a welcome message that includes the customer’s name.§ Provide a list of available products with descriptions.§ Ask the customer to select products and quantities.§ Save the provided details in arrays.§ Read from the arrays to print the order summary; that is, the products, quantities, and the total price for each product.§ Calculate and print the total price for the order.§ Add comments to your code.· The Documentation1. Update the project document with a new date and project name.2. Update the previously completed sections based on instructor feedback.3. New content: Strings and Arrays§ Summarize the changes that you implemented.§ Discuss how using arrays changes the way that your code is organized.§ Week 5: PointersIn this Individual Project, you will continue working on your application. In Week 4, you used 2 arrays to represent the list of products and their quantities. Memory needs were determined before program execution. This week, you will use dynamic allocation so the memory needs are determined during runtime. The functionality of the program is not expected to change. You also need to update the project document by explaining the changes implemented, and discuss how using dynamic memory allocation changed your application structure.· The Application1. Design the solution.2. For the quantities, use a pointer to the first item of an array of int. An example of the declaration code may look like the following:§ int * numbers;§ numbers = new int [n];3. For the products, use an array of pointers to strings, and dynamically allocate space for each of the strings. An example of the declaration code may look like the following:§ char Temp[100]; // to hold the entry§ char * products [100]; // to hold the products4. To fill in the products array, read one product name from the user, check the length, and then allocate memory based on the length of the entered word. The following code is provided as an example:§ cin >> Temp; // to get the product§ int len = strlen(Temp) +1 ; // to determine the length of the product name§ char* newProduct = new char[len]; // to allocate memory§ strcpy(newProduct, Temp); // to copy the entry to a new product§ products[0] = newProduct; // to save in the array5. Use the previous structure to provide the same functionality that was provided in Week 4.6. By the end of Week 5, your application should work as follows:§ Ask the customer to enter his or her details (e.g., name and address).§ Print a welcome message that includes the customer’s name.§ Provide a list of available products with descriptions.§ Ask the customer to select products and quantities.§ Save the provided details in the new data structure.§ Read from the arrays to print the order summary (e.g., the products, quantities, and total price for each product).§ Calculate and print total price for the order.§ Release the allocated memory.§ Add comments to your code.· The Documentation1. Update the project document with a new date and project name.2. Update previously completed sections based on instructor feedback.3. New content: Strings and Arrays§ Summarize the changes that you implemented.§ Discuss how using dynamic memory allocation changed your application structure.
C++ visual basic, program that follows these instructions!
Currrent Business Problems: Case Studies: Lehman Brothers, British Petroleum, Monsanto, Merck
Currrent Business Problems: Case Studies: Lehman Brothers, British Petroleum, Monsanto, Merck.
To prepare for your selection of the current problem in business, look at the list of required articles and multimedia which are divided in the six case-categories as follows:Banking (Lehman Brothers)Environment (BP)GMOs (Monsanto)Pharmaceuticals (Merck)Gender Discrimination (Goodyear)Factory Farms (Perdue)Choose the case-category that you find the most interesting and note that each category also corresponds to one particular case. Please choose carefully because your choice for this discussion will establish the case that will be central to your argumentative essay this week as well as your Final Project in Week 5. It is recommended that you leaf through all the required resources indicated for the possible case-categories that you identify as possible contenders before making your final choice. Reflect: Once you have selected your ethical theory and your case category, articulate the characteristics of the economic system (or combination of both systems) that serves as the setting for the case presented in the case category sources. Given this context, examine how the nation’s laws affect the operations of the business.Next, identify the characteristics of your chosen ethical theory and its notion of the moral good. For the latter, you will need to review again the PowerPoint that was introduced in Week 1, which is also listed in this week’s Required Resources and it is titled The Moral Good in Three Traditional Ethical Theories. Then, think how you would apply the ethical theory to the specific problem presented in the case category sources. Write: Start your post by (a) identifying the issue or problem that you want to address in the case that you have selected and providing an impartial presentation of the controversy, (b) articulating briefly the characteristics of the economic system that serves as the setting, and (c) examining the laws that affect the operations of the business.The following illustration should help. Consider, for example, the case of Uber that we examined in Week 2. If the California decision establishes a precedent for similar claims, then Uber would have to do business as an employer and not merely as a service that pairs consumers with ride sharing services by means of a unique phone app. Accordingly, the law would require Uber to reimburse its drivers for certain costs and perhaps offer benefits. Take in consideration, then, the legal setting for the case that you have chosen. Does the case take place in the United States or another country? What are the laws that are relevant to the problem under examination? Keep in mind that all laws are constraints on our actions, whether those by individuals or corporations. The relevant laws, then, will be (a) any laws that present not only a constraint on the company’s operations, (b) any laws that are being violated by the corporation, or (c) any laws that unfairly limit the goods and services that can be offered to and are demanded by consumers.In a second paragraph, formulate a sentence that presents the moral position that you want to defend in regard to the issue or problem introduced in the previous paragraph.In the same paragraph, present the ethical theory that you choose to employ. Your choices are utilitarianism, deontology, and virtue ethics, and the necessary material is included in the required readings and media. Make sure to identify the characteristics of the ethical theory, and include in-text citations and full references in APA form at the end of the post. Once you have done this, apply the ethical theory to your selected case by explaining how it lends itself to the moral position that you are defending.
Currrent Business Problems: Case Studies: Lehman Brothers, British Petroleum, Monsanto, Merck
Research ideas for the literature review.
Research ideas for the literature review.. I’m trying to learn for my English class and I’m stuck. Can you help?
You should be able to respond to the following questions:
What is the central research problem (controversial topic)?
What is the topic of study related to that problem?
What methods should be used to analyze the research problem?
Why is this important research, and why should someone reading the proposal care about the outcomes from the study?
A Research Proposal is approximately 1-2 pages in length.You may or may not have sources at this time, but you should begin considering your sources at this time.
It is also important to be able to provide some background to the issue.
Connected to the background and significance of your study is a more deliberate review and synthesis of prior studies related to the research problem under investigation. The purpose here is to place your project within the larger whole of what is currently being explored, while demonstrating to your readers that your work is original and innovative. Think about what questions other researchers have asked, what methods they have used, and what is your understanding of their findings. Assess what you believe is still missing, and state how previous research has failed to examine the issue that your study addresses.
Research ideas for the literature review.