This document outlines the marking scheme for Assignment 2 of the COMP 1602 Computer Programming II course. It will be marked out of 80 points and involves creating structs and arrays to store student, course, and grade data from multiple files, implementing search and print functions, calculating GPA, and developing a working program with a menu.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
80 views
Assignment #2 Marking Scheme
This document outlines the marking scheme for Assignment 2 of the COMP 1602 Computer Programming II course. It will be marked out of 80 points and involves creating structs and arrays to store student, course, and grade data from multiple files, implementing search and print functions, calculating GPA, and developing a working program with a menu.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
COMP 1602: Computer Programming II
Assignment 2: Marking Scheme
Create structs and arrays [6]
Read data from all three files and store in arrays of structs [8] Print function for student, course and grade [4] Option 1 – search courses – print course or invalid [6] Option 2 – search course code in grade sheet – print grades or invalid [8] Option 3 – search student ID, print courses and grades OR whether the student is not enrolled or does not exists [8] Option 4 – search for student ID, print the details or does not exists [7] Get Quality Points [3] Calculate GPA [6] Display Menu [4] Working Program [20]