Score Calculation C15242
1. The problem is to understand how to calculate the total score and grade from test and exam scores.
2. The formula to calculate the total score is:
$$\text{Total} = \text{Test} + \text{Exam}$$
3. The grade is assigned based on the total score, with remarks indicating performance.
4. For example, for the first row:
Test = 56, Exam = 36
$$\text{Total} = 56 + 36 = 92$$
Grade is A with remark Excellent.
5. This process is repeated for each row, confirming the total and grade.
6. The grades correspond to the total scores as follows:
- A: 86 to 100 (Excellent)
- B: 78 to 85 (Very Good)
- C: 60 to 77 (Good)
7. This table shows how to combine test and exam scores to get the total and assign grades accordingly.