Top Banner
SET-1 No. of Printed Pages : 4 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 : LABORATORY COURSE (DATA AND FILE STRUCTURES, NETWORKING, DBMS LAB AND JAVA PROGRAMMING) Time allowed : 3 hours Maximum Marks : 100 Note : There are four sections (Data and File Structures, Networking, DBMS Lab and Java Programming) in this paper. Each section is for 40 minutes duration. Attempt only that sections in which you are not yet successful. Each section carries 20 marks and the viva - voce for 5 marks. SECTION - A Data and File Structure Write a C Program for Sequential Search. 10 Write a C Program to create a stack and perform push and pop operations on it. 10 MCSL-025/ S1 1 P.T.O.
4

SET-1 MCA (Revised) Term-End Practical Examination 01822 · 2010-08-27 · No. of Printed Pages : 4 SET-1 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 :

Jul 14, 2018

Download

Documents

duongnhan
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SET-1 MCA (Revised) Term-End Practical Examination 01822 · 2010-08-27 · No. of Printed Pages : 4 SET-1 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 :

SET-1No. of Printed Pages : 4

MCA (Revised)

Term-End Practical Examination 01822June, 2010

MCSL-025 : LABORATORY COURSE (DATA AND FILESTRUCTURES, NETWORKING, DBMS LAB AND JAVA

PROGRAMMING)

Time allowed : 3 hours Maximum Marks : 100

Note : There are four sections (Data and File Structures, Networking, DBMS Laband Java Programming) in this paper. Each section is for 40 minutesduration. Attempt only that sections in which you are not yet successful.Each section carries 20 marks and the viva -voce for 5 marks.

SECTION - AData and File Structure

Write a C Program for Sequential Search. 10

Write a C Program to create a stack and perform push and pop operations on it. 10

MCSL-025/ S1

1 P.T.O.

Page 2: SET-1 MCA (Revised) Term-End Practical Examination 01822 · 2010-08-27 · No. of Printed Pages : 4 SET-1 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 :

SECTION - BNetworking

Perform the practical on LINUX/ UNIX/Windows 2000. In case you do not have sufficientaccess rights to perform a task, then write all the steps to perform that task :

Run the following commands and write the use of each command : 4

(a) pwd (b) tracert

(c) pathping (d) chkdsk

Perform the following tasks : 10

Show all the TCP/IP settings.

Find the round-trip delay to any website using appropriate command.

(c) Configure TCP/IP packet filter.

3. Configure remote and removable storage. 6

MCSL-025/S1 2

Page 3: SET-1 MCA (Revised) Term-End Practical Examination 01822 · 2010-08-27 · No. of Printed Pages : 4 SET-1 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 :

SECTION - CDBMS Lab

1. Create the following table and perform the necessary tasks defined below :(a) Create the following table named Student 5

Student NameRoll No.DepartmentProgrammeYear_of_RegistrationDate_of_Birth

(b) Enter at least 5 records in the above table and answer the following queries using 15SQL :

List all the students of age 18 years and above.List all the students registered in a department in year 2009.List all the students named 'Ravi in the table.Find how many students are registered in MCA Programme ?

MCSL-025/ S1

3 P.T.O.

Page 4: SET-1 MCA (Revised) Term-End Practical Examination 01822 · 2010-08-27 · No. of Printed Pages : 4 SET-1 MCA (Revised) Term-End Practical Examination 01822 June, 2010 MCSL-025 :

SECTION - D

Java Programming

Write a program in Java to create variable size array. 10

Write a program in Java which take a string as input and print reverse of it. 10

MCSL-025/ S1

4 4,000