subject

Grade calculator: Average score on three exams. Load default template... 1 examl grade = float(input('Enter score on Exam 1 (out of 100):\n')) 2 exam2_grade = float(input('Enter score on Exam 2 (out of 100):\n')) 3 exam3 grade = float(input('Enter score on Exam 3 (out of 100):\n')) 5 overall_grade = (exami_grade + exam2_grade + exam3_grade) / 3 7 print("Your overall grade is:', overall_grade) Run Feedback? Create a different version of the program that: 1. Calculates the overall grade for four equally-weighted programming assignments, where each assignment is graded out of 50 points. Hint: First calculate the percentage for each assignment (e. g., score / 50), then calculate the overall grade percentage (be sure to multiply the result by 100).
2. Calculates the overall grade for four equally-weighted programming assignments, where assignments 1 and 2 are graded out of 50 points and assignments 3 and 4 are graded out of 75 points
3. Calculates the overall grade for a course with three equally-weighted exams (graded out of 100) that account for 60% of the overall grade and four equally-weighted programming assignments (graded out of 50) that account for 40% of the overall graded. Hint: The overall grade can be calculated as 0.6* average Exam Score +0.4* average ProgScore.
4. Extend the program to support the grading scheme for one or all of the courses.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
Which action describes an aspect of technological design?
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
This is not a factor that you should use to determine the content of your presentation. your audience your goals your purpose your technology
Answers: 1
question
Computers and Technology, 23.06.2019 01:00
Write the command that can be used to answer the following questions. (hint: try each out on the system to check your results.) a. find all files on the system that have the word test" as part of their filename. b. search the path variable for the pathname to the awk command. c. find all files in the /usr directory and subdirectories that are larger than 50 kilobytes in size. d. find all files in the /usr directory and subdirectories that are less than 70 kilobytes in size. e. find all files in the / directory and subdirectories that are symbolic links. f. find all files in the /var directory and subdirectories that were accessed less than 60 minutes ago. g. find all files in the /var directory and subdirectories that were accessed less than six days ago. h. find all files in the /home directory and subdirectories that are empty. i. find all files in the /etc directory and subdirectories that are owned by the group bin."
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
Which of the following is not a “fatal four” event?
Answers: 2
You know the right answer?
Grade calculator: Average score on three exams. Load default template... 1 examl grade = float(input...
Questions
question
History, 10.10.2019 01:30
question
Mathematics, 10.10.2019 01:30
Questions on the website: 13722363