Posts

Explain how the spreadsheet meets Andrea’s stated data needs and the data needs of others in the organization. What trends does your analysis of the survey results show? Which survey responses got the most positive results? The most negative? Describe how you used formatting to make the spreadsheet user-friendly and visually appealing.

Trexpedition customer survey results

Create a spreadsheet to organize and sort the data from the Trexpedition customer survey results. you should use spreadsheet functions and operations. The way you format your spreadsheet is up to you, but make sure that it will be useful to the stakeholders at Trexpedition. Your final spreadsheet can include, but is not limited to, the following functions and operations: Filters Cell formatting Charts, tables, and graphs Pivot tables Formulas, for example: Average Count Countif SUM Freeze panes Logical functions Decimal and number formatting;

Then in a 150 – 200 written report Explain how the spreadsheet meets Andrea’s stated data needs and the data needs of others in the organization.

Explain how you used the spreadsheet to analyze the data. Consider the following:

What trends does your analysis of the survey results show?

Which survey responses got the most positive results? The most negative?

Detail which functions and operations you used in the spreadsheet to complete your analysis.

Describe how you used formatting to make the spreadsheet user-friendly and visually appealing.

Explain what implications the results of the survey have for the company. Report on conclusions of the data analysis by providing three recommendations for ways Trexpedition should respond to the customer survey responses.

Who are the stakeholders in the success of intermountain health? What is your take on the current state of operational performance from 2011 to 2017? List five health policy issues that you can identify based on the readings and video. Describe what you see as the most critical emerging health policy issue that Intermountain has dealt with, or is dealing with.

Health Policy at Intermountain Health

Overview: For this case assignment, There are three parts: youwill write a short introduction, answer the case questions (below), and then write a summary based on the information that you gathered and analyzed from the course. (PDF is attached below)

Part 1 – Introduction:

Write a one to two paragraph introduction that explains the organization, the issues that it was facing in 2011, and why those issues were important. Include any relevant information that you can identify, in particular about health policy. This should be concise, informational, and written in a professional tone.

Part 2 – Case/Analysis Questions:

1. Who are the stakeholders in the success of intermountain health?

2. What is your take on the current state of operational performance from 2011 to 2017?

3. List five health policy issues that you can identify based on the readings and video. (Use the text as a backdrop to identifying relevant policy issues).

4. Describe what you see as the most critical emerging health policy issue that Intermountain has dealt with, or is dealing with.

5. Evaluate the health policy issue that you have identified:

  • o Explain the context
  • o State the problem
  • o What other policy options can you identify?
  • o What evidence can you evaluate?

1. You’ll need to identify two sources (use the library – ask for help from a librarian)

  • o What are your recommendations

1. Use the sources identified to support recommendations

2. You can also use the articles and video

  • o What outcomes do you expect?

Part 3 – Summary Paragraph:

 Write a paragraph that summarizes your analyses in the answers to the questions above. Based on what you learned in answering the questions above, how do you see health policy in relation to the “business” of healthcare? What are your takeaways by looking at the journey of Intermountain health?

Customer files
#
Files

waitFor(‘initSelect2’)(function() {
requestIdleCallback(function() {
initSelect2();
});
});

0/1000

Decide on a career that you would like into the future, either in the state of Iowa or in another. Look into this career, and if applicable view any of criteria needed or boards that certify you.

Future Professional Career

Decide on a career that you would like into the future, either in the state of Iowa or in another. Look into this career, and if applicable view any of criteria needed or boards that certify you.

 

Develop an understanding of data structures and programming techniques in context of a programming language. Demonstrate an understanding of how programs are developed i.e. from concept to development and testing. Demonstrate an ability to write programs using appropriate structure and language rules. Assignment Task

Introduction to Programming

Assignment Brief

Description:

The assignment is given as three separate tasks. Each task is to be answered individually. Task 1 has been written and designed to check your knowledge and understand of data structures and programming techniques, including pseudocode. Task 2 checks your knowledge and understanding of Algorithms and arrays, in order for you to put given integers in the correctly stated order. Task 3 gives you the opportunity to write an extended code, once the initial pseudocode has been written. This particular task will check your knowledge and understanding of loops and IF statements.

Note:

The code that you write in order to complete all three tasks will be documented in two ways. The first being screenshotted evidence within your submitted word document, with detailed reasoning and justification for your processes. Secondly, your written code for each task that you have screenshotted, will be copy / pasted into the appendices at the end of your submission, so it can be checked for validity within the software.

 

Learning outcomes:

After completing the modules you should be able to:

  • LO1 Develop an understanding of data structures and programming techniques in context of a programming language.
  • LO2 Demonstrate an understanding of how programs are developed i.e. from concept to development and testing.
  • LO3 Demonstrate an ability to write programs using appropriate structure and language rules.

Assignment Task

Task 1:

Building contractor

You are developer and you wish to build five new houses, all from wood and all uniform. Each house has 3 rooms, all with exactly the same dimensions, i.e. 2m x 4m. Wood prices have been set at £6.00 per meter. You need to determine the total cost of the build of all five houses. Initially, you will need to write the pseudocode to solve the following problem, define the variable name and data types, plus write the code to solve the total build cost.

Hint: Determine the area of each room in each house and the total area of all rooms combined. Thus, giving the total price of the construction.

 

Task 2:

Internet traffic

As a digital business analysist, you have been asked by your line manager to supply the last seven months traffic figures to your company’s website. At the moment, the traffic numbers are not in ascending order. Write the pseudocode to solve the initial problem and then write a Java algorithmic program to sort the array of given traffic figures. The traffic numbers to sort correctly are:  2, -17, 8, 26, 1, 0, 84

Hint: Bubble sort

Task 3

Car repairs

An owner of an auto repair shop wishes to organise his team of mechanics at the beginning of the day. To make the distribution of work equal, he organises cars with an even amount of faults into bay 1 and cars with an odd amount of faults into bay 2. There are nine cars in total Write the pseudocode for the problem, then write a Java program to separate the even and odd number of car faults. Have all even numbers displayed first, then odd numbers at the end. The repairs required for each car are as follows. 18, 14, 12, 6, 4, 21, 19, 9, 3

Create bar charts. Discuss why you did or did not create a bar chart for each variable. Create histograms. Discuss why you did or did not create a histogram for each variable. Create frequency polygons. Discuss why you did or did not create a frequency polygon for each variable. Compute the range, standard deviation, and skewness. Discuss which measures of variability are meaningful for each of the four variables.

QUANTITATIVE ANALYSIS: MEASUREMENT AND DESCRIPTIVE STATISTICS

Chapter 3
Use the hsbdata.sav file to do these problems with one or more of these variables: math achievement, mother’s education, ethnicity, and academic track. Use Tables 3.2, 3.3, and the instructions in the text to produce the appropriate plots or descriptive statistics. Be sure that the plots and/or descriptive statistics make sense (i.e. that they are a “good choice” or “OK”) for the variable.

3.1. Create bar charts. Discuss why you did or did not create a bar chart for each variable.

3.2. Create histograms. Discuss why you did or did not create a histogram for each variable.

3.3. Create frequency polygons. Discuss why you did or did not create a frequency polygon for each variable. Compare the plots in Extra SPSS Problems 3.1, 3.2, and 3.3.

3.4. Compute the range, standard deviation, and skewness. Discuss which measures of variability are meaningful for each of the four variables.

3.5. Compute the mean, median, and mode. Discuss which measures of central tendency are meaningful for each of the four variables.

Make Sure to:

1. Attach your word document for review and grading. Other file formats are not accepted and will not be graded. Use the following filename format:
LastName_BUSI820_AssignmentX.docx

2. Include an APA title block with your name, class title, date, and the assignment number.

3. Include a table of contents and a reference section. Number your pages in the footer along with the date. Include a header starting on page 2 with the Course and assignment number.

4. Write the problem number and the problem title as a level one heading (Example ‐ A.1.1: Chapter 2, Problem 2.1, and then provide your response.

5. Use level two headings with short titles for multi part questions (Example ‐ A1.1.a, Short Title, A1.1.b, Short Title II, etc.)

6. Use appropriate level headings for key elements of your discussion such as Research Questions, Hypotheses, Descriptive Statistics, Assumptions & Conditions, Interpretation, Results, and others. Your goal is to make your analysis easy to follow and logical.

7. Ensure that all tables and graphs are legible and include a figure number.

8. Carefully review your document prior to submission for formatting, flow, and readability. Keep in mind that running the statistical tests is only the first half of the

If you have categorical, ordered data (such as low income, middle income, high income) what type of measurement would you have? Why? Compare and contrast nominal, dichotomous, ordinal, and normal variables. (b) In social science research, why isn’t it important to distinguish between interval and ratio variables?

Variables, Z Scores, Population and Output

The student will complete 8 short-answer discussions in this course and 1 long-answer Integrating Faith and Learning discussion. In the thread for each short-answer discussion the student will post short answers to the prompted questions. The answers must demonstrate course-related knowledge and support their assertions with scholarly citations in the latest APA format. Minimum word count for all short answers cumulatively is 200 words. The minimum word count for Integrating Faith and Learning discussion is 600 words. For each thread the student must include a title block with your name, class title, date, and the discussion forum number; write the question number and the question title as a level one heading (e.g. D1.1 Variables) and then provide your response; use Level Two headings for multi part questions (e.g. D1.1 & D1.1.a, D1.1.b, etc.), and include a reference section. Respond to the following short answer questions from Chapter Three in the Morgan, Leech, Gloeckner, & Barrett textbook:

If you have categorical, ordered data (such as low income, middle income, high income) what type of measurement would you have? Why?

D2.3.2. (a) Compare and contrast nominal, dichotomous, ordinal, and normal variables. (b) In social science research, why isn’t it important to distinguish between interval and ratio variables?

D2.3.3. What percent of the area under the standard normal curve is within one standard deviation of (above or below) the mean? What does this tell you about scores that are more than one standard deviation away from the mean?

D2.3.4. (a) How do z scores relate to the normal curve? (b) How would you interpret a z score of –3.0? (c) What percentage of scores is between a z of –2 and a z of +2? Why is this important?

D2.3.5. Why should you not use a frequency polygon if you have nominal data? What would be better to use to display nominal data?

Does this proposal contribute in a meaningful way to understanding human behavior in a particular context? Does this proposal communicate an awareness of and a respect for a diverse audience and diversity among research participants? Does this proposal illustrate an awareness of personal biases and demonstrate a sense of professionalism and integrity?

Pre-booking diversion v’s incarceration

  • Review this section related to how to write a research proposal and use the template in the section to create your first draft. The paper must be in APA format and include a reference page that includes all the sources directly cited in the paper. If you have identified specific research tools or instruments that you believe you might use for a paper in your PPSY 400 course, include those items in appropriate appendixes. See the Purdue OWL APA Guide for information on including appendixes as needed.
  • As you prepare the draft, be sure that you consider the following:
  1. Does this proposal contribute in a meaningful way to understanding human behavior in a particular context?
  2. Does this proposal communicate an awareness of and a respect for a diverse audience and diversity among research participants?
  3. Does this proposal illustrate an awareness of personal biases and demonstrate a sense of professionalism and integrity?
  4. Does this proposal demonstrate an ability to address a specific, debatable question in a way that respects differences in perspective while simultaneously defending a research-based thesis or hypothesis?
  1. You should spend 10-12 hours creating the draft.

Week 6 Discussion Board

Details:

In this section, you will write and post for peer review a draft of a research proposal for a question on a contemporary issue of your choosing. You will need to focus the issue, research it (in light of questions provided below), and prepare it using the template provided. This proposal will be an opportunity for you to build upon your interests in contemporary issues and form your thoughts on how to study a topic in a way that is applicable to the workforce. You will ultimately use the proposal as the basis of your work in the research course later in the program. Thus, you should spend time and energy doing the research proposal with care. This section’s assessment is the first step in your process.

In your peer review, provide feedback to help your peers improve the draft for submission later this week.

Address the following questions for each of your peers:

  1. Does the draft follow the template format provided?
  2. Is the research purpose clear?
  3. Does the literature review include 10 sources? Is each source used in a meaningful way in the review?
  4. Is APA style used appropriately in the draft?
  5. Are there mechanical or spelling issues that should be addressed before submission?
  6. Are their concerns and questions that you have about clarity or content that should be addressed before submission.
  7. What is one thing that you really appreciate about the question, the sources or the draft? (Be specific in identifying a strength in the peer work that your peer can build on.)

Briefly identify the two images in each of the four pairs provided in this Test powerpoint, and then discuss how they are connected in concepts and themes. . Create and discuss your own pair (just one) from the pool of images given in the Revision slides, AND/OR from images discussed in class and uploaded on Moodle under the various Weeks.

Islam and the West, discussing concept and themes

In this Test you will have to demonstrate not only visual and general knowledge, but especially an awareness of the conceptual and thematic links between the objects represented, an aspect much emphasised throughout the module and reiterated during the Revision lecture. You will have to write on the following (1 and 2):

1. Briefly identify the two images in each of the four pairs provided in this Test powerpoint, and then discuss how they are connected in concepts and themes. In doing so, you may (or may not) need to touch upon questions of style and technology

2. Create and discuss your own pair (just one) from the pool of images given in the Revision slides, AND/OR from images discussed in class and uploaded on Moodle under the various Weeks. In choosing your own pair, you should be guided by concepts and themes. Your own pair MUST NOT include any image from the four pairs that I have set up in this Test powerpoint. Include your pair of images in your word document.

3. Overall word count 15001700 words.

Choose an important development in human society – for example: Emancipation, Public sanitation, Vaccinations. Research the social conditions at the time and place of this development

Social Contexts

A. Choose an important development in human society – for example: Emancipation, Public sanitation, Vaccinations

B. Research the social conditions at the time and place of this development

´i.e. what was happening prior to and/or during this time that made this discovery/development possible

Critically evaluate evidence that intelligence is biologically determined. How do scientists investigate the neural correlates of consciousness? What key findings have emerged in recent years? Evaluate modern theories which address the question “How did language evolve in the lineage of higher primates?”

Brain, Body, and Mind

Assessment Task Detail and Instructions:

Write a 2000 word critical essay on one of the following questions:

  1. Critically evaluate evidence that intelligence is biologically determined.
  2. How do scientists investigate the neural correlates of consciousness? What key findings have emerged in recent years? Include examples from relevant published studies in your answer
  3. Evaluate modern theories which address the question “How did language evolve in the lineage of higher primates?”