You are on page 1of 2

Data Structure

3rd Sem

1. WAP to accept elements for an n*n matrix and display the sum of right diagonal and left diagonal elements.
2. WAP to implement PUSH and POP operations in a stack using array.
3. WAP to implement insert and delete operations in a queue using array.
4. WAP to sort elements in an array using Bubble sort algorithm.
5. WAP to search an element in an array using linear search algorithm.
6. WAP to sort elements in an array using Insertion sort algorithm.
7. WAP to implement PUSH and POP operations in a stack using Linked list.
8. WAP to implement insert and delete operations in a queue using Linked list.
9. WAP to implement insert and display operations in a single linked list.
10. WAP to search an element in an array using binary search algorithm.
11. WAP to sort elements in an array using Selection sort algorithm.
12. WAP to implement a circular queue using array.
Information Technology

Vth Sem

1. WAP using HTML and JavaScript to accept a number display its factorial.
2. WAP using HTML and JavaScript to display the multiplication table of a number.
3. WAP using HTML and JavaScript to display largest of 3 numbers.
4. Write a JDBC program to delete a record from the database table.
5. Write a JDBC program to insert records into the database table.
6. Write a JDBC program to display all the records from the database table.
7. WAP using HTML and Servlet to check the given number is prime or not.
8. WAP using HTML and Servlet display largest of 2 numbers.
9. WAP using HTML, JDBC and Servlet to insert a record into database table.
10. WAP using HTML and JSP to check a number is even or odd.
11. WAP using HTML and JSP to check for the given number is Palindrome or not.
12. WAP using HTML, JDBC and Servlet to delete a record into database table.

You might also like