PROGRAMMING ASSIGNMENT #3

PROGRAMMING ASSIGNMENT #3 Write a C program that calculates and prints the average of several grades entered by the user. 

The program should first prompt the user to enter the number of grades to process (at least 2 grades must be entered by user!) . 

It should then prompt the user for each grade. As each grade is entered, the program should ensure that the grades entered are in the grade range of zero to 100. If the grade is not in that range, an error message should be displayed (as shown below), and the user should be re-prompted for a grade. Any bad grades entered should not be included in the average calculation. 

Once all values are entered, the program should calculate and print the average of all of the positive values entered, rounded to the nearest whole number. 

At the end display a message for the appropriate letter grade as shown here: 

90 – 100: A 

80 – 89: B 

70 – 79: C 

60 – 69: D 

0 – 59: F 

This program will feature the if statement as well as programming techniques for data validation. I call it a trap loop. It traps the user into entering valid data. 

The dialog with the user should be as follows: 

This program calculates the average of as many grades you wish to enter. 

First, enter the number of grades to process: 4 

Now enter the 4 grades to be averaged. 

Enter grade #1: 100 

Enter grade #2: 80 

Enter grade #3: -20 

*** Invalid entry. Grade must be 0 to 100. *** 

Enter grade #3: 25 

Enter grade #4: 54 

The average of the 4 grades entered is 65 

You have a letter grade of D 

Recall: The blue text represents the “output” from your program and is shown for clarity only here. It is not required that your output be in this color. (Do not even attempt to try!). Also note that what the user types in is indicated by the bold black area above; Again, for clarity only. 

A user-friendly message of your choosing should precede the dialog and explain the program (you can change the first sentence if you wish). 

Notice the trap in grade #3 in the above. 

Hints: 

 This program requires variables of type int and float. 

 Use printf and scanf statements to first prompt the user for the number of grades to be processed. 

 This program requires loop structure(s) (for, while or do — your choice). Note that the loop in the input flushing code (to clear input buffer) does not count. 

 The loop requires some a printf and scanf statement to prompt user for a grade. 

 The loop also requires a selection structure (if, or if else) statement to check for bad data values. 

 The selection structure requires a printf statement to output error message if improper grade. 

 The program requires an accumulator to keep track of the sum of good grades entered. 

 Once all grades are entered, determine the average rounded to the nearest whole number. A printf statement will then be used to output the average. 

 Use another selection structure to determine the appropriate letter grade as described above. The selection structure will contain a printf statement to output the letter grade.

Video critique

comparing/contrasting the two dance videos below. 1 paragraph detailing the following: type of dance (modern, ballet, etc.), type of music and type of choreography (narrative, thematic or abstract….and explain why you chose the type you did), next 1 paragraph on the physical characteristics, and finally 1 paragraph each on the three choreographic characteristcs of space, time and energy as detailed in Chapter 2 of the text.

This assignment should be in paragraph form with sentence structure. Do not  simply list your observations, write in complete sentences!

Video Critique Guideline:

This critique should not include your opinion of the video. There is no need for an introductory or concluding paragraph. Simply start the critique by writing your five paragraphs (feel free to compare and contrast the two videos). You should divide the critique into sections, 1. A shorter paragraph on the types of music, types of dance and types of choreography (narrative, thematic, abstract) 2. a more comprehensive paragraph on the physical characteristics (costuming, footwear, stage space, sets (if any), props (if any), lighting and backdrop and 3. three paragraphs (1 each) for the aforementioned three choreographic characteristics of space, time and energy.

Physical Characteristics:

Include observations such as what type of costumes & props are visible. What is the set? Lighting for the dance? How about the dance flooring? What type of dance shoes or footwear is being worn?

Choreographic Characteristics: 

Space: Include things like Levels used (is there high level with jumping? low level with kneeling? middle level with locomotor movements?) What type of locomotor movements? (running, hopping, skipping, leaping, etc.) Direction including forward, backward and diagonally on the perfromance space. Inward vs. outward focus. Depth/Width on the stage including symmetry (the balancing of the movements equally on the stage) vs. asymmetry (unequal or unbalanced staging). And phrases and transistions including high and low points and dynamic changes in the course of the dance (much like you have with sentences in constructing a paragragh!).

Time: Include things like Speed/Tempo relating to the how fast or slow the dancers are moving in relation to the music pulse/underlying beat. Stillness when the dancer is momentarily “frozen” in place in the dance.

Energy: Include movement qualities such as percussive, swinging, sustained, vibrating and suspending.

Important! Be sure to give examples of your observations (such as: “The dancer showed suspended energy when she was held overhead by her partner). Do not simply state: “In this dance there was suspended energy”.

No attachments will be accepted! You must type your critique directly in the assignments site text box provided! Be aware of the due date!

I need this assignment completed by June 13th at 8pm

  

Assignment 2: LASA: Comparison and Contrast of Research Designs

Description of LASA:

Choose an industrial/organizational (I/O) topic of interest. A nonexhaustive list of research topic suggestions includes leadership, job satisfaction, organizational culture, measuring performance, work–life balance, compensation, selection, recruitment, retention, employee engagement, training, and emotional intelligence.

Once you have selected your topic, you will conduct a literature review on that topic. Locate three scholarly peer-reviewed articles (published within the last five to seven years) that have investigated your research topic:

· One of the articles needs to have employed an experimental research design.

· One of the articles needs to have employed a quasi-experimental research design.

· One of the articles needs to have employed a mixed-methods research design.

Tasks:

Read, summarize, analyze, and critique each of the articles. For each article, your analysis should:

· Summarize the results of the study.

· Evaluate the strengths and weaknesses of the research.

· Discuss the appropriateness of the research design for the study, the reliability, the validity, sampling methods, and any potential bias.

· Identify any ethical or diversity issues.

Having reviewed the same topic from a variety of research design approaches, reflect on what you have learned about the specific industrial/organizational (I/O) topic itself, as well as the impact that the research method employed had on the knowledge gained from the study. Be sure to include these reflections in the conclusion of your paper.

Write a 7- to 9-page paper based on your literature review, utilizing the three scholarly sources you review. Make sure you employ proper grammar and spelling and apply current APA standards for writing style to your work.

Use the following headings to organize your paper:

· Research design methods defined:

o Experimental

§ Strengths and limitations

o Quasi-experimental

§ Strengths and limitations

o Mixed methods

§ Strengths and limitations

· Industrial/organizational (I/O) topic area of interest

· Experimental design study summary:

o Results

o Experimental design study analysis and critique

§ Strengths and weaknesses of the study

§ Ethical, legal, and/or diversity considerations

· Quasi-experimental design study summary

o Results

o Quasi-experimental design study analysis and critique

§ Strengths and weaknesses of the study

§ Ethical, legal, and/or diversity considerations

· Mixed-methods research design study summary:

o Results

o Mixed-methods research design study analysis and critique

§ Strengths and weaknesses of the study

§ Ethical, legal, and/or diversity considerations

· Conclusion

· References

Submission Details:

· By the due date assigned, save your paper into a Microsoft Word document as M5_A2_LastName_FirstInitial.doc and submit it to the Submissions Area.

This LASA is worth 280 points and will be graded according to the following rubric.

  

Assignment Components

Maximum   Points

 

Summarize the results of the   study.
 

48

 

Evaluate the strengths and   weaknesses of the research.

60

 

Discuss the appropriateness of the   research design for the study, the reliability, validity, sampling methods,   and potential bias.

60

 

Identify any ethical or diversity   issues

60

 

Reflect on what you have learned   about the specific I/O topic itself, as well as the impact that the research   method employed had on the knowledge gained from the study.

24

 

Academic   Writing

 

Write   in a clear, concise, and organized manner; demonstrate ethical scholarship in   accurate representation and attribution of sources (i.e. APA); and display   accurate spelling, grammar, and punctuation

28

Select one theory from each module.

MODULES to select from

  • Module 1: Research and Nightingale
  • Module 2: Peplau, Henderson, and Orem
  • Module 3: Johnson, Orlando, and the 1950’s to 1960’s
  • Module 4: King and Rogers
  • Module 5: Roy, Neuman, and the 1970’s
  • Module 6: Leininger, Newman, and WatsonAll tasks are completed
  • Module 7: Parse, Erickson, Tomlin & Swain
  • Module 8: Theories of the 1980’s and 1990’s, Self-Reflection

Assignment:

Putting It All Together

Create a PowerPoint presentation that addresses each of the following points/questions. Be sure to completely answer all the questions for each bullet point. Use clear headings that allow your professor to know which bullet you are addressing on the slides in your presentation. Support your content with at least two (2) sources and the textbook using APA citations throughout your presentation. Make sure to cite the sources using the APA writing style for the presentation. Include a slide for your references at the end. Follow best practices for PowerPoint presentations related to text size, color, images, effects, wordiness, and multimedia enhancements. Review the Signature Assignment rubric criteria for this assignment.

This week, you will develop a PowerPoint presentation reviewing the theories from each module. Please select one theory from each module (1-8) and answer the following questions. You should have 2-4 slides per theory with a total of 8 theories discussed. 

  • Describe the theory
  • Provide 3 examples of how the theory applies to current practice
  • Provide 3 positive patient outcomes resulting from utilizing the theory
  • Explain 3 benefits to nursing satisfaction when utilizing the theory
  • Describe two barriers to using the theory in practice and at least one method for overcoming each barrier (support methods with sources)
  • Support from literature clearly noted throughout

The PowerPoint presentation should include at least two outside references and the textbook. The presentation should contain 2 to 4 slides per theory, for a total of 16 to 32 slides.

Total Point Value of Assignment: 500 points

Assignment Expectations:

Length: 2 to 4 slides per theory, for a total of 16-32 slides

Structure: Include a title slide, objective slide, content slides, reference slide in APA format. Title/Objective/Reference slides do not count towards the minimum slide count for this assignment.

References: Use appropriate APA style in-text citations and references for all resources utilized to answer the questions. A minimum of two (2) outside scholarly sources and the textbook are required for this assignment.

Rubric: This assignment uses a rubric for scoring. Please review it as part of your assignment preparation and again prior to submission to ensure you have addressed its criteria at the highest level. You cannot pass this class without passing this assignment.

Format: Save your assignment as a Microsoft PPT document (.pptx) or a PDF document (.pdf)

File name: Name your saved file according to your first initial, last name, and the assignment number (for example, “RHall Assignment.

Stochastic Modelling in Python

 For this project assume that bobcats have a mean birth rate of 0.4 with a standard deviation of 0.1 and a mean survival rate of 0.68 with a standard deviation of 0.07. In this model, assume that these demographic parameters follow a normal distribution. Environmental stochasticity can take many forms. For this project it will take the form of a catastrophe which occurs an average of once every 25 years or 4% of the time. These catastrophes affect both the bobcat birth and bobcat survival rates by decreasing both rates by 30% during the year that the catastrophe occurred. For all parts of this project, assume an initial bobcat population of 100. 

1. Deterministic. Construct and run a deterministic model for the bobcats using the birth rate of 0.4 and the survival rate of 0.68, but ignoring all random factors. Graph94 2.7 Projects the population over a 20-year period with these parameters and make a table of this information. 

2. Demographic Stochasticity. Create a new model using only the demographic stochastic information. Make a graph and a data table with at least 50 runs for 20 years. 

3. Environmental Stochasticity. Now construct a model using only environmental stochasticity. Again construct a data table and graph for at least 50 runs of this case for 20 years. 

4. Take the data from the 20th year of both stochastic models and, if necessary, export it to a program that calculates statistics. Make histograms and box plots. Make reports of the following summary statistics: mean, median, 25th and 75th percentiles, standard deviation, range, inter-quartile range, minimum, and maximum. Compare the results from these two models. 

5. For each model construct a graph with side-by-side box plots for the first 10 years showing the change in distribution over time. Compare both of these models with each other and with the deterministic model. 

6. From the work so far, which stochastic effect is more pronounced? Either construct and analyze a model with both demographic and environmental stochastic effects, or argue that the combined effects will not be significantly different from the individual effects so there is no need to complicate the model. 

Please do in python. 

Principles Of Finance – Case Study

 

Overview

People should understand the impact of different types of risk on financial health, whether they’re dealing with personal or corporate finances. The risks involved with personal finance often only impact individuals and families—for example, when determining if you can afford to buy a house or deciding whether to invest in stocks. Financial risks for businesses often affect multiple people throughout the entire company, including individuals who do not work in the finance department. When businesses make finance-related decisions, it is essential that they know how their decisions will impact different aspects of their company.

Prompt

Read the Assessing a Company’s Future Financial Health case study, then write a response.

Specifically, you must address the following rubric criteria:

  • Systematic and Unsystematic Risk: Explain the differences between systematic and unsystematic risk.
  • Financial Risks: Describe the potential impacts of the following types of financial risk on the company featured in the case study:
    • Interest rate risk
    • Economic risk
    • Credit risk
    • Operational risk
  • Lower Growth Impact: Explain the impact a lower growth in sales could have on the dividend policy and retained earnings for the company featured in the case study.
  • Higher Growth Impact: Explain the impact a higher growth in sales could have on the dividend policy and retained earnings for the company featured in the case study.

Design Inspiration Poster

The critical assignment for ECH 395 is the Applied Design Project. For this project, you will be required to create an ideal design for an early childhood classroom which includes a complete indoor and outdoor space and a comprehensive set of elements for both of these spaces. To begin, you must familiarize yourself with some early childhood environment designs. Hopefully, in doing so you will find some environments that inspire you and assist you in developing a vision for your own design project in ECH 395.

For the Design Inspiration poster, you should review and collect images of early childhood environments that you would like to use as inspiration for your design project. You can find hundreds of beautiful images of early childhood environments by conducting some internet searches. The images you choose can depict any aspect of the environment (indoors, outdoors, particular interest centers, etc.). When you have collected 8 to 10 images, put them together in one document and discuss each of them briefly in a paragraph, describing what elements of each image you want to include in your own design.

APA requirements for this assignment are as follows: Title page (no headings need to be included); pages numbered; overall APA formatting with one inch margins, double spacing, and recommended font. No reference page is required, although you should include the website where you found each picture.

351

Looking for someone who is great at powerpoints. Please take your time and deliver quality work with 100% free of plagiarism, A++ work, and free from errors. Please deliver good quality work. Take your time and deliver good work. 

If you are unsure about something please ask questions before accepting the bid and delivering poor work. 

 

Instructions: Assume you are the packaging engineer for a large consumer products company. In this company, the Packaging Design Briefs are initiated by the marketing group and forwarded to the Package Engineering group. You currently are working on three packaging design briefs. Copies of these design briefs are attached. Note that the marketing department has completed some information on each brief and the Package Engineering department will complete the remaining information.

1. Choose one brief and complete the information on the brief. Using what you have learned in the class, complete the information needed on the design brief. Please include justification of your responses when requested. You are making judgment calls based on the information that you have been given and also based on what we have learned in the class. 

2. Complete a Power Point Presentation.  The Power Point presentation should reflect the outcome of completing the design brief as well as other aspects you deem necessary in presenting, you need to have at least 10 slides, to include an introduction slide and a reference.  

3. Complete a video for your presentation using Kaltura (additional instructions are attached and provided in the Announcements).    

Once completed, upload the brief, presentation, and video for grading.  Your responses will be graded based on your demonstration of the concepts studied in the class.  Again, select only ONE brief to complete the final project.

Discussion: Power and Privilege

Advanced human services professional practitioners who regularly engage in critical reflection about their own power and privilege are often more likely to recognize and challenge practices, procedures, and policies that perpetuate discrimination and oppression. Practitioners who do not engage in this type of critical reflection may unknowingly do harm to service users, their organization, and their community. For instance, a practitioner may unconsciously impose their values and beliefs on a service user of a different culture, condone long-standing organizational practices that are discriminatory, and fail to recognize opportunities to effect systemic change to better serve the historically oppressed populations in their community.

Last week, you had an opportunity to engage in critical reflection about your level of power and privilege when you completed the Power Flower exercise. In doing so, you may have realized that every person has a unique combination of social identities from which they derive some level of power and privilege. In this Discussion, you will share insights you had and conclusions you drew about your level of power and privilege as a result of completing the exercise. You also will consider how your awareness in this area may impact how you practice human services at the micro, mezzo, and macro levels.

As previously mentioned, the conversation about power and privilege is not an easy one. It is not meant to be. It also is not an indoctrination about a certain way of thinking. It is important to understand the unintended results of being part of a certain group. This is a reality that, as a society, we cannot deny. It does not mean one group is “better” than another. It is important to understand where your privilege and power exists and how that will impact your work as an advanced human services professional practitioner.

Note: Before you begin this Discussion, keep in mind that power and privilege are sensitive topics that often generate difficult conversations not unlike those you might have when practicing human services. Remember to be respectful of your classmates and open to how they may perceive and experience their level of power and privilege.

To Prepare

  • Review your Course Announcements for possible information related to this week’s Discussion and Assignment.
  • Reflect on the Power Flower exercise you completed last week and revisit the Learning Resources on power and privilege.
  • Review the Learning Resources on working with culturally diverse service users and leading systemic change. Consider the examples of how to better serve diverse service users, human services employees, and the community as a whole.
  • Consider how a greater awareness of your own power and privilege could influence your work with service users, your leadership in a human services organization, and your role as a social change agent interested in effecting systemic change.

Post one insight you had or conclusion you drew about your level of power and privilege as a result of completing the Power Flower exercise last week. Then explain how gaining a greater awareness of your level of power and privilege could influence your work with service users, your leadership in a human services organization, and your role as a social change agent interested in effecting systemic change. Be specific.

Below I included the previous coursework PowerFlower document.

Question

Assessment questions

Consider the looping plume form due to windy conditions, and recall that the Gaussian model presumes a normal curve distribution. What problems do you perceive that a Gaussian model might pose when attempting to exclusively use this model in variable wind areas? How do you think the shape of the looping plume could affect the statistical model assumptions inherent in the Gaussian model?

Oil field companies are often known for keeping a well-serviced fleet of trucks for their staff employees, including often replacing these trucks for aesthetic purposes in order to maintain a strong marketing position within their competitive marketplace of client oil and gas producers. One of the most notable deteriorations of oil field service vehicles with relatively little age and mileage is the exterior paint coating of the vehicle. What air pollutants might be responsible for the deterioration of the vehicle paint color, luster, and integrity? Carefully explain your answer from a chemical perspective.

Consider Godish, Davis, and Fu’s (2014, p. 250) Figure 7.5; the fact that the reported industry practice is to accept sample data within 10% of the true value for statistical sampling methods and within 25% of the true value for passive sampling methods.

What problems do you perceive that this practice could pose when attempting to generalize air quality study outcomes? If you were the environmental engineer for a company tasked with monitoring emissions, reflect on how you would explain to management the benefits of stricter tolerances in your company’s monitoring.