<%@ Language=VBScript %> <% Option Explicit %> Calculation of Grade Point Average - Lanier Technical College
 
 




   
 
Calculation of Grade Point Average (GPA)
 
 
     
For calculating GPA, each letter grade has a point value. Listed below are the values:
A
=
4
B
=
3
C
=
2
D
=
1
F
=
0
WF
=
0

The grade points are determined by multiplying the number of points a grade is worth times the credit hours a course carries. Thus a grade of an "A" (4 points) in a 5 credit hour course (4 x 5) equals 20 points. The same grade "A" in a 3 credit hour course (4 x 3) equals 12 points. Example: A "CIS" student's grades may appear as follows:

Credit Hours Grade Points  
SCT 100 Intro to Computers 3 B (3) 9  
CIS 173 Operating Systems Concepts 6 A (4) 24  
CIS 106 Computer Concepts 5 D (1) 5  
         
Total Points 38      


Individual course points are added together to determine total points. To determine the GPA, divide total points by total credit hours: 38 / 14 = 2.71 GPA.