Skip to main content

MCSL-025 Assignment Questions July 2012

PART-1: MCS-021
Question 1: (5 marks)
Question 2: (5 marks)
Write a program in C language to convert a Tree into a Binary Tree.
PART-2: MCS-022
Question 1: (5 marks)
Write a shell script in Linux/Unix that accepts a text file as input and prints the number of words which consist of at least one vowel.
Question 2: (5 marks)
Your PC is on a network. Now, take a print from a printer which is not the default printer for your PC.
PART-3: MCS-023
Question 1: (10 marks)
Create a database consisting of student’s Enroll. No. , Programme of study, and marks secured in each of the courses in MCA.
9
After creating the database, perform the following tasks:
(i) Find the no. of students who failed only in 1 course in all the 6 semesters.
(ii) Generate a report indicating the no. of students who secured marks between 60-70%, >70 – 80% and >80%
Part-4: MCS-024
Question 1: (5 marks)
Write a program in Java for the implementation of a doubly linked list.
Question 2: (5 marks)
Write a program in Java that connects to a database and generates grad cards of the students. Make necessary assumptions.

Note: You must execute the program and submit the program logic, sample inputs and outputs along with the necessary documentation for this question. Assumptions can be made wherever necessary.

Comments

Popular posts from this blog

IGNOU Syllabus for interview/test for admission to PhD programme in Computer Science

COMPUTER SCIENCE AND APPLICATION (Syllabus for interview/test for admission to PhD programme in Computer Science) Computer Architecture: representation of numbers; Octal, Hexadecimal, and Binary 2’s complement and 1’s complement arithmetic, Floating point representation. Combinational Circuit Design, Sequential Circuit Design, Hardware and Microprogrammed processor design, Instruction formats, Addressing modes, Memory types and organisation, interfacing peripheral devices, Interrupts. Data Structures & Algorithms: Arrays, stacks, queues, lists, linked, trees, graphs priority queues, heaps, Binary tree, AVL tree, B-tree and Hash tables. Graphs : connected graphs, regular and bipartite graphs, cycles and circuits. Tree and rooted tree. Spanning tree of a graph, Eccentricity of a vertex, radius and diameter of a graph. Hamiltonian, Eulerian graphs and Planar graphs. Sorting and Searching Algorithms, Binary Search, Analysis of Algorithms, Asymptotic notation...