https://github.com/ahmdeltoky03/school_management_system
School Management System-C project
https://github.com/ahmdeltoky03/school_management_system
algorithm c-programming data-structures
Last synced: about 2 months ago
JSON representation
School Management System-C project
- Host: GitHub
- URL: https://github.com/ahmdeltoky03/school_management_system
- Owner: ahmdeltoky03
- Created: 2023-09-28T10:57:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:03:43.000Z (over 1 year ago)
- Last Synced: 2024-10-24T22:49:56.987Z (over 1 year ago)
- Topics: algorithm, c-programming, data-structures
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `School_Management_System`
* School Management System C graduation project At NTI (LEVEL 1 - C and Embedded C )
* This project is focused on `student record services in school, so it is named “School Management System”.
* Here, you can do many methods like :create a new student, update information of an existing student, view and manage scores, check the details of an existing student, remove existing student and view student’s list.
# `The function we are looking for:`
1- `MAIN_MENU ()` – this function displays the
welcome screen and targeted activates.
2- **NEW_STUDENT()** – this function creates a
new student account. it asks about details of the
student such as name, date of birth, ID, address
and phone number.
3- **DELETE_STUDENT()** – this function is for
deleting a customer account.
4- **STUDENT_LIST()** –this function, you can view
the students information such as name, date of
birth, ID, address and phone number in table
form (alphabetically ascending).
5- **STUDENT_EDIT()**– this function has been used
for updating a particular student account.
6- **RANK_STUDENT()** –this function can sort all
students according to computer science score.
7- **STUDENT_SCORE()** – this function has been
used for updating score of all students.