You are on page 1of 14

MAHARASHTRA STATE BOARD OF TECHNICAL

EDUCATION – MUMBAI
A
Micro-Project Report On
“College Registration form”

Submitted by,
Mohit Khandale [11]
Anurag Mhaske [29] Sahil Gaikwad [50]

Guided by,
Prof. V.A.Yeole,
Lecturer,
Department of Information Technology
Academic Year
2022-23
MET’S INSTITUTE OF TECHNOLOGY - POLYTECHNIC
BHUJBAL KNOWLEDGE CITY, ADGAON, NASHIK
MET’s Institute of Technology, Polytechnic
Bhujbal Knowledge City,
Adgaon, Nashik-422 003
Tel.: ( 0253)2303515, 2303267, 2303268 Telefax : ( 0253 )2303305,
Toll-free: 1800 22 0234 Email:principal_iot@bkc.met.edu

CERTIFICATE
This is to Certify that this report,
“College Registration form”

Submitted by,
Mohit Khandale [11]
Anurag Mhaske [29] Sahil Gaikwad [50]

The students of Second year Information Technology Department


In 2022-23
As a part of project work as prescribed by
The Maharashtra State Board of Technical Education, Mumbai
And that I have guided them for the said work from time to time
And I found them satisfactorily progressive.
And that, the said work has been assessed by me and I am satisfied that the
same is up to the standard envisaged for the level of the course.

Prof . S.B.Patil Prof . V.A.Yeole


Head of Department (Project Guide)
ACKNOWLEDGEMENTS

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 Project Guide Prof.V.A.Yeole
, Information Technology Department, who has given us excellent guidance, continuous
Encouragement for the completion of this work. His kind assistance and constant inspiration
will always help us in our future also.
We are very thankful to Principal. Dr. R.S. Narkhede, for encouraging us to
undertake this project and he has taken keen interest in making the project and report
absolutely flawless.
We are very thankful to Prof.S.B.Patil , for encouraging us to undertake this project
and he has taken keen interest in making the project and report absolutely flawless.
Annexure –I A

PART A - Plan
“College Registration form”
1.0 Brief 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


This Micro-Project aims at :
1. TO study our practical knowledge in Programming in “C
2. To study the different programs.

3.0 Action Plan


S. No. Details of activity Planned Planned Name of Responsible
Start date Finish Team Members
date
1 Discuss with the subject teacher regarding
the concept of “micro-project” which include 15/08/2022 23/08/2022 Mohit Khandale
in the I scheme.
2 Discuss with the subject teacher how to write
a diary and report of micro-project. 28/08/2022 06/09/2022 Sahil Gaikwad

3 Discuss with the subject teacher regarding


the micro-project topic. 19/09/2022 12/10/2022 Anurag Mhaske

4 Selection of Micro-project topic and form a 25/10/2022 15/11/2022


group. Mohit Khandale

5 Discuss with the subject teacher how to


search information of micro-project from 20/11/2022 25/11/2022 Anurag Mhaske
internet and reference books.
6 Project Report Preparation 28/11/2022 01/12/2022 Mohit Khandale
7 Project Report submission 03/12/2022 06/12/2022 Sahil Gaikwad
8 Presentation of Project 7/11/2022 10/12/2022 All members

4.0 Resources Required


S. No. Name of Resource/material Specifications Qty Remarks
1 Computer system Windows 10,11 - -
2 Internet Connection - - -
**************

Annexure –II A
PART B
“College Registration form”
1.0 Brief 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


This Micro-Project aims at :
1. TO study our practical knowledge in Programming in “C
2. To study the different programs.

3.0 Action Plan


S. No. Details of activity Planned Planned Name of Responsible
Start date Finish Team Members
date
9 Discuss with the subject teacher regarding
the concept of “micro-project” which include 15/08/2022 23/08/2022 Mohit Khandale
in the I scheme.
10 Discuss with the subject teacher how to write
a diary and report of micro-project. 28/08/2022 06/09/2022 Sahil Gaikwad

11 Discuss with the subject teacher regarding


the micro-project topic. 19/09/2022 12/10/2022 Anurag Mhaske

12 Selection of Micro-project topic and form a 25/10/2022 15/11/2022


group. Mohit Khandale

13 Discuss with the subject teacher how to


search information of micro-project from 20/11/2022 25/11/2022 Anurag Mhaske
internet and reference books.
14 Project Report Preparation 28/11/2022 01/12/2022 Mohit Khandale
15 Project Report submission 03/12/2022 06/12/2022 Sahil Gaikwad
16 Presentation of Project 7/11/2022 10/12/2022 All members

4.0 Resources Required


S. No. Name of Resource/material Specifications Qty Remarks
3 Computer system Windows 10,11 - -
4 Internet Connection - - -
**************
➢ Source Code -

#include<stdio.h>
#include<conio.h>
Struct student;
char name[20], iname[20], fname[20], ename[20], gender,bg[20], ad[20];
int mobile[10],a;

void main()
{
clrscr();
{
Struct student;
//s;
printf(“\n---------------------------------------------------------------------------”);
printf(“\n\t\t\t ||\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 Pease 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);
prinf(“\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 ||”);
}*/
}
getch();
}
➢ Screen Shot of Output screen
Teacher Evaluation Sheet

Name of Student: Khandale Mohit Deepak Enrollment No. : 2107760266


Name of Department: Information Technology Semester: Third
Course Title: Data Structure Using ‘C’ (DSU) Subject Code: 22317

Title of the Micro-Project : “College Registration form”

Course Outcomes Achieved:


1) Learned about programming language.
2) Reduce the ambiguity of intangible topics.
3) Computer knowledge is developed.

Evaluation as per Suggested Rubric for Assessment of Micro Project

Sr. No. Characteristic to be assessed Poor Average Good Excellent


( Marks 1 - ( Marks 4 - ( Marks 6 - ( Marks
3) 5) 8) 9- 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


Part A - Project Methodology Part B - Project individual Marks
Project (2 marks) Report/Working Presentation/Viva
Proposal Model (4 marks) 10
(2 marks) (2 marks)

Note:
Every course teacher is expected to assign marks for group evolution in first 3
columns & individual evaluation 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 Department: Information Technology Semester: Third
Course Title: Data Structure Using ‘C’ (DSU) Subject Code: 22317

Title of the Micro-Project : “College Registration form”

Course Outcomes Achieved:


1) Learned about programming language.
2) Reduce the ambiguity of intangible topics.
3) Computer knowledge is developed.

Evaluation as per Suggested Rubric for Assessment of Micro Project

Sr. No. Characteristic to be assessed Poor Average Good Excellent


( Marks 1 - ( Marks 4 - ( Marks 6 - ( Marks
3) 5) 8) 9- 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


Part A - Project Methodology Part B - Project individual Marks
Project (2 marks) Report/Working Presentation/Viva
Proposal Model (4 marks) 10
(2 marks) (2 marks)

Note:
Every course teacher is expected to assign marks for group evolution in first 3
columns & individual evaluation 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 Department: Information Technology Semester: Third
Course Title: Data Structure Using ‘C’ (DSU) Subject Code: 22317

Title of the Micro-Project : “College Registration form”

Course Outcomes Achieved:


1) Learned about programming language.
2) Reduce the ambiguity of intangible topics.
3) Computer knowledge is developed.

Evaluation as per Suggested Rubric for Assessment of Micro Project

Sr. No. Characteristic to be assessed Poor Average Good Excellent


( Marks 1 - ( Marks 4 - ( Marks 6 - ( Marks
3) 5) 8) 9- 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


Part A - Project Methodology Part B - Project individual Marks
Project (2 marks) Report/Working Presentation/Viva
Proposal Model (4 marks) 10
(2 marks) (2 marks)

Note:
Every course teacher is expected to assign marks for group evolution in first 3
columns & individual evaluation 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