0% found this document useful (0 votes)
35 views3 pages

MCA 2nd Yr Practical List S-2021

Uploaded by

ambikajaiswal
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)
35 views3 pages

MCA 2nd Yr Practical List S-2021

Uploaded by

ambikajaiswal
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/ 3

Sant Gadge Baba Amravati University, Amravati

Department of Computer Science

MCA 2nd Year [Sem: - 4th]

Practical List [Summer 2021]

(Client Server Computing)

1. WAP that broadcast a message to all Clients.


2. Write a program to create chat application.
3. (Use of JDBC) WAP TO:
Create a database using JAVA
Create a table, IN THE DATABASE.
Insert records in the table.
4. WAP to Update records in database table based on conditions.
5. Display the records in database table based on conditions
6. WAP using JDBC for making simple Banking transaction and balance enquiry related
to specific account.
7. Write a java program to determine the Logical address of Localhost and Website.
8. Write a Program using JDBC to create a table “emp” with necessary fields. Insert 20
records with groups of varied designation. Display list grouped by designation.
9. Introduction to Servlet that describe the Servlet Life cycle with various Http methods,
Advantages of Servlet user CGI.
10.Write a JSP program to print “Hello World” on client machine.
11.Write a servlet program for user Authentication procedure.
12.WAP to demonstrate the use of Cookies.
13.Design an application using JSP that display the specific message client machine.
14.Write a program to create cookies that accepts Personal information in a Form from the
user and whenever the user clicks “Submit” button cookie will be sent and when the
user retrieves cookie from his site the values sent in the cookie should be display on
the HTML page
15.Write a program to design and implement customer Registration system which allows
you (Customers) to register them with your site. The data is captured by Servlet and
stored in the database using JDBC.
16.Write a program using Session that selects the programming language and when
Submit button is clicked a page with Session information gets displayed along with the
information for selecting another language and other to get recommended books which
displays the requested page when clicked.
17.Write a program to create a Bean that will create a Rectangle with color property in it
and set its various properties like Height, width etc
18.Write a program to implement the program for Quiz using JSP.
19.Write a servlet program in Java that calls a stored procedure and displays the values
returned by the stored procedure.
20.Create login form and perform state management using Cookies,Perform state
management using HttpSession.
21.Create a registration form with validations using javascript.
22. Create database of student subject-wise data and retrieve all data using JSP.
23. Study and implement Hibernate.
24. Study and Implement MVC using Struts.
Sant Gadge Baba Amravati University, Amravati

Department of Computer Science

MCA 2nd Year [Sem: - 4th]

Practical List [Summer 2021]

(ARTIFICIAL INTELLIGENCE AND APPLICATIONS)


________________________________________________________________________________________________

1) Introduction to LISP and Prolog.(Case Study)


2) Write a lisp code for representation of valid atom, valid string and valid list, illustrating basic list
manipulating functions.( car, cdr, cons, list).
3) Write a lisp code for using additional list manipulating function (append, last, member, reverse.)
4) Write a lisp code for calculating area of circle, calculating square of a number, calculating
circumference of a circle. (using function)
5) Write a lisp code for converting centigrade to Fahrenheit , converting Fahrenheit to centigrade. (using
function)
6) Write a lisp code for calculate whether the given number is ever or odd and finding whether the input
year is leap year or not.
7) Write a lisp code for illustrating use of setq function and finding prime number.
8) Write a lisp code to demonstrate logical function.
9) Write a lisp code for finding factorial using recursion and finding factorial using iteration. (using
function)
10) Write a lisp code to use property list (putprop and get) and exhibit the use of setf function.
11) Write a lisp code to reverse the list (without using predefined reverse function).
12) Write to lisp code to find sum of n numbers. (using iteration) (using function)
13) Write a lisp code to find value of exponential (a n ) using iteration. (using function).
14) Write a lisp code to merge to list without duplicate element. (using function)
15) Write a lisp code to convert units of length (for eg. Inches to c.m. and c.m. to m). (using function)
16) Write a lisp code to generate the Fibonacci nos. till nth term. (using function)
17) Write a program in prolog to show how predicates work.
18) Write a program in prolog for thesaurus of synonyms and anonyms.
19) Write a program in prolog for family tree structure.
20) Write a program in prolog to give information about roots of quadratic equation.
21) Write a program in prolog to show use of fail predicates.
22) Write a program in prolog on conflict of map-coloring.
23) Write a program in prolog to convert decimal number to roman.
24) Write a program in prolog to implement water jug problem.
25) Write a program in prolog to implement medical diagnostic system.
26) Write a program in prolog to find all subject lists of given list.
27) Write a program in prolog to show all permutation of list.
28) Write a program in prolog to delete element from list using concatenation.
29) Write a program in prolog to check if entered list is palindrome.
30) Write a program in prolog to rotate place n places to left.
Sant Gadge Baba Amravati University, Amravati

Department of Computer Science

MCA 2nd Year [Sem: - 4th]

Practical List [Summer 2021]

( Computer graphics and multimedia)

1. To Study various in build graphics functions in C library.

2. Write a program to draw a line using DDA algorithm.

3. Write a program to draw a line using Bresenham'̳s algorithm.

4. Write a program to draw a circle using midpoint algorithm.

5. Write a program to draw a circle using Bresenham's algorithm.

6. Write a Program to make screen saver in that display different size circles filled with different colors and
at random places.

7. Write a Program to draw animation using increasing circles filled with different colors and patterns

8. Write a program to draw a rectangle using line drawing algorithm.

9. Write a program to perform 2D Transformation on a line.

10. Write a program to perform shear transformation on a rectangle.

11. Write a Program to implement Digital Clock.

12. Write a program to rotate a circle (alternatively inside and outside) around the circumference of another
circle.

13. Write a program to draw a car using in build graphics function and translate it from bottom left corner to
right bottom corner of screen.

14. Write a program to draw balloons using in build graphics function and translate it from bottom left corner
to right top corner of screen.

15. Write a Program control a ball using arrow keys.

16.Write a Program to implement bouncing ball using sine wave form.

17.Write a program of Translation, Rotation, and Scaling using Composite Transformation.

18.Write a program for moving man using in build graphic function.

19. Write a program to draw a cube using in build library function and perform 3D transformations

i) Translations in x, y, z directions

20.write a program to rotate a triangle by 60 degree in computer graphics

21. Write a program to implement line clipping (Cohen Sutherland algorithm).

22. Write a program for making Bezier curve.

23. Write a program to show animation of a ball moving in a helical path.

24.Write a program to study various in build functions for 2D drawing in MAYA software.

25. Write a program to show animation of solar system.

You might also like