Вы находитесь на странице: 1из 3

G. H.

Raisoni College Of Engineering, Nagpur


(An Autonomous Institute Affiliated to RashtrasantTukdojiMaharaj Nagpur University)
Department of Computer Science & Engineering
Class Assessment Examination I
Winter Session 2019-20 (Odd Sem)

Fifth TERM (C+ D)

Subject: Software Engineering & Project Management


+ Java Programming

[Time: 3 Hrs] [Max. Marks: 40]

Instructions to Candidate

1) [CO1/CO2/CO3….] at the beginning of question/sub-question indicates the course


outcome related to the question.
2) All questions are compulsory.
3) 20 marks for Q1 and 10 marks for Q2

Semester: 5th Reg. No.: 2017ACSC1101073

Branch: CSE Sec & Roll No.: C-22

Subject: JAVA Date:24/7/19

Marks Obtained:

----------------------------------------------------------------------------------------------------------------

SECTION SEPM [20 Marks]

Question
Program Output to be Pasted
No.
1. A) Project The project is created to manage cosmetic items in shop the project is created
Planning: mainly manage to import and export and availability of the items in the shop.

1. B) Requireme The project reqired are


nt window, mac or linux
Specificatio machine should have java run time environment
n:

1.C) Diagram:
SECTION JAVA Programming [20 Marks]

Question
Program Logic to be Pasted Program Output to be Pasted
No.
1. A) private void
Part I submitActionPerformed(java.awt.event.
ActionEvent evt) {
// TODO add your handling code
here:
String user=user_name.getText();
String pass=password.getText();
if(user_name.equals("admin")&&
password.equals("1234"))
{

JOptionPane.showMessageDialog(null,
"login succesful");
}
else
{

JOptionPane.showMessageDialog(null,
"invalid Details");
}

private void
exitActionPerformed(java.awt.event.Ac
tionEvent evt) {
System.exit(0);
}

private void
clearActionPerformed(java.awt.event.A
ctionEvent evt) {
clear.setText(null);
clear.setText(null);

}
1. A)
Part II

1. B)
Part I

1. B)
Part II

Вам также может понравиться