American International University-Bangladesh (AIUB) follows a semester-based credit hour system with a 4.00 grading scale. A CGPA (Cumulative Grade Point Average) calculator is an essential tool for students to track their academic performance, project future GPAs, and identify grade requirements for target CGPAs.
Scholarship Eligibility: To maintain a merit-based scholarship, students typically need a CGPA of 3.75 or higher with no failing grades or retakes. If you'd like, I can: cgpa calculator aiub
AIUB CGPA Calculator a digital tool designed for students of the American International University-Bangladesh (AIUB) to track their academic progress . It simplifies the calculation of Grade Point Average (GPA) for a single semester and Cumulative Grade Point Average (CGPA) across multiple semesters. Since AIUB follows a specific 4.00 grading scale Report: CGPA Calculator for AIUB 1
Input: list of courses where each course has credits, gradeLetter
Map gradeLetter -> gradePoint (use AIUB table)
qualityPoints = 0
totalCredits = 0
for each course in list:
if course.gradeLetter in countedGrades:
gp = gradePoint(course.gradeLetter)
qualityPoints += gp * course.credits
totalCredits += course.credits
if totalCredits == 0:
CGPA = 0
else:
CGPA = qualityPoints / totalCredits
Output CGPA rounded per official rule
The Formula: $$CGPA = \frac\textTotal Quality Points Earned\textTotal Credit Hours Attempted$$ project future GPAs
: A lightweight, open-source web tool that allows students to quickly input grades without downloading an application. Official AIUB Calculation Guide