C1S115 Sample Quiz Week 7 – Compute Scholarship – Guaranteed A+ Solution
1. (TCO 3, 10) Review the following scenario and complete the modular design where the main module only controls the execution of the modules.
Scenario:
Smart University (SU) offers Presidential and Dean’s Scholarships to incoming freshmen based on the students’ GPA and teacher recommendations. Once a student applies, SU calculates a scholarship score as follows:
Score = GPA + Average of 3 recommendations
If the score is 8.0 or above, the student will earn the Presidential Scholarship. If the score is 7.5 or above but below 8.0, the student will earn the Dean’s Scholarship. If the score is below 7.5, the student does not earn a scholarship.
Using structured pseudocode, design a solution that determines and displays the type of scholarship a student will earn. The user will input the student’s name, GPA, and three recommendation ratings.
The program should produce the following output for the student:
Student Name: XXXXXXXXXXXXX
Scholarship Score: 99.99
Scholarship Awarded: XXXXXXXXXXXXX
The program should use separate procedures for:
• inputting the data;
• determining the type of scholarship; and
• displaying the results.
The following is the Hierarchy Chart for the design, and notice that modules should pass data between them to perform the necessary processing.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************