0% found this document useful (0 votes)
99 views24 pages

PCI Microproject 2nd SEM

1. The document is a micro project report submitted by students to their professor for their college registration form project. 2. The project aims to understand framing techniques and diagnose a course by creating a console application for college registration in C programming language. 3. The report includes an introduction, aim of the project, action plan with timeline and responsibilities, resources required, source code, output screenshot, and teacher evaluation sheet.

Uploaded by

Sahil Gaikwad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views24 pages

PCI Microproject 2nd SEM

1. The document is a micro project report submitted by students to their professor for their college registration form project. 2. The project aims to understand framing techniques and diagnose a course by creating a console application for college registration in C programming language. 3. The report includes an introduction, aim of the project, action plan with timeline and responsibilities, resources required, source code, output screenshot, and teacher evaluation sheet.

Uploaded by

Sahil Gaikwad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 24

Annexture I

MAHARASHTRA STATE BOARD OF TECHNICAL


EDUCATION – MUMBAI

Program: Information Technology Course code:(22322)

Micro Project Report On,


College Registration form

Submitted by,

Mohit Khandale (11) Anurag Mhaske (28)

Sahil Gaikwad (50)

Guided by

Prof.V.A.Yeole

Department of Information Technology, MET’S


Institute of Technology , Polytechnic , Nasik
Academic Year -2022-2023
ACKNOWLEDGEMENT

We take this opportunity to express our deepest sense of gratitude


and sincere thanks to those who have helped us in completing this task

We express our sincere Thanks to our guide PROF. V.A.Yeole .lecturer


in IT department. Who has given us valuable suggestion excellent
guidance, continues encouragement and taken keen interest in the
completion of this work. Her kind assistance and constant inspiration will
always help us in our future also.

We thank PROF. V.A.Yeole of Information Technology Department, for


the co-operation and encouragement for collecting information and
preparation of data

We are thankful to principal DR.R.S.Narkhede, for encouraging us to


undertake this project and he has taken interest in making the project and
report absolutely flawless

Credit goes to our friends’ staff member of information technology


Department and the institute’s library for their helps and timely
assistance.
Annexure II-A

PART A-Plan For

Framing Technique

1.0 Brief Introduction:-


1.In the physical layer, data transmission involves synchronised transmission of bits from the
source to the destination. The data link layer packs these bits into frames.
2.Data-link layer takes the packets from the Network Layer and encapsulates them into frames.
If the frame size becomes too large, then the packet may be divided into small sized frames.
Smaller sized frames makes flow control and error control more efficient.

2.0Aim of the Micro-project:


This Micro-Project aims at :

1. To understand concept of framing techniques.

2. To reduce the ambiguity of intangible topics.

3. To diagnose a course.

4. To make value judgments

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


1) 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