Reference no: EM133037261
Please answer using Python code and provide # with explanation:
a) A Python program that accepts a list of marks then prints the letter grade and description according to the Grading System of the Chang School of Continuing Education. For example, if the user enters 90, 120, -12, 71.5, 62.5, the output would be as follows:
Mark
|
Letter Grade
|
Performance Description
|
90
|
A+
|
Excellent
|
120
|
Not Possible
|
Not Possible
|
-12
|
Not Possible
|
Not Possible
|
71.5
|
B-
|
Good
|
62.5
|
C
|
Satisfactory
|
b) A code to compute and print the sum of squares of only the Excellent marks. For example, if the user enters 90.5, 120, -12, 71.3, 82.2, 62.5, then the output should be: The Excellent marks are: [90.5, 82.2] The sum of squares is 14947.09
c) A code to compute and print the Median, Average and Mode of the marks between 0 and 100, inclusively, after rounding each mark to the nearest integer. Ensure notifying the user if there is no unique mode found, as the Mode in this exercise returns only the single most common mark in the list.
For example, if the user enters 89.7, 120, -12, 90, 60.2, then the output should be: The valid marks are: [90, 90, 60] Median is 90 ; Average is 80 ; Mode is 90
However, if the user enters 90.6, 70, 100, 40.4, then the output should be: The valid marks are: [91, 70, 100, 40] Median is 80.5 ; Average is 75.25 ; No unique mode found
Also, if the user enters 65, 65, 65, 35, 35, 35, then the output should be: The valid marks are: [65, 65, 65, 35, 35, 35] Median is 50.0 ; Average is 50 ; No unique mode found
Hint: Use the [statistics] (https://docs.python.org/3.7/library/statistics.html) module as it provides functions to calculate mathematical statistics of numeric data to answer c.
What level of employee involvement is needed
: 1. What level of employee involvement is needed in the case of a merger between these twocompanies, taking into account the different corporate philosophies?
|
Tsmc continuous rise in the power curve
: According to BHS authors' calculations, TSMC moved to the top 30th position in economic profit (EP) as of 2010-14 averages among all large companies (2395) acro
|
Journalize Industries entries to record receipt of note
: Bennett Enterprises issues $696,000, 30-day, 8%, note to Spectrum Industries for merchandise inventory. Journalize Industries entries to record receipt of note
|
Finding the differences in age of the children
: Child A: Xavier 3 YEARS 2 MONTHS Child B: Charlotte 4 YEARS OLD Outdoor Spontaneous engaged and encouraged the child
|
Grading system of the chang school of continuing education
: a) A Python program that accepts a list of marks then prints the letter grade and description according to the Grading System of the Chang School of Continuing
|
How much will he pay the manufacturer for the order
: ?In the previous exercise, Mack is given terms of 3/15 n/30, and he pays by day 15. How much will he pay the manufacturer for the order of 110 bikes
|
Research about air canada
: Please Do some research about this Air Canada, and answer the questions listing.
|
What is the cost of raw liquid plastic
: Given the above information what is the cost of raw liquid plastic that should be charged to the 2020 (Jan to Dec) Income Statement
|
Display the resut on the screen
: C program that will receive sixteen integer numbers from the keyboard, store them n a two dmensional array then display the resut on the screen
|