You are on page 1of 4

UNIVERSITY OF MAKATI

J.P. Rizal Ext., West Rembo, Makati City

COLLEGE OF COMPUTER SCIENCE

FINAL PROJECT
______________________________________________________________________

SUBJECT: COMPFUN
FINAL GROUP ACTIVITY
FINAL PROJECT

Simple Grading System

Instruction:

Create a program (Simple Grading System) that will show the use of different Control Structures like ; IF,
ELSE IF / SWITCH, WHILE / DO WHILE, and FOR LOOP (your own choice in choosing what Conditional
Structure and Loop Structure fits your program).

Input flow:

1. Welcome Professors to Input your grade for Midterm Period.

Class Standing (60%)

2. Name of Student: _________________

3. Please input the grade for Midterm Quiz (25%):


Quiz1: ______
Quiz2: ______
(note: this will add and get the average of the 2 quizzes, then get the 25% of the
average quiz)

4. Please input the grade for Midterm Seatwork (10%):


Seatwork1: __________
Seatwork2: __________
(note: this will add and get the average of the 2 seatworks, then get the 10% of the
average seatwork)

5. Please input the grade for Midterm Laboratory/ies (25%):


Laboratory1: __________
Laboratory 2: __________
(note: this will add and get the average of the 2 laboratories, then get the 25% of the
average laboratories)
UNIVERSITY OF MAKATI
J.P. Rizal Ext., West Rembo, Makati City

COLLEGE OF COMPUTER SCIENCE

FINAL PROJECT
______________________________________________________________________

Major Exam Midterm (40%)

6. Please input the grade for Midterm Exam (40%):


Midterm Exam Grade: __________

(note: this will get the 40% of the Midterm Exam Grade and be added with the Quiz
Average (25%), Seatwork Average (10%) and Laboratory Average (25%) to get the
100% computation for Midterm Grade).

7. Your Midterm Grade is: _________

8. Welcome Professors to Input your grade for Final Period.

Class Standing (60%)

9. Name of Student: _________________

10. Please input the grade for Final Quiz (25%):


Quiz1: ______
Quiz2: ______
(note: this will add and get the average of the 2 quizzes, then get the 25% of the
average quiz)

11. Please input the grade for Final Seatwork (10%):


Seatwork1: __________
Seatwork2: __________
(note: this will add and get the average of the 2 seatworks, then get the 10% of the
average seatwork)

12. Please input the grade for Final Laboratory/ies (25%):


Laboratory1: __________
Laboratory 2: __________
13. (note: this will add and get the average of the 2 laboratories, then get the 25% of the
average laboratories)
UNIVERSITY OF MAKATI
J.P. Rizal Ext., West Rembo, Makati City

COLLEGE OF COMPUTER SCIENCE

FINAL PROJECT
______________________________________________________________________

Major Exam Finals (40%)

14. Please input the grade for Final Exam (40%):


Final Exam Grade: __________
(note: this will get the 40% of the Final Exam Grade and be added with the Final
Quiz Average (25%), Final Seatwork Average (10%) and Final Laboratory Average
(25%) to get the 100% computation for Final Grade).

15. Your Final Grade is: _________

16. Then, once the Midterm Grade and the Final Grade were properly computed. Get
the 40% of the Midterm Grade and the 60% of the Final Grade, then add the result
and will give you the Semestral Grade.

17. Your Semestral Grade is: ( example only; 93.85 )

Congratulations: You passed this Semester or


Sorry: You failed this Semester
(note: this is about if, else if statement / switch statement)

Do you want to compute another student grade (Yes / No)?


(note: this is about loop statement)
UNIVERSITY OF MAKATI
J.P. Rizal Ext., West Rembo, Makati City

COLLEGE OF COMPUTER SCIENCE

FINAL PROJECT
______________________________________________________________________

Watch History (Sample screenshot – should be fully watched).

You might also like