Write a Python GUI Application program that allows the user to enter the marks for different assessments in a unit, and computes the total mark and grade for the unit. Here is the program logic...


Write a Python GUI Application program that allows the user to enter the marks for different assessments in a unit, and computes the total mark and grade for the unit.


Here is the program logic specification:



  • There are six assessment activities Quiz1, Quiz2, Quiz3, Quiz4, Lab Journal, Major Assignment and Final Exam.

  • The four quizzes are worth 5 marks each, the Lab Journal is worth 10 marks, the Major Assignment is worth 30 marks and the Final Exam is worth 40 marks.

  • The algorithm for computing the total mark for the unit is:


Total Mark = Quiz1+Quiz2+Quiz3+Quiz4+Major Assignment+ Lab Journal + Final Exam


The following screenshot shows a successful test run:


Programming Unit Score Calculator GUI<br>Quizl mark(0-5) 5<br>Quiz2 mark(0-5) 4<br>Quiz3 mark(0-5) 3<br>Quiz4 mark(0-5) 5<br>Lab Journal(0-10) 9<br>Major Assign(0-30) |25<br>Final Exam(0-40) 3|<br>Calculate Total Mark Quit<br>The total marks scored in the unit is 81<br>

Extracted text: Programming Unit Score Calculator GUI Quizl mark(0-5) 5 Quiz2 mark(0-5) 4 Quiz3 mark(0-5) 3 Quiz4 mark(0-5) 5 Lab Journal(0-10) 9 Major Assign(0-30) |25 Final Exam(0-40) 3| Calculate Total Mark Quit The total marks scored in the unit is 81

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here