Thursday 17 September 2015

Update #5 - Data Dictionary

No.
Variable Name
Data Type
Description
01.
enter
string
To get input from the user
02.
cgpa_grades
string
To calculate the grade value
03.
cgpa_credits
string
To calculate the credit hour
04.
i
string
To accumulate the number of semesters
05.
sems
string
Semesters available (3)
06.
something
boolean
To run the loop
07.
z
string
To accumulate the number of subjects
08.
adnan
string
To accumulate the grades
09.
enteredsubject
list
List of chosen subject by the student
10.
gradepoint
float
To calculate total grade points
11.
totalgp
string
To obtain total grade point
12.
tcredith
integer
To calculate the total credit hours
13.
subject
list
List of available subjects
14.
subject_grade
list
List where it contains the available subject grades
15.
x
string
To get the subject names from the student
16.
A_plus,A, A_minus, B_plus, B, B_minus,C_plus,C, C_minus, D_plus, D, F
integer
The numerical value for each grade 
17.
count
string
To accumulate the entered grades
18.
y
string
To obtain the grades achieved from the user
19.
h
boolean
To run the ‘while’ loop
20.
ch
integer
Credit hours
21.
credithour
string
To obtain credit for each subject
22.
GPA
float
To calculate the GPA obtained
23.
nextsem
string
To proceed to another semester

No comments:

Post a Comment