0% found this document useful (0 votes)
119 views2 pages

MCSL 025 (P) S3

This document is a past paper for a term-end practical examination for a laboratory course covering data structures, networking, database management systems, and Java programming. It consists of 4 sections, each worth 20 marks and lasting 45 minutes. Students should attempt only the sections they have not yet passed. Section A involves writing a C program to implement a doubly linked list. Section B involves writing a shell script to count the number of lines with more than 5 words in a text file. Section C involves creating a SQL database table for students and writing a query. Section D involves writing a Java program to accept 5 integers as input and print them in ascending order.

Uploaded by

Saanidh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views2 pages

MCSL 025 (P) S3

This document is a past paper for a term-end practical examination for a laboratory course covering data structures, networking, database management systems, and Java programming. It consists of 4 sections, each worth 20 marks and lasting 45 minutes. Students should attempt only the sections they have not yet passed. Section A involves writing a C program to implement a doubly linked list. Section B involves writing a shell script to count the number of lines with more than 5 words in a text file. Section C involves creating a SQL database table for students and writing a query. Section D involves writing a Java program to accept 5 integers as input and print them in ascending order.

Uploaded by

Saanidh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

No.

of Printed Pages : 2 I MCSL-025(P)/S3


MASTER OF COMPUTER APPLICATIONS (Revised)
(MCA)
n Vari.___; Term-End Practical Examination
June, 2016

MCSL-025(P)/S3 : LABORATORY COURSE (FOR DATA AND FILE STRUCTURES,


NETWORKING, DBMS LAB & JAVA PROGRAMMING)

Time : 3 Hours Maximum Marks : 100

Note : There are four sections in this paper. Each section is of 45 minutes duration.
Attempt only those sections in which you are not yet successful. Answer all the
questions in each section. Each section carries 20 marks and the viva-voce for
each section is of 5 marks separately.

SECTION A
Data and File Structures

Write a program in 'C' language to implement a Doubly Linked List. 20


1.

SECTION B
Networking

2. Write a shell script in Linux / Unix that accepts a text file as input and prints
the number of lines in it which have more than 5 words. 20

MCSL-025(P)/S3 1 P.T.O.
SECTION C
DBMS Lab

3. (a) Create the following table with appropriate data types for all the fields.
The key field is underlined. Insert 10 meaningful records into the table.
Make necessary assumptions. 10
STUDENT (S_id, Name, Dep_Name, Age, Address, Programme, Marks)

(b) Create the following query using SQL on the above table : 10
List the names and addresses of all the students who are less than
25 years old and registered in the MCA programme.

SECTION D
Java Programming

4. Write a program using Java to create an applet that accepts 5 integers as input
and prints them in ascending order. 20

MCSL-025(P)/S3 2 3,000

You might also like