Message

                                      LAB ASSIGNMENT OF

 

HTML PRACTICAL LIST(BCA-VI)

 

1- WHC to create web page which contains :

a) formatting features and comments. 

b) images having relative and absolute address. 

 

2- WHC to create web page which contains :

a) 4 x 4 format table having suitable information. 

b) all types of list having suitable information. 

 

3- WHC to create web page which contains all types of link with linking webpage. 

 

4-WHC to create web page which contains all types of frames having suitable webpage. 

 

5-WHC to create web page which contains form having all types of input objects. 

 

6-WHC to create web page which contains :

a) inline CSS properties 

b) internal CSS properties

c) external CSS properties

 

7-WHC to create web page which contains :

a) inline Java Script properties 

b) internal Java Script properties

c) external Java Script properties

 

 

*WHC stands for Write Hypertext Code

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

 

 

DBMS PRACTICAL LIST(BCA-IV) 

 

1- Write SQL command to:

a) create database

b) select database

c) drop database

 

2- Write SQL-DDL command (in selected database) to:

a) create table having 5 attributes including primary key and different constraints

b) alter table

c) drop table

d) truncate table 

e) rename table

 

3- Write SQL-DML command(in selected table) to:

a) insert at least 5 rows 

b) update any record

c) delete any row

d) use select-where clause

f) use having and group by clause

 

4-Write SQL -TCL command to:

a) commit transactions 

b) rollback transaction 

c) set savepoint within transaction 

d) to specify characteristics for transaction 

 

5-Write SQL -DCL command to:

a) give user's access privileges to database

b) withdraw user's access privileges given by GRANT command, from database

 

Note: Use "select *" command to display the output of DML commands. 

May be use any command whenever needed 

 

 

BCA-306P(OOP/C++)

1-    Write a program to draw the menu list to show operations of array as data structure using class.

2-    Write a program to draw the menu list to show operations of  single linked list as data structure using class.

3-    Write a program to draw the menu list to show operations of stack as data structure using array using class.

4-    Write a program to draw the menu list to show operations of queue as data structure using array using class.

5-    Write a program to draw the menu list to show operations of stack as data structure using linked list using class.

6-    Write a program to draw the menu list to show operations of queue as data structure using linked list using class.

7-    Write a following program of searching :

a)     Linear search

b)    Binary search

8-    Write the following program of sorting :

a)     Selection sort

b)    Insertion sort

9-    Write a program for inheritance.

10-                 Write a program for friend function and friend class.

11-                 Write a program for operator loading and function overloading.

 



PRACTICAL
LIST  OF BCA-103 N( C programming lab )


1- WAP to print your details.

2-WAP to find the arithmetic operation inputted by user.

3-WAP to print address,value and memory size of different type of variables.

4-WAP to calculate the simple interest .

5-WAP for Structure.

6-WAP to check given number is even or odd. 

7-WAP to check the leap year of given year.

8-WAP to calculate the greatest of three number.

9-WAP to show all string operation.

10-WAP to swap the values of two variables using function call by value and call by reference.

11-WAP to create the calculator using switch-case statement.

12-WAP to sum of digit used in given number.

13-WAP to find the reverse of given number.

14-WAP to check given number is prime number or not.

15-WAP to calculate the factorial of given number using recursion.

16-WAP to print the Fibonacci series of till given number.

17-WAP to print the square of given elements of subscripted variable. 

18-WAP the smallest number in array.

19-WAP to add two 3 x 4 matrices.

20-WAP to multiply any two 3 x 3 matrices.

 

 

 

 

PRACTICAL LIST OF UNIX(BCA-407P)

1-    Write the detail of file system commands with options.

2-    Write the detail of disk related commands.

3-    Write the detail of File filters commands.

4-    Write the detail of process related commands.

5-    Write the shell script for your details

6-    Write the shell script to check the given number is odd or even.

7-    Write the shell script to get the factorial of given number.

8-    Write the shell script for case control structure.

9-    Create and edit in VI editor.

10-                       Write the command for time, date and calendar.

11-                       Write about shell Meta characters.