Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. In a certain course, the final grade for students is taken as 90% student marks and 10% attendance. Therefore the score for the student

3. In a certain course, the final grade for students is taken as 90% student marks and 10% attendance. Therefore the score for the student is calculated as 9 Score = Marks + 10 10 Class Attendance ( Total lectures in the semester where Marks is between 0 and 100 and Class Attendance is an integer less than Total classes held in the semester. The grading is as follows: 80 Score 100 is a Distinction, 50 Score < 80 is a Pass and Score < 50 is a Fail. Write a function get_grade that takes as argument Marks, Class Attendance, Total lectures in the semester and returns a dictionary with two values, the score with the key Score and the grade with the key Remark. (10 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions