Compute the grade point average (GPA) for a beginning student who has completed only the following courses:

![14942|327x98](upload://b9OErW6WPN6SOkfQgdb2a22xRsH.jpeg)

Wt Av = Sum of Products (grade * credits) / Sum (credits)
= ((3.2 * 5) + (3.4 * 5) + (4.0 * 1) + (4.0 * 2)) / (5 + 5 + 1 + 2)
= 45 / 13 = 3.4615... rounded to 2 places, gives = 3.46

Computer Science & Information Technology

You might also like to view...

To help limit the file size, the textbook recommends that all symbols in an input mask not be stored with the data

Indicate whether the statement is true or false

Computer Science & Information Technology

Relative Standing measures ________

A) the median of a dataset B) the rank of one value with regard to other values in a dataset C) the standard deviation of a dataset D) the rank value of the quartiles of a dataset

Computer Science & Information Technology