Course Modification

Course Modification

Public static void AddCourse (string strCRSeName, string strCRSeDescr, int addCRSe, int modCRSe, int delCRSe)

At first, this approach recognizes the required information to add as well as modify the course(s) prior to writing the information to the course file.

Public static Boolean FindCourse (string strCRSeName)

Course names from the course file are admitted and recaptured through this approach. The correct value is returned when the course name is identified and a wrong value is returned when the course name does not exist.

Public static void GetAllCourses ()

This approach elucidates the whole course file before accumulating the information in parallel arrays for any modifications that are mandatory.

Student Modification

Public static void AddStudents (string strStudtName)

The information needed for adding and modifying the students and their names is identified by this approach which then records the accrued information into the student file.

Public static Boolean FindStudents (string strStudtName)

The names of students are recovered from the student file by this approach which returns a correct value when the student’s name is found and a wrong value when the name does not exist.

Public static void GetAllStudents ()

The whole student file is scanned by this approach before hiding the information in parallel arrays for any impending modifications.

Student Registration

Public static void CourseRegistration (string strStudtName, string strCRSeName, string strCRSeDescr, string strRgtrCourse)

Needed information for student registration in all courses available is defined by this method before the information is drafted to both the student and course file.

Public static Boolean RegisterCourses (string strStudtName, string strCRSeName)

This approach recovers the names of students and course names from the given file—Student Name/Course Name. For the correct value to return the name (student/course) must be found in the file; otherwise the wrong value will return.

Public static void GetAllCourses ()

This approach collects and assembles the course file contents in parallel arrays for any imminent modifications.

Public static void AddGrades (string strStudtName, string strCRSeName, int StudtGrade, int GradReport)

This approach accepts the information that is important to attach and write student grades to the grade file.

Public static Boolean FindStudent (string strStudtName)

Student names from the student file will be retrieved by this approach. If student’s name is found, the correct value will be obtained; else a wrong value will be obtained.

Public static void GetAllGrades ()

All the grade file contents are arranged in parallel arrays for more modifications.

Student Directory

Public static void CollegeDirectory (string strStudtName, string strProName, int SrchBar)

The information needed to add and write student and professor names to the assigned file is secured by this approach.

Public static Boolean FindStudents (string strStudtName)

Student names from the student file can be recalled by this approach. When the student’s name is obtained, it returns a correct value, or else a wrong value is returned.

Public static Boolean FindProfessors (string strProName)

All professor names from the given file can be recollected by this method. A true value is returned when the name is found or a false value is returned when the name cannot be found.

Public static void GetAllStudents ()

This approach interprets and keeps the content of the whole students file in parallel arrays for any further modifications.

Public static void GetAllProfessors ()

The whole professors file is interpreted and kept in parallel arrays for any voluntary modifications by the aid of this approach.

Course Catalog

Public static void AddCourses (string strCatlgHome, string strCRSeSearch, strCRSeName)

Certain course information is documented by this approach.

Public static Boolean FindCourses (string strCRSeName)

This approach acknowledges and retrieves course names from the course file. The value is considered true when the course name is obtained or declared wrong if the course name is not found.

Public static void GetAllCourses ()

This approach interprets the whole course file, keeping the information in parallel arrays for any required modifications.

            With the help of the newly integrated program, the process of adding courses, students and grades should be very easy. The principal aim is to ensure that the registration process is smooth on condition that grading experience is satisfactory. The uncomplicated way to adding and modifying student and course name is by using strings. Boolean coding guarantees reviewing specific student, course, or professor credentials a success. This should lead to an easy process of modification and also provide a harmonious approach for adding students, registering them for classes, and keeping the grade report appraised.

 

 

 

Place an Order

Plagiarism Free!

Scroll to Top