Bca Slip Questions

UNIVERSITY OF PUNE TYBCA (Sem-VI) Practical Examination April/Oct. 2010-2011 Lab course- (Java, Multimedia and OS)
[Duration – 3 hrs] [Maximum Marks: 100]

1. Write a java program to accept the details of Employee (Eno,EName,Sal) from the user and insert it into the Database.(use Awt). [30 marks] 2. Create a basic slideshow Animation to show the Screen Saver Effect. [30 marks] 3. Write a program to implement ls command of UNIX with following options on DOS (any two options) 1) ls To display files 2) ls –a To display all the hidden files 3) ls –m To display the files separated with commas [20 marks]

4. Journal 5. Viva

[10 marks] [10 marks]

1

UNIVERSITY OF PUNE TYBCA (Sem-VI) Practical Examination April/Oct. 2010-2011 Lab course- (Java, Multimedia and OS)
[Duration – 3 hrs] 1. Write a Menu driven program in Java for the following. - Insert Record into the Table. - Update The Existing Record. - Display all the Records from the Table. [30 marks] 2. Create a basic Animation to show the Rain Drop Animation. [30 marks] 3. Write a simulation program for disk scheduling using SCAN algorithm. Accept total number of disk blocks, disk request string, direction of head moment and current head position from the user. Display the list of request in the order in which it is served. Also display the total number of head moments. [20 marks] 4. Journal 5. Viva [10 marks] [10 marks] [Maximum Marks: 100]

2

UNIVERSITY OF PUNE TYBCA (Sem-VI) Practical Examination April/Oct. 2010-2011 Lab course- (Java, Multimedia and OS)
[Duration – 3 hrs] [Maximum Marks: 100] 1.Write a java program to display the Records of Doctor(DNo,DName,Salary) from the database and display it on the screen.(use JTable). [30 marks]

2. Create a basic Animation to show the Water Fall (Water Effect).

[30 marks]

3. Write the simulation program for Round Robin with time quantum of 2 units. The arrival time and first CPU bursts of different jobs should be input to the system. The output...