Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python Question 1 (40 pts): Write a GUI application that keep track students* test grades and calculate the average marks. A sample of GUI is

python
image text in transcribed
Question 1 (40 pts): Write a GUI application that keep track students* test grades and calculate the average marks. A sample of GUI is shown below, At the beginning, the user selects cither "Numeric" or "Letter" groding. The user cniers Test 1. Test 2 , and Test 3 scores of a student. The name of the student, the entered scores and the average of soores are inserted into the text box field as shown the figure. At each entry, the class average is also updated. If you select "Numeric", then grades (maximum grade is 100 points) are calculated as scen in the figure given above. If "Letter" is selected, then Medipol grading table is used for calculating grades. The Medipol grading table is given below: In letter grading, each test score is entered as a Ietter. Each letter grade is convertod to a numeric grade using an upper numeric-grade (A=4,A3,76,.C2,47) given in Medipol grading table. Student and class averages are calculated out of 4. An cxample is grven belons

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

Icdt 88 2nd International Conference On Database Theory Bruges Belgium August 31 September 2 1988 Proceedings Lncs 326

Authors: Marc Gyssens ,Jan Paredaens ,Dirk Van Gucht

1st Edition

3540501711, 978-3540501718

More Books

Students also viewed these Databases questions

Question

How to reverse a Armstrong number by using double linked list ?

Answered: 1 week ago