Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Writing a shell script which takes input from a CSV file as an argument to calculate the minimum grade for the final in order to

Writing a shell script which takes input from a CSV file as an argument to calculate the minimum grade for the final in order to pass the subject:

image text in transcribed

Min final grade = (Passing grade * (Mid term weight + Final weight) - Mid term weight * Midterm) / Final weight

Output:

The output should produce the same CSV file as above plus a col for Min final grade for passing the course

image text in transcribed

\begin{tabular}{|r|r|r|r|} \hline Midterm & Midterm weight & Final weight & \multicolumn{2}{l|}{ Passing grade } \\ \hline 56 & 25 & 35 & 50 \\ \hline 34 & 30 & 30 & 50 \\ \hline 56 & 25 & 35 & 45 \\ \hline \end{tabular} \begin{tabular}{|r|r|r|r|r|} \hline Midterm & Midterm weight & Final weight & Passing grade & Min final grade \\ \hline 56 & 25 & 35 & 50 & 46 \\ \hline 34 & 30 & 30 & 50 & 66 \\ \hline 56 & 25 & 35 & 45 & 37 \\ \hline \end{tabular}

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 3 Lnai 8726

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448440, 978-3662448441

More Books

Students also viewed these Databases questions

Question

Explain relationships between vertical and conglomerate mergers.

Answered: 1 week ago