SUMMARY

This is the last blog of our series and we will like to conclude by this one.Till now we have completely implemented the required software project.In this blog we would like to conclude the project by just giving a recap of what all we have done.We would be sharing the complete code in a combined form so that you can refer it for your purpose.


Let us see gather all the concepts and the functions that we have implemented in this complete project.

1.We successfully implemented the object oriented file handling concepts in the project and used it for creation and
processing of our database which is a text file.

2.We implemented the respective functions of the admin.

3.We implemented the respective functions of the student user.

4.Basic data-structure like array,structure was used for the storing the database information from the text file.

5.Linear search was used for searching and quick sort was used for the sorting purpose used in the orderby() function.

6.Hashing technique was used in the group by mechanism for searching the duplicates in the necessary attributes.

These were the basic crux points to be mentioned in the project.

This was a simple project and was part of our college assessment.Thankyou for staying tuned with us.Please like share and comment this blog series as the best part of learning is through peer learning.

Following are the details of the contributors towards this project and each one has explained their parts with the help of  a video describing the respective functionalities.

Name : Dinanath Shinde
Roll No:63
Gr No.:1711082

Contribution:Menu driven program

Link of presentation video:
https://drive.google.com/file/d/1IH7VXMAVLxKP7pD6r8-gBHFfxP97FbrK/view

Name:Pushkar Sadaphal
Roll No:59
Gr no:1710216

Contribution: copying(),deletion() and groupby()

Blogs Written:-OBJECT ORIENTED ANALYSIS,DELETION,DELETION CONTINUED,GROUP BY.

Link for presentation video:
https://drive.google.com/file/d/15m3IbcoYDcYrspbfi3finnHAFteZEgTI/view

Name:Prasad Wakodkar
Roll No:73
Gr no:1710955

Contribution: insertion() and modify() 

Link for presentation video:
https://drive.google.com/file/d/1T5KFA3vYNAp0vpuZ8L2iCtIxM-1h0F07/view


Name:Sanket Rathod
Roll No:58
Gr no:1710434

Contribution: Searching() and Orderby() 

Link for presentation video:
https://drive.google.com/file/d/1CwR1fzsUQsJpLGcKU7mHYiA476T0Gvlh/view

Name:Abhinav Kondukwar
Roll No: 41
Gr no: 1710703

Contribution: writing() and Orderby() 

Link for presentation video:

https://drive.google.com/file/d/1VONp0R-afuYOSWibga_4991mHbBWBchN/view



PROJECT REPORT LINK-
https://drive.google.com/file/d/1tBaxTbKhmKRuuQ35jM_pyCY9-qIvC8E0/view

Comments

Post a Comment

Popular posts from this blog

SEARCHING

ORDER BY PART-2

GROUP BY