Anda di halaman 1dari 12

1.

a)Create customer database and write query to add new customer ,update customer details,
display customers and add credit points to the customer based on their purchase amount. (70)
b) Write a program to find the palindrome of the given string using stack.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

1. a)Create customer database and write query to add new customer ,update customer details,
display customers and add credit points to the customer based on their purchase amount. (70)
b) Write a program to find the palindrome of the given string using stack.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

1. a)Create customer database and write query to add new customer ,update customer details,
display customers and add credit points to the customer based on their purchase amount. (70)
b) Write a program to find the palindrome of the given string using stack.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

2. a)Create Employee database and write query to add new Employee ,update Employee
details and display pay roll information of an employee based on employeeID.
b) Write a program to find the first occurrence of a string in the given text.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(70)
(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

2. a)Create Employee database and write query to add new Employee ,update Employee
details and display pay roll information of an employee based on employeeID.
b) Write a program to find the first occurrence of a string in the given text.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(70)
(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

2. a)Create Employee database and write query to add new Employee ,update Employee
details and display pay roll information of an employee based on employeeID.
b) Write a program to find the first occurrence of a string in the given text.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(70)
(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

2. a)Create Employee database and write query to add new Employee ,update Employee
details and display pay roll information of an employee based on employeeID.
b) Write a program to find the first occurrence of a string in the given text.

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(70)
(30)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

3. a)Create BOOK database and write query to add new author ,update author details and
display book details based on author name or ISBN or title.

(70)

b) Write a program to count the number of times the word is repeated in the string.

(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

3. a)Create BOOK database and write query to add new author ,update author details and
display book details based on author name or ISBN or title.

(70)

b) Write a program to count the number of times the word is repeated in the string.

(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

3. a)Create BOOK database and write query to add new author ,update author details and
display book details based on author name or ISBN or title.

(70)

b) Write a program to count the number of times the word is repeated in the string.

(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

4. a)Write a program to read a file and encrypt the data in the file while writing it to another
file.
(70)
b)Write a program to perform insert and delete records for the student class.
(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

4. a)Write a program to read a file and encrypt the data in the file while writing it to another
file.
(70)
b)Write a program to perform insert and delete records for the student class.
(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

4. a)Write a program to read a file and encrypt the data in the file while writing it to another
file.
(70)
b)Write a program to perform insert and delete records for the student class.
(30)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

5. a)Write a program to merge two files in to a third file.

(70)

b) Write a program to define employee class and show how the data can be hided and accessed.
(30)
ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

5. a)Write a program to merge two files in to a third file.

(70)

b) Write a program to define employee class and show how the data can be hided and accessed.
(30)
ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

17. a)Write a stack class and overload the +(push) and -(pop) operation.

(50)

b) Write a program that creates the button, label (to display greeting) and listener class for
a button that displays one of 10 randomly selected greetings.

(50)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

10. a)Write a Time to read, add, subtract and display time. Time must be defined using hours,
minutes and seconds.(50)
(b)Write a program to solve the producer and consumer problem using thread.(50)
ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

17. a)Write a stack class and overload the +(push) and -(pop) operation.

(50)

b) Write a program that creates the button, label (to display greeting) and listener class for
a button that displays one of 10 randomly selected greetings.

(50)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

10. a)Write a Time to read, add, subtract and display time. Time must be defined using hours,
minutes and seconds.(50)
(b)Write a program to solve the producer and consumer problem using thread.(50)
ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

13. Create a class student. Inherit that into engineering, arts, commerce and science students.
Inherit science student into UG and PG and further subdivided into computer science,
electronics and communication and mechanical. Provide methods for enrolment,
examina`tion result processing and granting degree to the students.(100)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

13. Create a class student. Inherit that into engineering, arts, commerce and science students.
Inherit science student into UG and PG and further subdivided into computer science,
electronics and communication and mechanical. Provide methods for enrolment,
examination result processing and granting degree to the students.(100)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

18. a)Design a Shape class hierarchy and write a test program to demonstrate polymorphism.(60)
b) Write a java program to change the shapes of the object by pressing the button.
ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

(40)
TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

20. a) Write a program to create online bank access. The features includes create
account, credit amount, debit amount, check balance, throw exception on debit when
balance crosses zero.

(50)

b)Write a program to handle events for a calculator with the following buttons i)add
ii)subtract iii)multiply.

(50)

ALGORITHM

PROGRAM

EXECUTION

RESULT

VIVA VOCE

(10)

(50)

& OUTPUT

(10)

(10)

TOTAL (100)

(20)

INTERNAL EXAMINER

EXTERNAL EXAMINER

Anda mungkin juga menyukai