PART-1: MCS-021   Question 1: (5 marks)   Write a program in C language to implement 2-way merge sort. Input the following data to the program. Show all intermediate steps:   104,50,20,39,206,29,409,26,298,3,10,8   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 sec...