BNS 2343. OBJECT-ORIENTED PROGRAMMING ASSIGNMENT
- Subject Code :
BNS-2343
- University :
UNIVERSITY OF FUJAIRAH COLLEGE OF INFORMATION TECHNOLOGY Exam Question Bank is not sponsored or endorsed by this college or university.
- Question [ programming code 3 points, 2 points presentation]
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 ten assessment activities = Quiz1 + Quiz2 + Assignment1 + Assignment2 + Practical1 + Practical2 + Practical3 + Practical4 + Midterm + Final Exam
The two quizzes are worth 5 marks each, two Assignments are worth 10 marks each, four practicals are worth 5 marks each, the Midterm is worth 20 marks and the Final Exam is worth 30 marks.
The algorithm for computing the total mark for the unit is:
Total Mark = Quiz1 + Quiz2 + Assignment1 + Assignment2 + Practical1 + Practical2 + Practical3 + Practical4 + Midterm + Final Exam
The following screenshot shows a successful test run:
- Question [ programming code 3 points, 2 points presentation]
Write any Python GUI Application program with the help of at least four (4) Tkinter Widgets. Make your program attractive using color, background color, size, font etc.