Question:

Develop a code for Nisha, Roll No. 23 who took admission in Section A, Class XI in the year 2024 in School No. 10 run by the ‘Education For All Trust’. Section A is a science stream section and its code is 1.

Show Hint

Always use a fixed structure for encoding identifiers — Institution/Year/Class/Section/Roll Number helps avoid duplication.
Updated On: Jul 19, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

To generate a student code, we combine multiple parameters that uniquely identify the student.
The components of the code are as follows:
\begin{itemize} \item Trust Code: EFA (abbreviation for ‘Education For All’) \item Year of Admission: 2024 \item School Number: 10 \item Class: XI \item Section Code: 1 (for Section A – Science) \item Roll Number: 23 \end{itemize} Hence, the generated code for Nisha will be:
\[ \boxed{\text{EFA2024/10/XI/1/23}} \] This code is structured and informative and can be decoded to trace student details easily.
Was this answer helpful?
0
0