DSU Microproject 3rd SEM

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

MAHARASHTRA STATE BOARD OF TECHINCAL

EDUCATION MUMBAI

MICRO PROJECT REPORT

ON
“College Registration form”
Under course –

Data Structures using ‘C’(22317)

SUBMITTED BY –
1) Khandale Mohit Deepak 2) Mhaske Anurag Sandeep
3) Gaikwad Sahil Bhaskar

Prof. V.A.Yeole
Lecturer in Department of Information Techonology Academic
Year2022- 23

DEPARTMENT OF INFORMATION TECHONOLOGY


ENGINEERING MET’S
Academic Year 2022-2023
CERTIFICATE
This is to Certify that the project report “Data Structures using ‘C’”
Was successfully completed by Student of first semester Diploma in
(Information Technology engineering)

“College registration Form”


Under course-
Data Structures using ‘C’(22317)

SUBMITTED BY,

1) Khandale Mohit Deepak 2) Mhaske Anurag Sandeep


3) Gaikwad Sahil Bhaskar

In partial fulfilment of the requirements for the award of the Diploma


in
(INFORMATION TECHNOLOGY ENGINEERING) and submitted to the
Department of INFORMATION TECHNOLOGY ENGINEERING of MET’S
IOT - Polytechnic, Nashik work carried out during a period for the
academic year 2022-23 as per curriculum.
ACKNOWLEDGEMENT
This is to acknowledge that this investigatory project would
not have been successful without the help of the source that
are mention below.

It was a great opportunity making thus investigatory project


so at the onset a very great thanks to our respected subject
teacher
V.A.Yeole without her guidance this investigatory project
would not have been possible.

Lastly, I would like to thank our parents who really helped us


in each and every movement, friends and everyone who is
directly or indirectly associated with the completion of this
investigatory project of DSU.
1.0Brief Introduction-
The mini-project “College Registration Form” in C is a console application using
the C programming language. This project compiled in code blocks with the GCC
compiler. In this console application, you can do college registration of students.

2.0 Aim of the micro project


1)TO study our practical knowledge in Programming in “C”
2)To study the different programs.

3.0 Action Plane


Name of Responsible Team
Sr. No. Details of Activity Start Date Finish Date Members (R.
No.)

1 Selection of Micro Khandale Mohit Deepak (11)


project Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()
2 Research Khandale Mohit Deepak (11)
(Content and Images) Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()
3 Collection of data Khandale Mohit Deepak (11)
Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()

4 Compilation of the Khandale Mohit Deepak (11)


collected Data Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()
5 Formatting of the Khandale Mohit Deepak (11)
Document Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()
6 Analysed and Khandale Mohit Deepak (11)
confirm the Mhaske Anurag Sandeep (28)
information by Gaikwad Sahil Bhaskar()
guide
7 Printing of the Final Khandale Mohit Deepak (11)
Project Mhaske Anurag Sandeep (28)
Gaikwad Sahil Bhaskar()
8 Submission of the Khandale Mohit Deepak (11)
Micro project Mhaske Anurag Sandeep (28)
Gaikwad Sahil
Bhaskar()

4.0 Resource Required

Sr.no Name of Specification Qty Remarks


Resource/material

1 Computer system Windows-11 - -

2 Internet - -
connection
➢ Source Code -
#include<stdio.h>
#include<conio.h>
struct student;
char
name[20],lname[20],fname[20],email[30],mname[20],gender,bg[15],ad[30];
int mobile[10],a;
void main()
{
clrscr();
{
struct student;
//s:
printf("\n -------------------------------------------------------------------------------");
printf("\n\t\t\t|| ENTER INFORMATION ||\n");
printf("\n -------------------------------------------------------------------------------");
printf("\n\n Please Enter Student Name:\t");
scanf("%s",&name);
printf("\n Please Enter Father Name:\t");
scanf("%s",&fname);
printf("\n Please Enter Last Name:\t");
scanf("%s",&lname);
printf("\n Please Enter Mother Name:\t");
scanf("%s",&mname);
printf("\n Please Enter Blood Group:\t");
scanf("%s",&bg);
printf("\n Please Enter Gender (m/f):\t");
scanf("%s",&gender);

printf("\n Please Enter Mobile Number:\t");


scanf("%d",&mobile);
clrscr();
printf("\n -------------------------------------------------------------------------------");
printf("\n\t\t\t|| STUDENT REGISTRATION FORM ||\n");
printf("\n -------------------------------------------------------------------------------");
printf("\n\n STUDENT NAME:\t%s",name);
printf("\n FATHER NAME:\t%s",fname);
printf("\n LAST NAME:\t%s",lname);
printf("\n MOTHER NAME:\t%s",mname);
printf("\n BLOOD GROUP:\t%s",bg);
printf("\n GENDER:\t%c",gender);

printf("\n MOBILE NO:\t%d",mobile);


/*printf("\n\n DO YOUB WANT ADD MORE");
printf("\n (1)YES\t (2)NO");
scanf("%d",&a);
if(a==1)
{
clrscr();
goto s;
}
else
{
clrscr();
printf("\n\n\n\t\t\t|| THANK YOU ||");
}*/
}
getch();
}

➢ Screen Shot of Output screen


Teacher Evaluation Sheet
Name of Student – Khandale Mohit Deepak
Enrollment No - 2107760266
Name of Program - SYIF
Course Title – Data Structures using ‘C’
Title of Micro Project – “College Registration Form”
Course Outcomes Achieved
………………………………………………………………………………………………………………
Evaluation as per Suggested Rubric for Assessment of Micro Project
Sr.No. Characteristics to Poor Average Good Excellent
be Assessed (Marks 1- (Marks (Marks 6- (Marks 9-
3) 4-5) 8) 10)
1 Relevance to the
course
2 Literature
Survey/information
Collection
3 Project Proposal
4 Completion of the
Target as per
Project Proposal
5 Analysis of Data
and representation
6 Quality of
Prototype/Model
7 Report Preparation
8 Presentation
9 Defense
Micro Project Evaluation Sheet
Process Assessment Product Assessment Total
Marks
Part-A Project Part-B Individual out
Project Methodology (2 Presentation/Viva (4 of 10
Proposal Marks) Marks)

Note:
Every course teacher is expected to aasign marks for group evolution in first 3
columns & individual evolution in 4th columns for each group of students as per
rubrics.

Comments/Suggestions about team work/leadership/inter-personal


communication (if any)
…………………………………………………………………………………………………………
Any other Comment:
…………………………………………………………………………………………………………
Name and designation of the faculty Member Prof.V.A.Yeole and Lecturer
Signature…………………
Teacher Evaluation Sheet
Name of Student – Mhaske Anurag Sandeep
Enrollment No - 2107760287
Name of Program - SYIF
Course Title - Data Structures using ‘C’
Title of Micro Project – “College Registration Form”
Course Outcomes Achieved
………………………………………………………………………………………………………………
Evaluation as per Suggested Rubric for Assessment of Micro Project
Sr.No. Characteristics to Poor Average Good Excellent
be Assessed (Marks 1- (Marks (Marks 6- (Marks 9-
3) 4-5) 8) 10)
1 Relevance to the
course
2 Literature
Survey/information
Collection
3 Project Proposal
4 Completion of the
Target as per
Project Proposal
5 Analysis of Data
and representation
6 Quality of
Prototype/Model
7 Report Preparation
8 Presentation
9 Defense
Micro Project Evaluation Sheet
Process Assessment Product Assessment Total
Marks
Part-A Project Part-B Individual out
Project Methodology (2 Presentation/Viva (4 of 10
Proposal Marks) Marks)

Note:
Every course teacher is expected to aasign marks for group evolution in first 3
columns & individual evolution in 4th columns for each group of students as per
rubrics.

Comments/Suggestions about team work/leadership/inter-personal


communication (if any)
…………………………………………………………………………………………………………
Any other Comment:
…………………………………………………………………………………………………………
Name and designation of the faculty Member Prof.V.A.Yeole and Lecturer
Signature…………………
Teacher Evaluation Sheet
Name of Student – Gaikwad Sahil Bhaskar
Enrollment No - 2107760317
Name of Program - SYIF
Course Title - Data Structures using ‘C’
Title of Micro Project “College Registration Form”
Course Outcomes Achieved
………………………………………………………………………………………………………………
Evaluation as per Suggested Rubric for Assessment of Micro Project
Sr.No. Characteristics to Poor Average Good Excellent
be Assessed (Marks 1- (Marks (Marks 6- (Marks 9-
3) 4-5) 8) 10)
1 Relevance to the
course
2 Literature
Survey/information
Collection
3 Project Proposal
4 Completion of the
Target as per
Project Proposal
5 Analysis of Data
and representation
6 Quality of
Prototype/Model
7 Report Preparation
8 Presentation
9 Defense
Micro Project Evaluation Sheet
Process Assessment Product Assessment Total
Marks
Part-A Project Part-B Individual out
Project Methodology (2 Presentation/Viva (4 of 10
Proposal Marks) Marks)

Note:
Every course teacher is expected to aasign marks for group evolution in first 3
columns & individual evolution in 4th columns for each group of students as per
rubrics.

Comments/Suggestions about team work/leadership/inter-personal


communication (if any)
…………………………………………………………………………………………………………
Any other Comment:
…………………………………………………………………………………………………………
Name and designation of the faculty Member Prof.V.A.Yeole and Lecturer
Signature…………………

You might also like