56107

The current industry environment HP business being one of the planet biggest IT companies with monthly revenue of roughly $97.1 billion is proficient to preserve such a superb record through the sustainable spirited advantage over the opponents.

A production manager wants to see if by providing enhanced automation technology, the productivity..

A production manager wants to see if by providing enhanced automation technology, the productivity of the workers in the plants can be raised. However, before trying this with all the five plants, she would like to try this with a group of apprentices who work in one plant. a. What would be the nature of the study that would be designed – Exploratory, descriptive, or hypothesis-testing? b. Give reasons for your answer to (a) above. c. Would it be a Field study, Comparative study, Lab experiment or Field experiment? d. Would it be a causal or correlational study? e. Justify the reasons for your answer to (d). f. Would it be a longitudinal or cross-sectional study? g. How would you explain your answer to (f) above? h. What would be the unit of analysis? i. Defend your answer to (h) above.

Imposing Values on Clients

Assignment 3: Case Study: Imposing Values on Clients

Read the Course Case Study and analyze the behavior of the counselor, as a professional, which you consider unethical or unprofessional. Write a brief summary of the unbecoming behavior. Substantiate the summary with reasons for your analysis.  

Then, examine the influence of your own personal values as it relates to the issues presented in the case. Write a brief summary of how your own personal values could influence you if you were the counselor in the case study.

Next, focusing specifically on the issue of imposing values on clients, identify how the counselor may have been in violation of the ACA Code of Ethics. Give the number and definition of specific violations and compare these violations to the APA ethical standards. Remember – only list those which are related to the imposition of the counselor’s value system onto the client.

Finally, in relation to these specific violations, describe the similarities or differences in the ACA and APA ethical code. Your paper should be at least 4 pages, not counting the title page and the reference page.

Submit your response to the M1: Assignment 3 Dropbox by Wednesday, September 4, 2013.

Assignment 3 Grading Criteria

Maximum Points

Summarized the behavior they consider unethical and unprofessional in the case study.

15

Substantiated their analysis with reasons.

15

Examined the influence of their own personal values as it relates to the issues presented in the case.

15

Identified, using the specific section of the Code, how the counselor may have been in violation of the ACA Code of Ethics and substantiated each with reasons.

20

Described similarities and differences between the ACA and APA codes.

15

Wrote in a clear, concise, and organized manner; demonstrated ethical scholarship in accurate representation and attribution of sources, displayed accurate spelling, grammar, and punctuation.

20

Total:

100

International Financial Institutions Customer: you keep forgetting to do introductions and…

International Financial Institutions Customer: you keep forgetting to do introductions and conclusions……these assignments have to have an introduction and conclusion while maintaining its word limit…

Add an introduction and conclusion and submit asap. Answer preview……….. Due to the development emergency and global crises that is facing many nations, there has been a need to help countries in mitigating disaster and the subsequent economic uncertainty. The increasing inability of nations in responding to large-scale crises means that international assistance is needed. International Financial Institutions (IFIs) come in to help these countries respond to the crises that follow large-scale disasters. In light of this, this essay examines the role of IFIs in disaster relief and the mitigation of economic uncertainty……..

 APA 548 words Added to cart

power systems electrical engineering 1 question 1

Hi! Please solve the following problem in a step by step manner so it is easy to understand.

write python code it is an extended version of previous homework most of the code is already written just need to add more according to requirements all file included

IT-209 – Assignment 8 (A8) – Extending the University Model

Assignment Given:04/27/2020

Assignment Due:05/6/2020, 11:59 pm

In this assignment you will enhance the university model from A5 that consisted of the Department, Person, Student, and Faculty classes.The goal of the enhancements is to allow the creation of an individual course section for a given semester and the assignment of a faculty instructor.Once established students can be registered for the course.

To support this expanded model University, Catalog, and Course classes must be created.University will serve as a container for Department, Catalog, and Student objects.A Catalog object represents a container for all courses in a given semester – for example, Fall 2020 (“F2020”).Course objects will be created for each course section, will be a container for Student objects, and will be placed in the Catalog container object.

A zipped folder that’s a Python package called “A8PackageBB” is provided that includes:

  • application – a .py file that’s to be run as a short application
  • DataSetUp – a .py file containing a single function that creates some data, loads it into instantiated class objects, and returns one University object and one Catalog object to the calling code in ‘application’ • classes – a .py module containing code for all required classes

To do the above work must be done in the ‘classes’ module.For the University, Catalog, and Course classes, the class signature, __init__ method, and __str__ method are provided.You must provide code for the other methods (“provide code”).Each has a docstring that describes how to code the method.They are mostly accurate, but be prepared to make adjustments to fit whatever you discover.

You will need to inspect the provided code to understand what needs to be done.However, most code has been provided.

After you complete the above, run the ‘application’ code in A8PackageBB to run the simple application to create courses, add students, print students in a course, or print courses in a catalog.‘application’ is provided, so you can inspect the code and use it as is, or modify it if you need to do so.‘application’ does all the module imports and runs the ‘DataSetUp’ function to create objects for Department, Student, and Faculty.It also sets up University and Catalog objects, for which there will only be one of each for this assignment.The main purpose of ‘application’ is to create courses (Course objects) to be placed in the Catalog object and add students (“register”), which will be done by placing Student objects in the Course object.

You may reuse the Department, Person, Student, and Faculty classes you created for previous assignments, but you may have to make changes to them so they run with ‘application’.I suggest you use the copies I provide if at all possible.

The application menu is below, showing the functions it supports:

Menu = “””

  • Create Course
  • Add Students to Course
  • Print Students in Course
  • Print Courses in Catalog

Q. Quit

“””

A brief description of the above functions:

  • Create a Course prompts the user for the course Department code (ENGR, ARTS, or CSci), number (e.g. 101), and title (e.g. “Introduction to Engineering”).A list of Faculty names for the selected Department is displayed and the user selects one and types it in when prompted for the instructor.The Course object is created and is added to the (only) Catalog object, “F2020”.
  • Add Students to Course.The user is prompted for the name of a course that was previously created (e.g.
  • Print Students in Course.The user is prompted for a course name, the names of all students registered for the course are displayed.
  • Print Courses in Catalog.There is only one Catalog object, so no need to prompt.Just displays the courses whose objects are in the catalog including the name, instructor name, and number of students registered.
    • Unzip the provided folder/directory, which is set up as a Python package, and do all code work in it
    • Provide all method code to complete the University, Catalog, and Course classes
    • Run ‘application’ to test the menu functions
    • Make changes to the above classes as needed to ensure the application functions correctly
    • When done, zip up the folder/directory and submit it to Blackboard

“ENGR-101”) and is presented with a list of student names taken from the master list held by the (only) University object “GMU”.The user selects the number corresponding to the student on the list and the code adds that student’s object to the course.Subsequent students can be added by re-selecting ‘Add Students to Course’.

In summary, to create and test this assignment:

What and where to submit:

  • Submit by uploading the zipped “A8PackageBB” to Blackboard
  • The package must include the application code, DataSetUp function, and classes provided plus the three

classes you are required to complete for this assignment (University, Catalog, and Course)

How the assignment will be assessed

The Python code will be visually inspected and executed via command line (“python <program name>.py”).The GTA will unzip the package and run the application to test it and ensure it works correctly with the various classes.The GTA will assess each of the following and assign a point value for each.

Item

Assessment Description

Max Value

Python code

A complete program is submitted, is named correctly, includes the required attributes, and has identifying comments

10

DataSetUp

DataSetUp successfully executes and loads into instantiated class objects

5

University class

University class method code is provided (completed) and operates correctly with the Application

20

Catalog class

Catalog class method code is provided (completed) and operates

15

Item

Assessment Description

Max Value

correctly with the Application

Course class

Course class method code is provided (completed) and operates correctly with the Application

20

Application

The application code provided works well with the three completed classes (University, Catalog, Course) – functions work as intended

10

Total

80

55196

the assignment will be turned in to a turn it to check plagiarism. Complete your 2,500-word (excluding tables, figures, and addenda) financial analysis of your chosen company selected in Module 2. Following the nine-step assessment process introduced below and detailed in Assessing a Company's Future Financial Health: Analysis of fundamentals: goals, strategy, market, competitive technology, and regulatory and operating characteristics. Analysis of fundamentals: revenue outlook. Investments to support the business unit(s) strategy(ies). Future profitability and competitive performance. Future external financing needs. Access to target sources of external finance. The viability of the 3-5-year plan. Stress test under scenarios of adversity. Current financing plan. As you conduct the analysis, you will compile research on your chosen company, including analyst reports and market information. Disclose all assumptions made in the case study (e.g., revenue growth projections, expense controls) and provide supporting reasons and evidence behind those assumptions. Finally, in order to assess the long-term financial health of the chosen company, synthesize the research data and outcomes of the nine-step assessment process. Prepare this assignment according to the APA guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required. The company Apple Inc. Here are two resources Gitman, L. J., & Zutter, C. J. (2014). Principles of managerial finance (14th ed.). Boston, MA: Pearson. ISBN-13: 9780133507690 Please Note: My Finance Lab is not required for online students. http://gcumedia.com/digital-resources/pearson/2014/principles-of-managerial-finance_ebook_14e.php Piper, T. (2010).Assessing a Company's Future Financial Health.[Adobe Digital Editions version]. Retrieved from http://gcumedia.com/digital-resources/harvard-business-school-press/2010/harvard-business-school_-assessing-a-companys-future-financial-health_ebook_1e.php

PLEASE ANSWER TO ITS ENTIRETY AND INCLUDE DETAILS ON HOW SOLVED

Evans_2013_Ch5_OCR.pdf

Evans_2013_Ch6_OCR.pdf

5-1: 1.  Call centers typically have high turnover. The director of human resources for a large bank has compiled data on about 70 former employees at one of the bank’s call centers in the Excel file  Call Center Data . In writing an article about call center working conditions, a reporter has claimed that the average tenure is no more than two years. Formulate and test a hypothesis using these data to determine if this claim can be disputed. Solution Tip: You need to write mathematical test of hypothesis statements and apply the test of hypothesis steps.

6-12: 2.  Using the data in the Excel file  Home Market Value,develop a multiple linear regression model for estimating the market value as a function of both the age and size of the house. Find a 95% confidence interval for the mean market value for houses that are 30 years old and have 1,800 square feet and a 95% prediction interval for a house that is 30 years old with 1,800 square feet. ( pg 173 chapter 6for excel file )

Please be sure your work is organized, legible, and your responses are substantive. You need to submit all details of your work including excel sheets used to arrive to the solution. It is not enough to attach your excel sheet.
You MUST provide interpretation of results and describe conclusions.

Open EndRunGuide pdf which contains the EndRun Financial Services Open EndRunGuide. pdf, which…

Open EndRunGuide pdf which contains the EndRun Financial Services
Open EndRunGuide. pdf, which contains the EndRun Financial Services “ Guide to Investing.” Review the guide, paying close attention to the company’s investment claims and supporting data and then answer the following.

1. How does the presentation of the general information about EndRun in this guide affect your perception of the business?

2. Is EndRun’s claim about having more winners than losers a fair and accurate reflection of the quality of its investment service? If you do not think that the claim is a fair and accurate one, provide an alternate presentation that you think is fair and accurate.

3. Review the discussion about EndRun’s “Big Eight Difference” and then open and examine the attached sample of mutual funds. Are there any other relevant data from that file that could have been included in the Big Eight table? How would the new data alter your perception of End- Run’s claims?

4. EndRun is proud that all Big Eight funds have gained in value over the past five years. Do you agree that EndRun should be proud of its selections? Why or why not?

Open EndRunGuide pdf which contains the EndRun Financial Services