You are on page 1of 5

Sant Gadge Baba Amravati University, Amravati

Department of Computer Science


Practical List
Class : 2nd Year M.C.A. (Part-I)
1)

Subject : JAVA Programming

Write a program to find smallest among three numbers passed as


argument by user.

2)

Write a program to find factorial of a number passed by user as an


argument.

3)

Write a program to print the table of the number passed by user as an


argument.

4)

Write a program to calculate area of square, rectangle or a cube


depending on the number passed by user as an argument.

5)

Write a program to print number into word using command line


argument.

6)

Write a program to create a class circle having radius and PI as


data members. Create methods for calculating area, circumference and diameter of
circle.

7)

Write a program to sort the list of numbers passed as arguments using


bubble sort.

8)

Write a program to create a class cube which acquires some


characteristics from the class square. Define appropriate methods.

9)

Write a program to demonstrate the use of constructor in inheritance.

10)

Write a program to demonstrate the concept of inheritance by creating a


class shape which is derived from classes rectangle and square.

11)

Write a program to create an exception which is raised whenever invalid


marks have been provided by the user.

12)

13)

Write a program to display following pattern :


H
HE
HEL
HELL
HELLO
Write a program to check whether the string inputted by the user is
palindrom or not.

14)

Write a program to convert the input string into its corresponding toggle
case equivalent.

15)

Write a program to demonstrate the use of string tokenizer class.

16)

Write a program to display message Hello World on the applet area.

17)

Write a program to display Olympic Symbol on the applet area.

18)

Write a program to display Indian Tricolor on the applet area.

19)

Write a program to display smiley face on the applet area.

20)

Write a program to demonstrate the use of font class using applet.

21)

Write a program to implement basic arithmetic operations using AWT


tools.

22)

Write a program to display current pixel position of mouse pointer using


mouse events.

23)

Write a program to demonstrate the concept of threads.

Sant Gadge Baba Amravati University, Amravati


Department of Computer Science
Practical List
Class : 2nd Year M.C.A. (Part-I)
Subject : Computer Oriented Optimization Techniques (COOT)
1)

Write a program to compute total transportation cost using Northwest


Corner Cell Method (NWCM).

2)

Write a program to solve transportation problem using Least Cost Cell


Method (LCM).

3)

Write a program to solve transportation problem using Vogal


Approximation Method (VAM).

4)

Write a program for Critical Path Method (CPM).

5)

Write a program for Job Sequencing Problem.

6)

Write a program to compute the Number of units invested in given job


for the maximum returns.

7)

Write a program for Mathematical Expression.

8)

Write a program for Game Theory.

9)

Write a program to calculate PERT.

10)

Write a program for probability finding.

11)

Write a program for calculating minimax value using Bayes decision


procedure with probabilities.

12)

Write a program for finding 52 cards drawn simultaneously using


probabilities.

Sant Gadge Baba Amravati University, Amravati


Department of Computer Science
Practical List
Class : 2nd Year M.C.A. (Part-I)
Subject : File Structures and Data Processing (FSDP)
1)

Write a program to create a class student for managing student


information. Implement appropriate methods. Store data in a file student.txt.

2)

Write a program to create a file and perform reading & writing


operation.

3)

Write a program to copy the contents of one file into another file and
print the same on console.

4)

Write a program to implement fixed length record by using a class.

5)

Write a program to implement variable length record by using a class.

6)

Write a program to access record from file using seek.

7)

Write a program to remove student data from index.

8)

Write a program for insertion of record into a file.

9)

Write a program to demonstrate hashing technique

10)

Write a program to hashing technique for collision.

11)

Write a program to find size of a file.

12)

Write a program to create a text file for number of instruction.

13)

Write a program to demonstrate sequential file.

14)

Write a program for searching information using sequential search.

15)

Write a program to perform I/O operations on binary file.

16)

Write a program for sorting the data in a file using heap sort.

17)

Write a program for recording data from student file.

18)

Write a program to implement binary search tree.

Sant Gadge Baba Amravati University, Amravati


Department of Computer Science
Practical List
Class : 2nd Year M.C.A. (Part-I)

Subject : Computer Lab

1)

Write a case study on Multithreading in Linux.

2)

Write a case study on Thread Synchronization.

3)

Write a case study on I/O Programming & Device Driver.

4)

Write a case study on Managing Multiple Processes in Linux.

5)

Write a case study on Inter Process Communication.

6)

Write a case study on VI-editor & its Commands.

7)

Write a case study on TCP/IP.

8)

Write a program to check if the given file is ordinary or directory.

9)

Write a shell script which should accept user name as argument and find how
many terminals has this user logged on.

10)

Write a shell script to check whether the user actually entered a string or
simply pressed the enter key.

11)

Write and execute file management commands with example


1. cp
2. mv

3. rm
5. in
4. chmod
Write and execute I/O commands with example.

1. pipes
2. tee

3. filters
4. grave operator
Write and execute interprocess communication commands.

12)

13)
1. pipe( )

2. popen( )

14)

Write and execute sleep/wait command with example.

15)

Write and execute trap command with example.

16)

Write and execute file structure related calls command with one example.
1. create( )
2. open( )

3. close( )
5. write( )
4. read( )
6. iseek( )
Write and execute process related system calls command with example.

1. execl( )
2. fork( )

3. wait( )
4. exit( )
Write and execute file accessing command with example

1. cat
2. tail

3. more
5. pg
4. wc
Write and execute background processing commands with example

1. kill

2. echo
3. at
Write and execute grep command with example.

17)

18)

19)
20)

You might also like