MCSL-025 Lab Course Solved Assignment 2018-19


PART-1: MCS-021 
Question 1: Write a program in C language for multiplication of two matrices using Pointers    (5 marks)
Question 2: Write a program in C language that will accept a Graph as input and will perform a Depth First Search on it. Make necessary assumptions.       (5 marks)

PART-2: MCS-022 
Question 1: Write a shell script in Linux/Unix that accepts a text file as input and prints the number of words in the file which do not have a vowel.     (5 marks)
Question 2: Your PC is on a network. Make necessary settings in your PC so that one of the folders in any drive is always shared with Public        (5 marks)

PART-3: MCS-023 
Question 1: Create a database consisting of Name of University, Number of affiliated Colleges, Total number of Programmes offered, Total number of students enrolled. After creating the database, perform the following tasks:    (10 marks)

(i) List the names of those Universities  which are having total number of more than 100 affiliated colleges

PART-4: MCS-024 

Question 1:  Write a program in Java for the addition of two sparse matrices.                (5 marks)
Question 2:Write a program in Java that connects to a database and generates a report that consists of the list of names of Universities which are offering a particular programme. Input to the Java program will be the Programme. Make assumptions wherever necessary. 


👇Click below to Download👇


Comments

Post a Comment

Popular posts from this blog

Array

Asymptotic notations