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

A

Micro Project Report


On
Dice Roll Simulator
Under Course : - Programming With Python (22617)
Semester : - IV

Maharashtra State Board of Technical Education, Mumbai

Department of Computer Engineering

Sir Dr. M. S. Gosavi polytechnic Institute Nashik.


Academic Year: 2023-24
Maharashtra State Board of Technical Education, Mumbai

Branch Name : Computer Engineering


Academic Year : 2023-24
Course Name: GAD
Code:(22034)
Semester : IV

MICROPROJECT TOPIC : “Driving Details”


Sr.no Roll No. Name of the student Enrollment Seat No.
No.
1) 25 Ahire Vaishnavi Nilesh 2218000055

2) 41 Jadhav Dhanashree Yogesh 2218000076

Under the guidance of


Prof. D.M.Thorat

Three years Diploma program in Engineering and Technology of


Maharashtra State Board of Technical Education, Mumbai (Autonomous)
IOS 9001:2008 (IOS/IEC – 27001:2013), AT-1800
G. E. S. Sir Dr. M. S. Gosavi Polytechnic Nashik-Road, Nashik – 422101

Prof. D.M.Thorat Prof.B.B.Handge Dr.Mrs.S.P.Deshpande


Subject Incharge Head Of Department Principal

Seal Of Institute
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION,
MUMBAI

Certificate
This is to certify that Ms.Vaishnavi Nilesh Ahire Roll:25 of Computer
Engineering Diploma Program Engineering & Technology at (1800) Sir Dr. M.
S. Gosavi Polytechnic Institute, Nashik road Nashik-422101 has completed the
micro-project satisfactorily in

Subject : Gui Application Development Using VB.Net (22034)

in the academic year 2023-2024 as prescribed in the MSBTE curriculum of I


Scheme.

Place: Enrollment no: 2218000055

Date: Exam Seat no :

Prof.D.M.Thorat Prof.B.B.Handge Dr.Mrs.S.P.Deshpande


Subject Incharge Head Of Department Principal

Seal Of Institute
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION, MUMBAI

Certificate
This is to certify that Ms. Dhanashree Yogesh Jadhav Roll:41 of Computer
Engineering Diploma Program Engineering & Technology at (1800) Sir Dr. M.
S. Gosavi Polytechnic Institute, Nashik road Nashik-422101 has completed the
micro-project satisfactorily in

Subject : Gui Application Development Using VB.Net (22034)

in the academic year 2023-2024 as prescribed in the MSBTE curriculum of I


Scheme.

Place: Enrollment no: 2218000076

Date: Exam Seat no :

Prof.D.M.Thorat Prof.B.B.Handge Dr.Mrs.S.P.Deshpande


Subject Incharge Head Of Department Principal

Seal Of Institute
Index:-

Sr. Page No.


No. Details

Abstract
1

Reliability
2

3 Performance

4 Code

5 Output

6 Conclusion

5 Marks Section
Abstract

This project Aims at Driving Details Which can be Used by


Customer to Check if they are Eligible to drive the car

1. Users can check the Age .

2. The administrator will know the details of Eligible Candidate .

RELIABILITY
The system is Available during online / Offline time only
.

PERFORMANCE
The Performance depends on Compiler And hardware
specification.
CODE :

Public Class Form1

Private Sub GroupBox1_Enter(sender As Object, e As EventArgs)


Handles GroupBox1.Enter

End Sub

Private Sub CheckBox1_CheckedChanged(sender As Object, e As


EventArgs) Handles CheckBox1.CheckedChanged

End Sub

Private Sub Button1_Click(sender As Object, e As EventArgs)


Handles Button1.Click

If TextBox1.Text = "" Then

MessageBox.Show("Please Enter Name")

Else

Dim age As String

age = ""

If RadioButton3.Checked Then

age = "Less Than 18. Can't Drive "

ElseIf RadioButton4.Checked Then

age = "Between 18 To 40 . Can Drive"


ElseIf RadioButton5.Checked Then

age = "Above 40. All Right "

End If

MessageBox.Show("Name : " + TextBox1.Text + " Age : " + age) End

If

End Sub

Private Sub RadioButton3_CheckedChanged(sender As Object, e As


EventArgs) Handles RadioButton3.CheckedChanged

If RadioButton3.Checked Then

CheckBox2.Checked = True

Else

CheckBox2.Checked = False

End If

End Sub

Private Sub RadioButton4_CheckedChanged(sender As Object, e As


EventArgs) Handles RadioButton4.CheckedChanged

If RadioButton4.Checked Then

CheckBox1.Checked = True

Else

CheckBox1.Checked = False

End If

End Sub
Private Sub RadioButton5_CheckedChanged(sender As Object, e As
EventArgs) Handles RadioButton5.CheckedChanged

If RadioButton5.Checked Then

CheckBox3.Checked = True

Else

CheckBox3.Checked = False

End If

End Sub

Private Sub TextBox1_TextChanged(sender As Object, e As


EventArgs) Handles TextBox1.TextChanged

End Sub

End Class
Output:
CONCLUSION
The project entitled “ Driving Details “ is completed
Successfully.
• MARKS SECTION:

Roll Seat No. Name of student Marks out Marks out of Total out
No. of(6) (4) performed of (10)
performed by oral
by group presentation

activity

Ahire Vaishnavi Nilesh


25

41 Jadhav Dhanashree Yogesh

Prof. D.M.Thorat
Department of Computer Engineeering
Sir Dr.M.S Gosavi Polytechnic Nashik Road Nashik(1800) – 422101

You might also like