Title of Project: Shri H. H. J. B Polytechnic, CHANDWAD-423121 (Nashik)
Title of Project: Shri H. H. J. B Polytechnic, CHANDWAD-423121 (Nashik)
Title of Project: Shri H. H. J. B Polytechnic, CHANDWAD-423121 (Nashik)
EDUCATION
SHRI H. H. J. B POLYTECHNIC,
CHANDWAD-423121 (Nashik)
MICRO PROJECT
Academic year 2222-23
TITLE OF PROJECT
Train tickect reservation system
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-10) (Marks 10-20) (Marks 20 - 30) (Marks 30-40)
(A) Process and Product Assesssment (Convert above total marks out of 24 marks)
1 Relevance to the Course
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 16 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 40
Khairnar Darshan kashinath Proposal (8 marks) Report / Working Viva (16
(8 marks) Model(8 marks) marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-10) (Marks 10-20) (Marks 20 - 30) (Marks 30-40)
(A) Process and Product Assesssment (Convert above total marks out of 24 marks)
1 Relevance to the Course
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 16 marks)
8 Presentation
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
CERTIFICATE
This is to certify 1) Pandhare Tushar Balasaheb
2)Tope Akshay Ravindra
of 4thSemester of Diploma in Computer Technologyof Institute, SHHJB
POLYTECHNIC, CHANDWAD (Code: 2279) has completed the Micro-Project
satisfactorily in Subject Gui Appliction Devlopment using VB.NET(22234) for the academic
year 2222- 2223as prescribed in the curriculum.
Place: CHANDWAD
Date: / 5 /2023
Part A
Part B
PublicClassForm1
PrivateSubButton1_Click(senderAsObject,eAsEventArgs)HandlesButton1.Clic
k
IfTextBox1.Text="Admin"AndTextBox2.Text="Pass123"Then
MsgBox("Loggedinsuccessfully")
TextBox1.Text=""
TextBox2.Text=""
Form2.Show()
Me.Hide()
Else
MsgBox("InvalidUsernameorPassword")
TextBox1.Text=""
TextBox2.Text=""
EndIf
EndSub
PrivateSubButton2_Click(senderAsObject,eAsEventArgs)Handles
Button2.C
lick
Me.Cl
ose()
EndSub
EndClass
PublicClassForm2
PrivateSubButton1_Click(senderAsObject,eAsEventArgs)HandlesButto
n1.Click Form3.Show() Me.Hide()
EndSub
PrivateSubButton2_Click(senderAsObject,eAsEventArgs)HandlesButto
n2.Click Form4.Show()
Me.Hide()
EndSub
EndClass
PublicClassForm3
PrivateSubButton2_Click(senderAsObject,eAsEventArgs)Handles
Button2.Click
Form5.Show()
EndSub
PrivateSubButton1_Click(senderAsObject,eAsEventArgs)Handles
Button1.Click
Me.Close()
Form2.Show()
EndSub
PrivateSubTextBox1_TextChanged(senderAsObject,eAsEventArgs)
HandlesTextBox1.TextChanged
EndSub
EndClass
PublicClassForm4
PrivateSubButton2_Click(senderAsObject,eAsEventArgs)Handles
Button2.Click
Form5.Show()
EndSub
PrivateSubButton1_Click(senderAsObject,eAsEventArgs)Handles
Button1.Click
Me.Close()
Form2.Show()
EndSub
PrivateSubTextBox4_TextChanged(senderAsObject,eAsEventArgs)HandlesTe
xtBox4.TextChanged
EndSub
EndClas
•WelearnedthemanyconceptsofVB.NET
•Ourlogicisimproved.
•OurskillsofdevelopingVB.NETprogramisimproved