Computer Science for IGCSE & O level - Programming (Section 1 - No. 46)
In pseudo-code examples, what does the `NumberStudents` constant likely represent in the context of a student mark calculation program?
The total number of subjects taken by each student.
The highest possible mark a student can obtain.
The total number of students whose marks are being processed.
The number of classes in a school.
Explanation
Based on the context, the constant seems to control the iteration through student data.
Comments (0)
