[go: up one dir, main page]

0% found this document useful (0 votes)
14 views12 pages

Evs MP

EVS MICROPROJECT

Uploaded by

newbolte15
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)
14 views12 pages

Evs MP

EVS MICROPROJECT

Uploaded by

newbolte15
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/ 12

Subject: AJP(22517) Academic Year: 2024-25

Course: IF5I Semester: Fifth

MICROPROJECT REPORT

By the group of 1 student.


Sr No Roll No Name of Students Enrollment No Seat No

1. 10 Prathamesh Nilesh Raut. 2209350222 137937

Under the guidance of Shweta Chanchlani.


Second year of diploma program in engineering and technology of Maharashtra state board
of technical
education, Mumbai.
At
Shivajirao S. Jondhle Polytechnic, Asangaon

1
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
This Is Certify That Mr. Prathamesh Nilesh Raut, Roll No:10. In Fifth Semester of
Information Technology Diploma Program In Engineering And Technology At 0935.
Shivajirao S. Jondhale Polytechnic Has Completed the MicroProject in Subject AJP(22517)
In The Academic Year 2024-25 As Per The MSBTE Prescribed Curriculum Of ‘I’ Scheme.

Place:- Asangaon Enrollment No:- 2209350222

Date:- / /2024 Seat No:- 137937

Subject Teacher Head of Department principal

Seal of Institute

2
Quiz Application

INDEX
Sr. Topic Page
No
1 Abstract
2 Introduction
3 Source Code
4 Result / Output
5 Future Scope
6 Software Requirement
7 Conclusion
8 Reference

3
Abstract:
The Calculator is an application to calculate the values of two numbers and helps
to solve numerical equations. The system would provide basic equation like
add/sub/div/multiply the numerical equations, and manage check in specifications
for the systems based on the user's input of need.

It allows the user to Calculate the numbers and helps to solve the sums and
mathematical equations. This Software allows addition, subtraction, division and
multiplication It helps to calculate the values and also to solve the numerical
sums/equations. The Implementation of this system will provide the options of
(+,-, /*) to calculate numerical sums.

Introduction:
The purpose of this program is to minimize the work of all humans, which is a
massive challenge. Users working on the equation would be significantly
shortened by using this Basic Calculator. The machine would be able to perform
operations such as addition, subtraction, multiplication, division, finding the
square root of a number, etc. Quick Calculator is user-friendly and easy to use.

14
Source Code:
import java.awt.*;
import java.awt.event.*;
import javax.swing":

public class QuizGame3 extends JFrame implements ActionListener(

JLabel Ib Question:
JRadioButton rbOpti, rbOpt2, rbOp13, rbOpt4;
BationGroup bg: JButton btnNext;
int current=0, score = 0;
String[][] questions

{"What is the superclass of all classes in Java?", "Object", "Class",


"String", "Integer"},
{"Which statement is used to define a class in Java?",
"Class", "Method", "Inheritance", "Object"},
{"What is the keyword used to create a subclass in Java?", "Extends",
"Subclass", "Inheritance", "Parent"}.
{"Which keyword is used to overload a method in java?", "Overload",
"Override", "Super", "This"}.
{"Which keyword is used to access the members of a class?", "This",
"Super", "Overload", "Override"},
{"What is the keyword used to refer to a member of the superclass?",
"Super", "Parent", "Child", "Class".}
{ "Which keyword is used to create an interface in Java",
"Interface", "Class", "Extends", "Implements".}
{"Which keyword is used to prevent a class from being inherited?",
"Final", "Static", "Private", "Protected",}
{"Which keyword is used to define a method that can be
overridden?","Virtual", "Abstract", "Final", "Override").
{"Which keyword is used to refer to the current class instance?",
"This", "Super", "Child", "Parent"}
15
}
public QuizGame3()
super"Java Quiz Game");
IblQuestion new JLabel();
||questions[current][1].equals("This")
||questions[current][1].equals("Super")
||questions[current][1].equals("Interface")
||questions[current][1].equals("Final")
||questions current][1].equals("Virtual").
||questions[current][1].equals("Abstract")) {
score++;
}
}
if(rbOpt2.isSelected()) { I
if (questions[current][2].equals("Object")
||questions[current][2].equals("Class")
||questions[current][2].equals("Extends")
||questions[current][2].equals("Overload")
||questions[current][2].equals("This")
||questions[current][2].equals("Super")
||questions[current][2].equals("Interface")
||questions[current][2].equals("Final")
||questions[current][2].equals("Virtual")
||questions[current][2].equals("Abstract")) {
score++;
}
}
if(rbOpt3.isSelected()) {
if (questions[current][3].equals("Object")
||questions current][3].equals("Class")
||questions[current][3].equals("Extends")
||questions[current][3].equals("Overload")
||questions[current][3].equals("This")
||questions[current][3].equals("Super")
||questions current][3].equals("Interface")
16
||questions[current][3].equals("Final")
||questions[current][3].equals("Virtual")
||questions[current][3].equals("Abstract"}} {
score++;
}
}
if(rbOpt4.isSelected())
if (questions[current][4].equals("Object")
||questions[current][4].equals("Class")
||questions[current][4].equals("Extends")
||questions[current][4].equals("Overload")
||questions[current][4].equals("This")
||questions[current][4].equals("Super")
||questions current][4].equals("Interface")
||questions[current][4].equals("Final")
||questions[current][4].equals("Virtual")
||questions[current][4].equals("Abstract"}} {
score++;
}
}
current++;
if (current >= questions.length) }
btnNext.setEnabled(false);
JOptionPane.showMessageDialog(this,"Your final score is"+ score),
System.exit(0);
} else {
askQuestion();
}
} else {
JOptionPane.showMessageDialog(this, "Please select an option!");
}
}
public static void main(String[] args){
QuizGame3();
}
17
Result/Output

18
Future Scope:

Reduction of paperwork.

Human initiative or Manual Labour may be significantly minimized.

Large operations that are conducted manually can be completed in a matter


of seconds.

Software Requirements:

 Notepad
 JAVA(jdk)
 Command Prompt

19
Conclusion:

The Calculator allows the user to Calculate the numbers and helps to solve the
sums and mathematical equations. This Software allows addition, subtraction,
division and multiplication It helps to calculate the values and also to solve the
numerical sums/equations. The Implementation of this system will provide the
options of (+../,*) to calculate numerical sums.

Reference:

www.google.com

www.geekaforgeeks.com.www.github.com

www.javapoint.com

11
0
11
1
17

You might also like