PCI Microproject 2nd SEM

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 22

MAHARASHTRA STATE BOARD OF TECHINCAL

EDUCATION MUMBAI
MICRO PROJECT REPORT

ON
“College Registration form”
Under course –

Programming in C
SUBMITTED BY –
1) Pawar Shweta Dayaram 2) Raskar Sumit Subhash
2) Rakte Arjun Babasaheb 4) Lahamge Anant Santosh
5) Gaikwad Sahil Bhaskar 6) Magar Yash Prabhakar
7) Sanap Samadhan Ganpat

Prof. V.A.Yeole
Lecturer in Department of Information Techonology Academic Year2021-
22

DEPARTMENT OF INFORMATION TECHONOLOGY


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

“College registration Form”


Under course

Programming in C
SUBMITTED BY,

1) Pawar Shweta Dayaram 2) Raskar Sumit Subhash


3) Rakte Arjun Babasaheb 4)Lahamge Anant Santosh
5) Gaikwad Sahil Bhaskar 6) Magar Yash Prabhakar
7) Sanap Samadhan Ganpat

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 2021-22 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 PCI.

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
Sr. No. Details of Activity Start Date Finish Date Team Members (R.
No.)

1 Selection of Micro Rakte Arjun Babasaheb (52)


project Gaikwad Sahil Bhaskar (54)

2 Research
Raskar Sumit Subhash (51)
(Content and Images)
Lahamge Anant Santosh (53)
3 Collection of data Pawar Shweta Dayaram
(50)
Magar Yash Prabhakar
(55)
4 Compilation of the
Sanap Samadhan Ganpat (56)
collected Data
Gaikwad Sahil Bhaskar (54)
5 Formatting of the
Rakte Arjun Babasaheb (52)
Document
Magar Yash Prabhakar (55)
6 Analysed and
confirm the Gaikwad Sahil Bhaskar
information by (54)
guide
7 Printing of the Final
Sanap Samadhan Ganpat (56)
Project
Rakte Arjun Babasaheb (52)

8 Submission of the
Pawar Shweta Dayaram
Micro project
(50)

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 – Pawar Shweta Dayaram
Enrollment No - 2107760313
Name of Program - FYIF
Course Title – Programming in 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 Acerage 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 - Raskar Sumit Subhash
Enrollment No - 2107760314
Name of Program - FYIF
Course Title - Programming in 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 Acerage 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 – Rakte Arjun Babasaheb
Enrollment No - 2107760315
Name of Program - FYIF
Course Title - Programming in 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 Acerage 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 – Lahamge Anant Santosh
Enrollment No - 2107760316
Name of Program - FYIF
Course Title - Programming in 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 Acerage 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 - FYIF
Course Title - Programming in 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 Acerage 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 – Magar Yash Prabhakar
Enrollment No - 2107760318
Name of Program - FYIF
Course Title - Programming in 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 Acerage 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 – Sanap Samadhan Ganpat
Enrollment No - 2107760319
Name of Program - FYIF
Course Title - Programming in 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 Acerage 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