Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose that you are writing a program for calculating the final grades of students using tabular data. In the data table, the first column is

Suppose that you are writing a program for calculating the final grades of
students using tabular data. In the data table, the first column is student id, second is
midterm grade, and third is quiz grade.
Before you calculate the overall grade, you need to calculate the centered grade for
each individual exam. To calculate the centered grade for each exam, you would need
to calculate the average of that exam (or quiz) individually, then subtract the
calculated average from each student's grade for that exam and add 60 to the outcome.
Lastly, you need to weigh the exam with its respective grade (30% for midterm, 30%
for quiz and 40% for the final) and add them up to calculate the overall grade.
Suppose that you read the data from a comma separated values (.csv) file and write
your output to another (.csv) file.
a.(10 Points) For this program, draw a diagram showing the program structure and
individual modules that you would develop.
b.(10 Points) Describe the error classes that you would use for each module of this
program.
c.(20 Points) For each module, describe the test cases you would use considering
that you are using extreme programming paradigm

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Objects And Databases International Symposium Sophia Antipolis France June 13 2000 Revised Papers Lncs 1944

Authors: Klaus R. Dittrich ,Giovanna Guerrini ,Isabella Merlo ,Marta Oliva ,M. Elena Rodriguez

2001st Edition

3540416641, 978-3540416647

More Books

Students also viewed these Databases questions