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...

________ programming is a technique for writing apps containing tasks that can execute asynchronously, which can improve app performance and GUI responsiveness in apps with long-running or compute-intensive tasks.

a) synchronous b) object-oriented c) task-oriented d) Asynchronous

Computer Science & Information Technology

Most spreadsheet software includes features that create ________ -- sometimes called charts.

A. formulas B. functions C. graphs D. columns

Computer Science & Information Technology

Word automatically applies Styles to each line of the Table of Contents, for example, ________ items get TOC3

Fill in the blank(s) with correct word

Computer Science & Information Technology

A type of digital connection that has three channels is _______

Fill in the blank(s) with correct word

Computer Science & Information Technology