Savadone University, a small, private university specializing in graduate programs, needs to keep track of the list of students who (a) apply, (b) are accepted, and (c) actually enroll in the university. For security purposes the university also must send a report to the government with a list of foreign students who enroll but fail to register.
Suggest a kind of code for this purpose, and give an example of its use in the university that demonstrates its appropriateness. What are its advantages?
A classification code is recommended for the university. An example of this code for the university is:
First digit Domestic or foreign student
Second digit Student applied
Third digit Student was accepted
Fourth digit Student enrolled
The advantages of this code is that a query could easily determine all the foreign students that have not actually enrolled at the university.
Computer Science & Information Technology