Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task: You are required to produce a C-program to grade the marks and calculate the Grade Point Average (GPA) for a group of Mechanical Engineering
Task: You are required to produce a C-program to grade the marks and calculate the Grade Point Average (GPA) for a group of Mechanical Engineering students. The list of students, subjects taken, and marks are given in the file data.txt. To complete the task, you have to read the data file provided and produce a separate data file to include the following: 1. Grades for the courses based on the marks obtained by each student 2. Indicate whether the student is required to repeat the subject with the notation (UK) 3. GPA for each student 4. Based on the GPA, indicate the status of the student's results based on Good Status (KB), Probation Status (KS) or Failed Status (KG). 5. At the end of the output file, indicate the number of students with the status KB, KS and KG. use The C-code (e.g. relevant comments, structure, simplicity, of functions/arrays, no warnings/errors and etc) and the output file (e.g. completeness/accuracy of the information required) will also be assessed. By the end of the project, you will need to submit a 3-page report containing: 1. Introduction 2. Problem statement 3. Methodology (flow chart/algorithm) 4. Discussion (e.g. Difficulties/challenges in setting up the code? Any strategy you adopted that makes the code more efficient or user friendly? Number of students with KB, KG or KS?) 5. Conclusion Note: For e-learning submission, please include only three (3) files: 1) C- program (with extension .c); 2) data file created (with extension .txt) and 3) 3-page report (in PDF). Mark 90 100 80 - 89 75 - 79 70 74 65 - 69 60 - 64 55-59 50 54 45 - 49 40 - 44 35 39 30 34 00 - 29 Grade A+ A A- B+ B B- C+ C C- D+ Grade Point 4.00 4.00 3.67 3.33 3.00 2.67 2.33 2.00 1.67 1.33 1.00 0.67 0.00 D D- E *The minimum passing gradeis 40% (except forcore subjects) in whichany marks less than this will require the student to repeat the subject. ** Passing mark for core subjects (SEMM1213 and SEMM1113) is 50%. Academic Performance Rating GPA KB - Good Status CPA > 2.00 KS - Probation Status 1.70
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started