top of page
PROGRAMMING CHALLENGES
University Course Grader
Difficulty:
3 Hard
2.2 Practice Exam Questions
Topic:
Part 1: Create a program to calculate final grades for students based on a 2D array where each row represents a student and columns represent different assessments. Each assessment has different weights. Part 2: Extend the program to determine the grade (A, B, C, D, F) based on the final score. Output the final grades.
Inputs: 2D array of assessment scores, weights. Outputs: Final grades. Calculations: Weighted sum, determine grade. Variables: scores, weights, final_scores, grades.
Need help with your programming skills?
If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
bottom of page
