Computer Science, asked by lakshmiveeranki81, 7 hours ago

a college has to generate the roll number of the student for the internal examination the college admin authority has to generate the roll number front the registration number of the student write an algorithm for implement the devised method for the college system to find the roll number from the registration​

Answers

Answered by shilpa85475
11

To generate the roll number of the college student for the exam , the admin will make use of the registration number to get it.

If the database is structural one can make use of the joins and primary key to keep the record unique and safe.

Explanation:

1. start.

2. Collect the database of the college from admin. Make sure that the data in authentic and original.

3. The database will have all the relevant contents along with the registration and roll number.

4. Once, you get the roll number make a copy of it, and the ulter it with the registration  number.

5. Hence, now the recored will have roll no along with the registration number.

6. Stop

Similar questions