Problem Nowadays, software companies are producing classroom management software in order to aid school instructors or professors in assessing their students’ performances in class. As a newly built software company, you’ve decided to create your own version of a classroom management software in a form of an electronic class record that will suit the given specifications: A. The program will let the instructor or professor to input 40 student names and their respective scores for each grade component. B. The students’ raw grades will be computed according to the following components: Grade Component Description Equivalent Percentage Experiments »This component is composed of 4 experiments. »Each experiment is equal to 100 points and has a weight of 5 percent. 20% Skills Tests »This component is composed of 4 skills tests. »Each skills test is equal to 100 points and has a weight of 5 percent. 20% Machine Problems »This component is composed of 2 machine problems. »Each machine problem is equal to 100 points and has a weight of 10%. 20% Major Examinations »Preliminary and Final Examinations are both equivalent to 100 points and are divided into two parts: Written Examination = Score/30 Practical Examination = Score/70 »Each major exam is equivalent to 20% 40% C. The program will output the students’ final raw grades and their corresponding Grade Point Average (GPA) based on the transmutation table below. FINAL GRADE TRANSMUTATION: Grade Point Average (GPA) Final Raw Grade 1.00 95.57 to 100 1.25 91.12 to 95.56 1.50 86.68 to 91.11 1.75 82.23 to 86.67 2.00 77.79 to 82.22 2.25 73.34 to 77.78 2.50 68.90 to 73.33 2.75 64.45 to 68.89 3.00 60.00 to 64.44 D. The program will determine if a student is passed or failed the subject.
Problem
Nowadays, software companies are producing classroom management software
in order to aid school instructors or professors in assessing their students’ performances
in class. As a newly built software company, you’ve decided to create your own version
of a classroom management software in a form of an electronic class record that will suit
the given specifications:
A. The program will let the instructor or professor to input 40 student names
and their respective scores for each grade component.
B. The students’ raw grades will be computed according to the following
components:
Grade
Component Description Equivalent
Percentage
Experiments
»This component is composed of 4
experiments.
»Each experiment is equal to 100
points and has a weight of 5 percent.
20%
Skills Tests
»This component is composed of 4
skills tests.
»Each skills test is equal to 100 points
and has a weight of 5 percent.
20%
Machine
Problems
»This component is composed of 2
machine problems.
»Each machine problem is equal to
100 points and has a weight of 10%.
20%
Major
Examinations
»Preliminary and Final Examinations
are both equivalent to 100 points and
are divided into two parts:
Written Examination = Score/30
Practical Examination = Score/70
»Each major exam is equivalent to
20%
40%
C. The program will output the students’ final raw grades and their
corresponding Grade Point Average (GPA) based on the transmutation
table below.
FINAL GRADE TRANSMUTATION:
Grade Point Average
(GPA)
Final Raw Grade
1.00 95.57 to 100
1.25 91.12 to 95.56
1.50 86.68 to 91.11
1.75 82.23 to 86.67
2.00 77.79 to 82.22
2.25 73.34 to 77.78
2.50 68.90 to 73.33
2.75 64.45 to 68.89
3.00 60.00 to 64.44
D. The program will determine if a student is passed or failed the subject.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images